Class AccountType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccountType>
com.azure.resourcemanager.billing.models.AccountType

public final class AccountType extends com.azure.core.util.ExpandableStringEnum<AccountType>
The type of customer.
  • Field Details

    • ENTERPRISE

      public static final AccountType ENTERPRISE
      Static value Enterprise for AccountType.
    • INDIVIDUAL

      public static final AccountType INDIVIDUAL
      Static value Individual for AccountType.
    • PARTNER

      public static final AccountType PARTNER
      Static value Partner for AccountType.
  • Constructor Details

    • AccountType

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

    • fromString

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

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