Class UrlPathOperator


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

      • 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 Detail

      • UrlPathOperator

        public UrlPathOperator()
    • Method Detail

      • 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.