Class PartnerEndpointType


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

      • WEB_HOOK

        public static final PartnerEndpointType WEB_HOOK
        Static value WebHook for PartnerEndpointType.
    • Constructor Detail

      • PartnerEndpointType

        public PartnerEndpointType()
    • Method Detail

      • fromString

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

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