Class CustomAllOf


  • public class CustomAllOf
    extends java.lang.Object
    CustomAllOf
    • Field Detail

      • JSON_PROPERTY_TYPE

        public static final java.lang.String JSON_PROPERTY_TYPE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_WEBHOOKS

        public static final java.lang.String JSON_PROPERTY_WEBHOOKS
        See Also:
        Constant Field Values
    • Constructor Detail

      • CustomAllOf

        public CustomAllOf()
    • Method Detail

      • type

        public CustomAllOf type​(java.lang.String type)
      • getType

        @Nullable
        public java.lang.String getType()
        To configure a custom integration you need to setup a webhook with a set of triggers and target.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • getWebhooks

        public java.util.List<Webhook> getWebhooks()
        An array of webhooks associated with the custom integration.
        Returns:
        webhooks
      • setWebhooks

        public void setWebhooks​(java.util.List<Webhook> webhooks)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object