Class GetWebhookOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String webhookId)
        Instantiates a new builder with required properties.
        Parameters:
        webhookId - the webhookId
    • Method Detail

      • build

        public GetWebhookOptions build()
        Builds a GetWebhookOptions.
        Returns:
        the new GetWebhookOptions instance
      • webhookId

        public GetWebhookOptions.Builder webhookId​(String webhookId)
        Set the webhookId.
        Parameters:
        webhookId - the webhookId
        Returns:
        the GetWebhookOptions builder