Uses of Class
com.github.jamesnetherton.zulip.client.api.stream.request.GetStreamEmailAddressApiRequest
Packages that use GetStreamEmailAddressApiRequest
Package
Description
-
Uses of GetStreamEmailAddressApiRequest in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return GetStreamEmailAddressApiRequestModifier and TypeMethodDescriptionStreamService.getStreamEmailAddress
(long streamId) Gets the email address of a stream. -
Uses of GetStreamEmailAddressApiRequest in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request that return GetStreamEmailAddressApiRequestModifier and TypeMethodDescriptionGetStreamEmailAddressApiRequest.withSenderId
(long senderId) Sets the ID of a user or bot which should appear as the sender when messages are sent to the channel using the returned channel email address.