Class SupportedFilterTypes


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

      • SHIP_TO_COUNTRIES

        public static final SupportedFilterTypes SHIP_TO_COUNTRIES
        Static value ShipToCountries for SupportedFilterTypes.
      • DOUBLE_ENCRYPTION_STATUS

        public static final SupportedFilterTypes DOUBLE_ENCRYPTION_STATUS
        Static value DoubleEncryptionStatus for SupportedFilterTypes.
    • Constructor Detail

      • SupportedFilterTypes

        public SupportedFilterTypes()
    • Method Detail

      • fromString

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