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

com.microsoft.graph.requests.AppScopeWithReferenceRequestBuilder 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.AppScope;
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 App Scope With Reference Request Builder.
 */
public class AppScopeWithReferenceRequestBuilder extends BaseWithReferenceRequestBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy