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

com.slack.api.model.connect.ConnectInvite Maven / Gradle / Ivy

There is a newer version: 1.45.3
Show newest version
package com.slack.api.model.connect;

import lombok.Data;

import java.util.List;

@Data
public class ConnectInvite {
    private String direction; // outgoing, etc.
    private String status; // revoked, etc.
    private Integer dateLastUpdated;
    private String inviteType; // channel, etc.
    private ConnectInviteDetail invite;
    private ConnectChannel channel;
    private List acceptances;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy