Class StreamSubscription
java.lang.Object
com.github.jamesnetherton.zulip.client.api.stream.StreamSubscription
Defines a Zulip stream subscription.
- 
Constructor Details- 
StreamSubscriptionpublic StreamSubscription()
 
- 
- 
Method Details- 
isAudibleNotificationspublic boolean isAudibleNotifications()
- 
getColor
- 
getCreatorIdpublic long getCreatorId()
- 
getDateCreated
- 
getDescription
- 
isDesktopNotificationspublic boolean isDesktopNotifications()
- 
isEmailNotificationspublic boolean isEmailNotifications()
- 
getFirstMessageIdpublic long getFirstMessageId()
- 
isHistoryPublicToSubscriberspublic boolean isHistoryPublicToSubscribers()
- 
isInviteOnlypublic boolean isInviteOnly()
- 
getMessageRetentionDayspublic int getMessageRetentionDays()
- 
isMutedpublic boolean isMuted()
- 
getName
- 
isPinToToppublic boolean isPinToTop()
- 
isPushNotificationspublic boolean isPushNotifications()
- 
getRenderedDescription
- 
getStreamIdpublic long getStreamId()
- 
getStreamWeeklyTrafficpublic int getStreamWeeklyTraffic()
- 
getSubscribers
- 
isWebPublicpublic boolean isWebPublic()
- 
isWildcardMentionsNotifypublic boolean isWildcardMentionsNotify()
- 
getCanRemoveSubscribersGrouppublic int getCanRemoveSubscribersGroup()
 
-