All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.seratch.jslack.api.webhook.WebhookPayloads Maven / Gradle / Ivy

The newest version!
package com.github.seratch.jslack.api.webhook;

import com.github.seratch.jslack.api.model.ModelConfigurator;

public class WebhookPayloads {

    private WebhookPayloads() {
    }

    public static Payload payload(ModelConfigurator configurator) {
        return configurator.configure(Payload.builder()).build();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy