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

com.microsoft.graph.requests.extensions.INotificationMessageTemplateSendTestMessageRequest Maven / Gradle / Ivy

// ------------------------------------------------------------------------------
// 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.extensions;
import com.microsoft.graph.requests.extensions.INotificationMessageTemplateSendTestMessageRequest;

import com.microsoft.graph.concurrency.ICallback;
import com.microsoft.graph.concurrency.IExecutors;
import com.microsoft.graph.core.ClientException;
import com.microsoft.graph.core.IBaseClient;
import com.microsoft.graph.http.BaseRequest;
import com.microsoft.graph.http.HttpMethod;

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

/**
 * The interface for the Notification Message Template Send Test Message Request.
 */
public interface INotificationMessageTemplateSendTestMessageRequest {

    /**
     * Creates the NotificationMessageTemplateSendTestMessage
     *
     * @param callback the callback to be called after success or failure
     */
    void post(final ICallback callback);

    /**
     * Creates the NotificationMessageTemplateSendTestMessage
     *
     * @throws ClientException an exception occurs if there was an error while the request was sent
     */
    void post() throws ClientException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy