Class Report

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Report>
com.azure.maps.route.models.Report

public final class Report extends com.azure.core.util.ExpandableStringEnum<Report>
Defines values for Report.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Report
    Static value effectiveSettings for Report.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Report
    Creates or finds a Report from its string representation.
    Gets known Report values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • EFFECTIVE_SETTINGS

      public static final Report EFFECTIVE_SETTINGS
      Static value effectiveSettings for Report.
  • Constructor Details

    • Report

      public Report()
  • Method Details

    • fromString

      public static Report fromString(String name)
      Creates or finds a Report from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding Report.
    • values

      public static Collection<Report> values()
      Gets known Report values.
      Returns:
      known Report values.