Uses of Class
com.github.jamesnetherton.zulip.client.api.channel.request.UpdateChannelFolderApiRequest
Packages that use UpdateChannelFolderApiRequest
Package
Description
-
Uses of UpdateChannelFolderApiRequest in com.github.jamesnetherton.zulip.client.api.channel.request
Methods in com.github.jamesnetherton.zulip.client.api.channel.request that return UpdateChannelFolderApiRequestModifier and TypeMethodDescriptionUpdateChannelFolderApiRequest.withDescription
(String description) Sets the updated description of the channel folder.UpdateChannelFolderApiRequest.withIsArchived
(boolean isArchived) Sets the updated archived status of the channel folder.Sets the updated name of the channel folder. -
Uses of UpdateChannelFolderApiRequest in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return UpdateChannelFolderApiRequestModifier and TypeMethodDescriptionStreamService.updateChannelFolder
(int channelFolderId) Updates a channel folder.