![JAR search and dependency download from the Maven repository](/logo.png)
com.ullink.slack.simpleslackapi.SlackPersona Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simpleslackapi-lib Show documentation
Show all versions of simpleslackapi-lib Show documentation
A simple API to build bot running on Slack
The newest version!
package com.ullink.slack.simpleslackapi;
public interface SlackPersona
{
public enum SlackPresence { UNKNOWN, ACTIVE, AWAY, AUTO }
String getId();
String getUserName();
String getRealName();
String getUserMail();
boolean isDeleted();
boolean isAdmin();
boolean isOwner();
boolean isPrimaryOwner();
boolean isRestricted();
boolean isUltraRestricted();
boolean isBot();
String getTimeZone();
String getTimeZoneLabel();
Integer getTimeZoneOffset();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy