Class PartnerType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PartnerType>
com.azure.resourcemanager.logic.models.PartnerType

public final class PartnerType extends com.azure.core.util.ExpandableStringEnum<PartnerType>
The partner type.
  • Field Details

    • NOT_SPECIFIED

      public static final PartnerType NOT_SPECIFIED
      Static value NotSpecified for PartnerType.
    • B2B

      public static final PartnerType B2B
      Static value B2B for PartnerType.
  • Constructor Details

    • PartnerType

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

    • fromString

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

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