java.lang.Object
com.azure.core.util.ExpandableStringEnum<Confirmation>
com.azure.resourcemanager.apimanagement.models.Confirmation
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class Confirmation extends com.azure.core.util.ExpandableStringEnum<Confirmation>
Determines the type of confirmation e-mail that will be sent to the newly created user.
  • Field Details

    • SIGNUP

      public static final Confirmation SIGNUP
      Static value signup for Confirmation.
    • INVITE

      public static final Confirmation INVITE
      Static value invite for Confirmation.
  • Constructor Details

    • Confirmation

      @Deprecated public Confirmation()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of Confirmation value.
  • Method Details

    • fromString

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

      public static Collection<Confirmation> values()
      Gets known Confirmation values.
      Returns:
      known Confirmation values.