Class StreamSubscription
java.lang.Object
com.github.jamesnetherton.zulip.client.api.stream.StreamSubscription
Defines a Zulip stream subscription.
-
Constructor Details
-
StreamSubscription
public StreamSubscription()
-
-
Method Details
-
isAudibleNotifications
public boolean isAudibleNotifications() -
getColor
-
getCreatorId
public long getCreatorId() -
getDateCreated
-
getDescription
-
isDesktopNotifications
public boolean isDesktopNotifications() -
isEmailNotifications
public boolean isEmailNotifications() -
getFirstMessageId
public long getFirstMessageId() -
isHistoryPublicToSubscribers
public boolean isHistoryPublicToSubscribers() -
isInviteOnly
public boolean isInviteOnly() -
getMessageRetentionDays
public int getMessageRetentionDays() -
isMuted
public boolean isMuted() -
getName
-
isPinToTop
public boolean isPinToTop() -
isPushNotifications
public boolean isPushNotifications() -
getRenderedDescription
-
getStreamId
public long getStreamId() -
getStreamWeeklyTraffic
public int getStreamWeeklyTraffic() -
getSubscribers
-
isWebPublic
public boolean isWebPublic() -
isWildcardMentionsNotify
public boolean isWildcardMentionsNotify() -
getCanRemoveSubscribersGroup
public int getCanRemoveSubscribersGroup()
-