Class UrlPathOperator

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<UrlPathOperator>
com.microsoft.azure.management.cdn.UrlPathOperator

public final class UrlPathOperator extends com.microsoft.rest.ExpandableStringEnum<UrlPathOperator>
Defines values for UrlPathOperator.
  • Field Details

    • ANY

      public static final UrlPathOperator ANY
      Static value Any for UrlPathOperator.
    • EQUAL

      public static final UrlPathOperator EQUAL
      Static value Equal for UrlPathOperator.
    • CONTAINS

      public static final UrlPathOperator CONTAINS
      Static value Contains for UrlPathOperator.
    • BEGINS_WITH

      public static final UrlPathOperator BEGINS_WITH
      Static value BeginsWith for UrlPathOperator.
    • ENDS_WITH

      public static final UrlPathOperator ENDS_WITH
      Static value EndsWith for UrlPathOperator.
    • LESS_THAN

      public static final UrlPathOperator LESS_THAN
      Static value LessThan for UrlPathOperator.
    • LESS_THAN_OR_EQUAL

      public static final UrlPathOperator LESS_THAN_OR_EQUAL
      Static value LessThanOrEqual for UrlPathOperator.
    • GREATER_THAN

      public static final UrlPathOperator GREATER_THAN
      Static value GreaterThan for UrlPathOperator.
    • GREATER_THAN_OR_EQUAL

      public static final UrlPathOperator GREATER_THAN_OR_EQUAL
      Static value GreaterThanOrEqual for UrlPathOperator.
    • WILDCARD

      public static final UrlPathOperator WILDCARD
      Static value Wildcard for UrlPathOperator.
    • REG_EX

      public static final UrlPathOperator REG_EX
      Static value RegEx for UrlPathOperator.
  • Constructor Details

    • UrlPathOperator

      public UrlPathOperator()
  • Method Details

    • fromString

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

      public static Collection<UrlPathOperator> values()
      Returns:
      known UrlPathOperator values