Package com.azure.maps.route.models
Class Report
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Report>
com.azure.maps.route.models.Report
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for Report.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReportReports the effective parameters or data used when calling the API. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReportfromString(String name) Creates or finds a Report from its string representation.static Collection<Report> values()Gets known Report values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
EFFECTIVE_SETTINGS
Reports the effective parameters or data used when calling the API.
-
-
Constructor Details
-
Report
Deprecated.Use thefromString(String)factory method.Creates a new instance of Report value.
-
-
Method Details
-
fromString
Creates or finds a Report from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Report.
-
values
Gets known Report values.- Returns:
- known Report values.
-
fromString(String)factory method.