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

com.github.seratch.jslack.api.model.event.ScopeGrantedEvent Maven / Gradle / Ivy

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

import lombok.Data;

import java.util.List;

/**
 *
 */
@Data
public class ScopeGrantedEvent implements Event {

    public static final String TYPE_NAME = "scope_granted";

    private final String type = TYPE_NAME;
    private List scopes;
    private String triggerId;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy