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

public final class Category extends com.azure.core.util.ExpandableStringEnum<Category>
The category of the agreement signed by a customer.
  • Field Details

    • MICROSOFT_CUSTOMER_AGREEMENT

      public static final Category MICROSOFT_CUSTOMER_AGREEMENT
      Static value MicrosoftCustomerAgreement for Category.
    • AFFILIATE_PURCHASE_TERMS

      public static final Category AFFILIATE_PURCHASE_TERMS
      Static value AffiliatePurchaseTerms for Category.
    • OTHER

      public static final Category OTHER
      Static value Other for Category.
  • Constructor Details

  • Method Details

    • fromString

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

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