Enum ErrorManagementTypes

java.lang.Object
java.lang.Enum<ErrorManagementTypes>
com.azure.resourcemanager.customerinsights.models.ErrorManagementTypes
All Implemented Interfaces:
Serializable, Comparable<ErrorManagementTypes>, java.lang.constant.Constable

public enum ErrorManagementTypes extends Enum<ErrorManagementTypes>
The type of error management to use for the mapping.
  • Enum Constant Details

    • REJECT_AND_CONTINUE

      public static final ErrorManagementTypes REJECT_AND_CONTINUE
      Enum value RejectAndContinue.
    • STOP_IMPORT

      public static final ErrorManagementTypes STOP_IMPORT
      Enum value StopImport.
    • REJECT_UNTIL_LIMIT

      public static final ErrorManagementTypes REJECT_UNTIL_LIMIT
      Enum value RejectUntilLimit.
  • Method Details

    • values

      public static ErrorManagementTypes[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ErrorManagementTypes valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static ErrorManagementTypes fromString(String value)
      Parses a serialized value to a ErrorManagementTypes instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed ErrorManagementTypes object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ErrorManagementTypes>