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

com.windowsazure.messaging.TemplateRegistration Maven / Gradle / Ivy

Go to download

Azure Notification Hubs Java SDK for interacting with the data and management plane operations.

The newest version!
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------

package com.windowsazure.messaging;

/**
 * This interface represents a template registration.
 */
public interface TemplateRegistration {
    /**
     * Gets the registration template body.
     * @return The registration template body.
     */
    String getBodyTemplate();

    /**
     * Sets the registration template body.
     * @param value The registration template body to set.
     */
    void setBodyTemplate(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy