azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.maps.elevation.El...

86 строки
5.9 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.maps.elevation.ElevationServiceVersion"
fullName: "com.azure.maps.elevation.ElevationServiceVersion"
name: "ElevationServiceVersion"
nameWithType: "ElevationServiceVersion"
summary: "Contains the versions of the Elevation Service available for the clients."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **ElevationServiceVersion**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.maps.elevation.ElevationServiceVersion?alt=com.azure.maps.elevation.ElevationServiceVersion&text=ElevationServiceVersion\" data-throw-if-not-resolved=\"False\" />&gt;</br> implements <xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
fields:
- uid: "com.azure.maps.elevation.ElevationServiceVersion.V1_0"
fullName: "com.azure.maps.elevation.ElevationServiceVersion.V1_0"
name: "V1_0"
nameWithType: "ElevationServiceVersion.V1_0"
summary: "Service version `1.0`."
desc: "Service version `1.0`."
methods:
- uid: "com.azure.maps.elevation.ElevationServiceVersion.getLatest()"
fullName: "com.azure.maps.elevation.ElevationServiceVersion.getLatest()"
name: "getLatest()"
nameWithType: "ElevationServiceVersion.getLatest()"
summary: "Gets the latest service version supported by this client library"
modifiers:
- "static"
syntax: "public static ElevationServiceVersion getLatest()"
desc: "Gets the latest service version supported by this client library"
returns:
description: "the latest <xref uid=\"com.azure.maps.elevation.ElevationServiceVersion\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ElevationServiceVersion\"></xref>"
type: "<xref href=\"com.azure.maps.elevation.ElevationServiceVersion?alt=com.azure.maps.elevation.ElevationServiceVersion&text=ElevationServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.maps.elevation.ElevationServiceVersion.getVersion()"
fullName: "com.azure.maps.elevation.ElevationServiceVersion.getVersion()"
name: "getVersion()"
nameWithType: "ElevationServiceVersion.getVersion()"
syntax: "public String getVersion()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.maps.elevation.ElevationServiceVersion.valueOf(java.lang.String)"
fullName: "com.azure.maps.elevation.ElevationServiceVersion.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "ElevationServiceVersion.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static ElevationServiceVersion valueOf(String name)"
returns:
type: "<xref href=\"com.azure.maps.elevation.ElevationServiceVersion?alt=com.azure.maps.elevation.ElevationServiceVersion&text=ElevationServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.maps.elevation.ElevationServiceVersion.values()"
fullName: "com.azure.maps.elevation.ElevationServiceVersion.values()"
name: "values()"
nameWithType: "ElevationServiceVersion.values()"
modifiers:
- "static"
syntax: "public static ElevationServiceVersion[] values()"
returns:
type: "<xref href=\"com.azure.maps.elevation.ElevationServiceVersion?alt=com.azure.maps.elevation.ElevationServiceVersion&text=ElevationServiceVersion\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Contains the versions of the Elevation Service available for the clients."
implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.maps.elevation"
artifact: com.azure:azure-maps-elevation:1.0.0-beta.2