Uses of Class
net.bis5.mattermost.client4.model.GetBotsOption
-
Packages that use GetBotsOption Package Description net.bis5.mattermost.client4 net.bis5.mattermost.client4.api net.bis5.mattermost.client4.model -
-
Uses of GetBotsOption in net.bis5.mattermost.client4
Methods in net.bis5.mattermost.client4 with parameters of type GetBotsOption Modifier and Type Method Description ApiResponse<Bots>MattermostClient. getBots(Pager pager, GetBotsOption option) -
Uses of GetBotsOption in net.bis5.mattermost.client4.api
Methods in net.bis5.mattermost.client4.api with parameters of type GetBotsOption Modifier and Type Method Description default ApiResponse<Bots>BotsApi. getBots(GetBotsOption option)Get bots.ApiResponse<Bots>BotsApi. getBots(Pager pager, GetBotsOption option)Get bots. -
Uses of GetBotsOption in net.bis5.mattermost.client4.model
Methods in net.bis5.mattermost.client4.model that return GetBotsOption Modifier and Type Method Description GetBotsOptionGetBotsOption.GetBotsOptionBuilder. build()static GetBotsOptionGetBotsOption. defaultInstance()
-