Class CustomWebhookNotificationGatewayConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String customPayload  
      protected java.lang.String endpoint  
      protected java.lang.String httpHeaders  
      protected java.lang.String httpMethod  
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCustomPayload()  
      java.lang.String getEndpoint()  
      java.lang.Class<? extends NotificationGateway> getGatewayClass()  
      java.lang.String getHttpHeaders()  
      java.lang.String getHttpMethod()  
      void setCustomPayload​(java.lang.String customPayload)  
      void setEndpoint​(java.lang.String endpoint)  
      void setHttpHeaders​(java.lang.String httpHeaders)  
      void setHttpMethod​(java.lang.String httpMethod)  
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • endpoint

        protected java.lang.String endpoint
      • httpMethod

        protected java.lang.String httpMethod
      • httpHeaders

        protected java.lang.String httpHeaders
      • customPayload

        protected java.lang.String customPayload
    • Constructor Detail

      • CustomWebhookNotificationGatewayConfiguration

        public CustomWebhookNotificationGatewayConfiguration()
    • Method Detail

      • getEndpoint

        public java.lang.String getEndpoint()
      • setEndpoint

        public void setEndpoint​(java.lang.String endpoint)
      • getHttpMethod

        public java.lang.String getHttpMethod()
      • setHttpMethod

        public void setHttpMethod​(java.lang.String httpMethod)
      • getHttpHeaders

        public java.lang.String getHttpHeaders()
      • setHttpHeaders

        public void setHttpHeaders​(java.lang.String httpHeaders)
      • getCustomPayload

        public java.lang.String getCustomPayload()
      • setCustomPayload

        public void setCustomPayload​(java.lang.String customPayload)