Package com.azure.android.core.util
Interface ServiceVersion
-
public interface ServiceVersion
A generic interface for sending service requests using the provided service version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getVersion()
Gets the string representation of theServiceVersion
-
-
-
Method Detail
-
getVersion
java.lang.String getVersion()
Gets the string representation of theServiceVersion
- Returns:
- the string representation of the
ServiceVersion
-
-