All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.graph.requests.ManagedDeviceOverviewWithReferenceRequestBuilder Maven / Gradle / Ivy

// Template Source: BaseEntityWithReferenceRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All Rights Reserved.  Licensed under the MIT License.  See License in the project root for license information.
// ------------------------------------------------------------------------------

package com.microsoft.graph.requests;

import com.microsoft.graph.http.IRequestBuilder;
import com.microsoft.graph.core.ClientException;
import com.microsoft.graph.models.ManagedDeviceOverview;
import java.util.Arrays;
import java.util.EnumSet;
import javax.annotation.Nullable;
import javax.annotation.Nonnull;

import com.microsoft.graph.http.BaseWithReferenceRequestBuilder;
import com.microsoft.graph.core.IBaseClient;

// **NOTE** This file was generated by a tool and any changes will be overwritten.

/**
 * The class for the Managed Device Overview With Reference Request Builder.
 */
public class ManagedDeviceOverviewWithReferenceRequestBuilder extends BaseWithReferenceRequestBuilder {

    /**
     * The request builder for the ManagedDeviceOverview
     *
     * @param requestUrl     the request URL
     * @param client         the service client
     * @param requestOptions the options for this request
     */
    public ManagedDeviceOverviewWithReferenceRequestBuilder(@Nonnull final String requestUrl, @Nonnull final IBaseClient client, @Nullable final java.util.List requestOptions) {
        super(requestUrl, client, requestOptions, ManagedDeviceOverviewWithReferenceRequest.class, ManagedDeviceOverviewReferenceRequestBuilder.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy