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

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

// Template Source: BaseMethodCollectionResponse.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.models.Application;


import javax.annotation.Nullable;
import javax.annotation.Nonnull;
import com.microsoft.graph.http.BaseCollectionResponse;

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

/**
 * The class for the Application Delta Collection Response.
 */
public class ApplicationDeltaCollectionResponse extends BaseCollectionResponse {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy