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

com.azure.core.util.ServiceVersion Maven / Gradle / Ivy

There is a newer version: 1.54.1
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.core.util;

/**
 * A generic interface for sending HTTP requests using the provided service version.
 */
public interface ServiceVersion {

    /**
     * Gets the string representation of the {@link ServiceVersion}
     *
     * @return the string representation of the {@link ServiceVersion}
     */
    String getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy