Class ParentType


  • public final class ParentType
    extends com.azure.core.util.ExpandableStringEnum<ParentType>
    Defines values for ParentType.
    • Field Detail

      • TOPICS

        public static final ParentType TOPICS
        Static value topics for ParentType.
      • DOMAINS

        public static final ParentType DOMAINS
        Static value domains for ParentType.
      • PARTNER_NAMESPACES

        public static final ParentType PARTNER_NAMESPACES
        Static value partnerNamespaces for ParentType.
    • Constructor Detail

      • ParentType

        public ParentType()
    • Method Detail

      • fromString

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

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