Enum WebhookEvent

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, java.io.Serializable, java.lang.Comparable<WebhookEvent>

    public enum WebhookEvent
    extends java.lang.Enum<WebhookEvent>
    implements com.google.protobuf.Internal.EnumLite
    Protobuf enum streamlayer.sdkSettings.organization.webhooks.WebhookEvent
    • Enum Constant Detail

      • WEBHOOK_EVENT_UNSET

        public static final WebhookEvent WEBHOOK_EVENT_UNSET
        WEBHOOK_EVENT_UNSET = 0;
      • WEBHOOK_EVENT_CLICK_BANNER

        public static final WebhookEvent WEBHOOK_EVENT_CLICK_BANNER
        WEBHOOK_EVENT_CLICK_BANNER = 1;
      • WEBHOOK_EVENT_CLICK_ADDITIONAL_BANNER

        public static final WebhookEvent WEBHOOK_EVENT_CLICK_ADDITIONAL_BANNER
        WEBHOOK_EVENT_CLICK_ADDITIONAL_BANNER = 2;
      • WEBHOOK_EVENT_CLICK_BUTTON

        public static final WebhookEvent WEBHOOK_EVENT_CLICK_BUTTON
        WEBHOOK_EVENT_CLICK_BUTTON = 3;
      • WEBHOOK_EVENT_CLICK_SECONDARY_BUTTON

        public static final WebhookEvent WEBHOOK_EVENT_CLICK_SECONDARY_BUTTON
        WEBHOOK_EVENT_CLICK_SECONDARY_BUTTON = 4;
      • UNRECOGNIZED

        public static final WebhookEvent UNRECOGNIZED
    • Field Detail

      • WEBHOOK_EVENT_UNSET_VALUE

        public static final int WEBHOOK_EVENT_UNSET_VALUE
        WEBHOOK_EVENT_UNSET = 0;
        See Also:
        Constant Field Values
      • WEBHOOK_EVENT_CLICK_BANNER_VALUE

        public static final int WEBHOOK_EVENT_CLICK_BANNER_VALUE
        WEBHOOK_EVENT_CLICK_BANNER = 1;
        See Also:
        Constant Field Values
      • WEBHOOK_EVENT_CLICK_ADDITIONAL_BANNER_VALUE

        public static final int WEBHOOK_EVENT_CLICK_ADDITIONAL_BANNER_VALUE
        WEBHOOK_EVENT_CLICK_ADDITIONAL_BANNER = 2;
        See Also:
        Constant Field Values
      • WEBHOOK_EVENT_CLICK_BUTTON_VALUE

        public static final int WEBHOOK_EVENT_CLICK_BUTTON_VALUE
        WEBHOOK_EVENT_CLICK_BUTTON = 3;
        See Also:
        Constant Field Values
      • WEBHOOK_EVENT_CLICK_SECONDARY_BUTTON_VALUE

        public static final int WEBHOOK_EVENT_CLICK_SECONDARY_BUTTON_VALUE
        WEBHOOK_EVENT_CLICK_SECONDARY_BUTTON = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static WebhookEvent[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (WebhookEvent c : WebhookEvent.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static WebhookEvent valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
      • valueOf

        @Deprecated
        public static WebhookEvent valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static WebhookEvent forNumber​(int value)
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<WebhookEvent> internalGetValueMap()
      • internalGetVerifier

        public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()