Class RelativeTo

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RelativeTo>
com.azure.ai.textanalytics.models.RelativeTo

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

    Fields
    Modifier and Type
    Field
    Description
    static final RelativeTo
    Static value Current for RelativeTo.
    static final RelativeTo
    Static value End for RelativeTo.
    static final RelativeTo
    Static value Start for RelativeTo.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static RelativeTo
    Creates or finds a RelativeTo from its string representation.

    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

    • CURRENT

      public static final RelativeTo CURRENT
      Static value Current for RelativeTo.
    • END

      public static final RelativeTo END
      Static value End for RelativeTo.
    • START

      public static final RelativeTo START
      Static value Start for RelativeTo.
  • Constructor Details

    • RelativeTo

      public RelativeTo()
  • Method Details

    • fromString

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