- databaseRecycle() - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- databaseRecycle() - Method in class net.bis5.mattermost.client4.MattermostClient
-
will recycle the connections.
- deauthorizeOAuthApp(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- deauthorizeOAuthApp(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will deauthorize an OAuth 2.0 client application from accessing a user's account.
- DeauthorizeOAuthAppRequest - Class in net.bis5.mattermost.client4.model
-
Deauthorize OAuth app request payload.
- DeauthorizeOAuthAppRequest() - Constructor for class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
-
- defaultPager() - Static method in class net.bis5.mattermost.client4.Pager
-
- deleteChannel(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- deleteChannel(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes channel based on the provided channel id string.
- deleteCommand(String) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
-
- deleteCommand(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes a command based on the provided command id string.
- deleteEmoji(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
- deleteEmoji(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
delete an custom emoji on the provided emoji id string.
- deleteIncomingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- deleteIncomingWebhook(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes an Incoming Webhook given the hook id.
- deleteOAuthApp(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- deleteOAuthApp(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes a registered OAuth 2.0 client application.
- deleteOutgoingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- deleteOutgoingWebhook(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
delete the outgoing webhook on the system requested by hook id.
- deletePost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- deletePost(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes a post from the provided post id string.
- deletePreferences(String, Preferences) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
- deletePreferences(String, Preferences) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes the user's preferences.
- deleteReaction(Reaction) - Method in interface net.bis5.mattermost.client4.api.ReactionApi
-
- deleteReaction(Reaction) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes reaction of a user in a post.
- deleteSamlIdpCertificate() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- deleteSamlIdpCertificate() - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes the SAML IDP certificate from the server and updates the config to not use it and
disable SAML.
- deleteSamlPrivateCertificate() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- deleteSamlPrivateCertificate() - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes the SAML IDP certificate from the server and updates the config to not use it and
disable SAML.
- deleteSamlPublicCertificate() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- deleteSamlPublicCertificate() - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes the saml IDP certificate from the server and updates the config to not use it and
disable SAML.
- deleteTeam(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- deleteTeam(String, boolean) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- deleteTeam(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes the team softly (archive only, not permanent delete).
- deleteTeam(String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deletes the team.
- deleteUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- deleteUser(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
deactivates a user in the system based on the provided user id string.
- DisableEnableTokenRequest - Class in net.bis5.mattermost.client4.model
-
Disable or Enable user access token request payload.
- DisableEnableTokenRequest() - Constructor for class net.bis5.mattermost.client4.model.DisableEnableTokenRequest
-
- disableUserAccessToken(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- disableUserAccessToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiDelete(String, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiDelete(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiGet(String, String, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiGet(String, String, GenericType<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiGet(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPost(String, U, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPost(String, U, GenericType<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPost(String, U) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPostMultiPart(String, MultiPart) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPostMultiPart(String, MultiPart, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPut(String, U, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiPut(String, U) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiRequest(String, String, U, String, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiRequest(String, String, U, String, GenericType<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- doApiRequest(String, String, U, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- downloadComplianceReport(String) - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
-
- downloadComplianceReport(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a full compliance report as a file.
- GeneralApi - Interface in net.bis5.mattermost.client4.api
-
General API.
- generateMfaSecret(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- generateMfaSecret(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will generate a new MFA secret for a user and return it as a string and as a base64 encoded
image QR code.
- getAllTeams() - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getAllTeams(Pager) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getAllTeams(Pager, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getAllTeams(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns all teams based on permssions.
- getAnalytics() - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getAnalytics(AnalyticsCategory) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getAnalytics(String) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getAnalytics(AnalyticsCategory, String) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getAnalytics(AnalyticsCategory, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getAudits() - Method in interface net.bis5.mattermost.client4.api.AuditsApi
-
- getAudits(Pager) - Method in interface net.bis5.mattermost.client4.api.AuditsApi
-
- getAudits(Pager, String) - Method in interface net.bis5.mattermost.client4.api.AuditsApi
-
- getAudits(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of audits for the whole system.
- getAuthorizedOAuthAppsForUser(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- getAuthorizedOAuthAppsForUser(String, Pager) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- getAuthorizedOAuthAppsForUser(String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a page of OAuth 2.0 client applications the user authorized to use access their account.
- getBrandImage() - Method in interface net.bis5.mattermost.client4.api.BrandApi
-
- getBrandImage() - Method in class net.bis5.mattermost.client4.MattermostClient
-
retrieves the previously uploaded brand image.
- getBrandRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getCacheRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannel(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannel(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a channel based on the provided channel id string.
- getChannelByName(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelByName(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelByName(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a channel based on the provided channel name and team id strings.
- getChannelByNameForTeamName(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelByNameForTeamName(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelByNameForTeamName(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a channel based on the provided channel name and team name strings.
- getChannelByNameForTeamNameRoute(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelByNameRoute(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelMember(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMember(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMember(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a channel memner.
- getChannelMemberRoute(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelMembers(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembers(String, Pager) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembers(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembers(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a page of channel members.
- getChannelMembersByIds(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembersByIds(String, String...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembersByIds(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets the channel members in a channel for a list of user ids.
- getChannelMembersForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembersForUser(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelMembersForUser(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets all the channel members for a user on a team.
- getChannelMembersRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelsForTeamForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelsForTeamForUser(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelsForTeamForUser(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list channels of on a team for user.
- getChannelsForTeamRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelStats(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelStats(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelStats(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns statistics for a channel.
- getChannelUnread(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getChannelUnread(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will return a ChannelUnread object that contains the number ofo unread messages and mentions
for a user.
- getClusterRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getClusterStatus() - Method in interface net.bis5.mattermost.client4.api.ClusterApi
-
- getClusterStatus() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getCode() - Method in enum net.bis5.mattermost.client4.model.AnalyticsCategory
-
- getCommandRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getCommandsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getComplianceReport(String) - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
-
- getComplianceReport(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a compliance report.
- getComplianceReportRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getComplianceReports() - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
-
- getComplianceReports(Pager) - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
-
- getComplianceReports(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns list of compliance reports.
- getComplianceReportsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getConfig() - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getConfig() - Method in class net.bis5.mattermost.client4.MattermostClient
-
will retrieve the server config with some sanitized items.
- getConfigRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getContext(Class<?>) - Method in class net.bis5.mattermost.jersey.provider.MattermostModelMapperProvider
-
- getDatabaseRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getDeletedChannels(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getDeletedChannels(String, Pager) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getDeletedChannels(String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmoji(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
- getEmoji(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a custom emoji in the system on the provided emoji id string.
- getEmojiImage(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
- getEmojiImage(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns the emoji image.
- getEmojiList() - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
- getEmojiList(Pager) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
Get custom emoji list.
- getEmojiList(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of custom emoji in the system.
- getEmojiRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmojisRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEtag() - Method in class net.bis5.mattermost.client4.ApiResponse
-
- getFileRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFilesRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFlaggedPostsForUser(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getFlaggedPostsForUser(String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getFlaggedPostsForUser(String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns flagges posts of a user based on user id string.
- getFlaggedPostsForUserInChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getFlaggedPostsForUserInChannel(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getFlaggedPostsForUserInChannel(String, String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns flagged posts in channel of a user based on user id string.
- getFlaggedPostsForUserInTeam(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getFlaggedPostsForUserInTeam(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getFlaggedPostsForUserInTeam(String, String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns flagged posts in team of a user based on user id string.
- getIncomingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhook(String, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhook(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns an Incoming webhook given the hook id.
- getIncomingWebhookRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getIncomingWebhooks() - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhooks(Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhooks(Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhooks(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of incoming webhooks on the system.
- getIncomingWebhooksForTeam(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhooksForTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhooksForTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getIncomingWebhooksForTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of incoming webhooks for a team.
- getIncomingWebhooksRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getLdapRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getLicenseRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getLogs() - Method in interface net.bis5.mattermost.client4.api.LogsApi
-
- getLogs(Pager) - Method in interface net.bis5.mattermost.client4.api.LogsApi
-
- getLogs(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
page of logs as a string list.
- getMe() - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getMe(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getMe(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns the logged in user.
- getOAuthApp(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- getOAuthApp(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a registered OAuth 2.0 client application with Mattermost acting as an OAuth 2.0 service
provider.
- getOAuthAppInfo(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- getOAuthAppInfo(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a sanitized version of a registered OAuth 2.0 client application with Mattermost acting as
an OAuth 2.0 service provider.
- getOAuthAppRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOAuthApps() - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- getOAuthApps(Pager) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
- getOAuthApps(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a page of registered OAuth 2.0 client applications with Mattermost acting as an OAuth 2.0
service provider.
- getOAuthAppsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOldClientConfig() - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getOldClientConfig(String) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getOldClientConfig(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will retrieve the parts of the server configuration needed by the client, formatted in the old
format.
- getOldClientLicense() - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getOldClientLicense(String) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getOldClientLicense(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will retrieve the parts of the server license needed by the client, formatted in the old
format.
- getOutgoingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhook(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
outgoing webhooks on the system requested by hook id.
- getOutgoingWebhookRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhooks() - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooks(Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooks(Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooks(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of outgoing webhooks ont eh system.
- getOutgoingWebhooksForChannel(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooksForChannel(String, Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooksForChannel(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooksForChannel(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of outgoing webhooks for a channel.
- getOutgoingWebhooksForTeam(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooksForTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooksForTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- getOutgoingWebhooksForTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of outgoing webhooks for a team.
- getOutgoingWebhooksRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPing() - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- getPing() - Method in class net.bis5.mattermost.client4.MattermostClient
-
will ping the server and to see if it is up and running.
- getPinnedPosts(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPinnedPosts(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPinnedPosts(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a list of pinned posts.
- getPost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPost(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPost(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a single post.
- getPostRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsAfter(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsAfter(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsAfter(String, String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsAfter(String, String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a page of posts that were posted after the post provided.
- getPostsBefore(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsBefore(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsBefore(String, String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsBefore(String, String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a page of posts that were posted before the post provided.
- getPostsForChannel(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsForChannel(String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsForChannel(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsForChannel(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a page of posts with an array for ordering for a channel.
- getPostsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsSince(String, Date) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsSince(String, OffsetDateTime) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsSince(String, long) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostsSince(String, long) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets posts created after a specified time as Unix time in milliseconds.
- getPostThread(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostThread(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- getPostThread(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets a post with all the other posts in the same thread.
- getPreferenceByCategoryAndName(String, PreferenceCategory, String) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
- getPreferenceByCategoryAndName(String, PreferenceCategory, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns the user's preferences from the provided category and preference name string.
- getPreferences(String) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
- getPreferences(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns the user's preferences.
- getPreferencesByCategory(String, PreferenceCategory) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
- getPreferencesByCategory(String, PreferenceCategory) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns the user's preferences from the provided category string.
- getPreferencesRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getProfileImage(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getProfileImage(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getProfileImage(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
gets user's profile image.
- getPublicChannelsByIdsForTeam(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPublicChannelsByIdsForTeam(String, String...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPublicChannelsByIdsForTeam(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of public channeld based on provided team id string.
- getPublicChannelsForTeam(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPublicChannelsForTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPublicChannelsForTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- getPublicChannelsForTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of public channels based on the provided team id string.
- getRawResponse() - Method in class net.bis5.mattermost.client4.ApiResponse
-
- getReactions(String) - Method in interface net.bis5.mattermost.client4.api.ReactionApi
-
- getReactions(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of reactions to a post.
- getReactionsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getSamlCertificateStatus() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- getSamlCertificateStatus() - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns metadata for the SAML configuration.
- getSamlMetadata() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- getSamlMetadata() - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns metadata for the SAML configuration.
- getSamlRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getSessions(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getSessions(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getSessions(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of sessions based on the provided user id string.
- getSystemRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeam(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeam(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeam(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a team based on the provided team id string.
- getTeamAutoCompleteCommandsRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamByName(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamByName(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamByName(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a team based on the provided team name string.
- getTeamByNameRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamImportRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMember(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMember(String, String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMember(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a team member based on the provided team and user id strings.
- getTeamMemberRoute(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMembers(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembers(String, Pager) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembers(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembers(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns team members based on the provided team id string.
- getTeamMembersByIds(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembersByIds(String, String...) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembersByIds(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will return an array of team members based on the team id and a list of user ids provided.
- getTeamMembersforUser(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembersForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamMembersForUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns the team member for a user.
- getTeamMembersRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamsForUser(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamsForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamsForUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of teams a user is on.
- getTeamsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getteamStats(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamStats(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamStats(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a team stats based on the team id string.
- getTeamStatsRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamUnread(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- getTeamUnread(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will return a TeamUnread object that contains the amount of unread messages and mentions the
user has for the specified team.
- getTeamUnreadForUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getTeamUnreadForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getTeamUnreadForUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will return a list with TeamUnread objects that contain the amount of unread messages and
mentions the current user has for the teams it belongs to.
- getTestEmailRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUser(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a user based on the provided user id string.
- getUserAccessToken(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAccessToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserAccessTokens(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAccessTokens(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAccessTokens(String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserAccessTokensAllUsers() - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAccessTokensAllUsers(Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAccessTokensAllUsers(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserAudits(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAudits(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAudits(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserAudits(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of audit based on the provided user id string.
- getUserByEmail(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserByEmail(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserByEmail(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a user based on the provided user email string.
- getUserByEmailRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserByUsername(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserByUsername(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUserByUsername(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a user based pn the provided user name string.
- getUserByUsernameRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsers() - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsers(Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsers(Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsers(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of users on the system.
- getUsersByIds(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersByIds(String...) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersByIds(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of users based on the provided user ids.
- getUsersByUsernames(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersByUsernames(String...) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersByUsernames(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of users based on the provided usernames.
- getUsersInChannel(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInChannel(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInChannel(String, UsersOrder.InChannel, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInChannel(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInChannel(String, UsersOrder.InChannel, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInChannel(String, UsersOrder.InChannel, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of users on a team.
- getUsersInTeam(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInTeam(String, UsersOrder.InTeam, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInTeam(String, UsersOrder.InTeam, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersInTeam(String, UsersOrder.InTeam, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of users on a team.
- getUsersNotInChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersNotInChannel(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersNotInChannel(String, String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersNotInChannel(String, String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of users on a team.
- getUsersNotInTeam(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersNotInTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersNotInTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersNotInTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of users who are not in a team.
- getUsersRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersStatusesByIds(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
- getUsersStatusesByIds(String...) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
- getUsersStatusesByIds(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a list of users status based on the provided user ids.
- getUserStatus(String) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
- getUserStatus(String, String) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
- getUserStatus(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a user status based on the provided user id string.
- getUserStatusesRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserStatusRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersWithoutTeam() - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersWithoutTeam(Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersWithoutTeam(Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- getUsersWithoutTeam(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a page of users on the system that aren't on any teams.
- getUserTokenRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserTokensRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserTokensRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getWebrtcToken() - Method in interface net.bis5.mattermost.client4.api.WebrtcApi
-
- getWebrtcToken() - Method in class net.bis5.mattermost.client4.MattermostClient
-
returns a valid token, stun server and turn server with credentials to use with the Mattermost
WebRTC service.
- unpinPost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- unpinPost(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
unpin a post based on provided post id string.
- updateChannel(Channel) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- updateChannel(Channel) - Method in class net.bis5.mattermost.client4.MattermostClient
-
update a channel based on the provided channel object.
- updateChannelNotifyProps(String, String, Map<String, String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- updateChannelNotifyProps(String, String, Map<String, String>) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will update the notification properties on a channel for a user.
- updateChannelRoles(String, String, Collection<Role>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- updateChannelRoles(String, String, Role...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
- updateChannelRoles(String, String, Role...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will update the roles on a channel for a user.
- updateCommand(Command) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
-
- updateCommand(Command) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates a command based on the provided Command object.
- updateConfig(Config) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- updateConfig(Config) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will update the server configuration.
- updateIncomingWebhook(IncomingWebhook) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- updateIncomingWebhook(IncomingWebhook) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates an incoming webhook for a channel.
- updateOutgoingWebhook(OutgoingWebhook) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
- updateOutgoingWebhook(OutgoingWebhook) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates an outgoing webhook.
- updatePost(Post) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- updatePost(String, Post) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
- updatePost(String, Post) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates a post based on the provided post object.
- updatePreferences(String, Preferences) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
- updatePreferences(String, Preferences) - Method in class net.bis5.mattermost.client4.MattermostClient
-
saves the user's preferences.
- UpdateRolesRequest - Class in net.bis5.mattermost.client4.model
-
Update user roles request payload.
- UpdateRolesRequest(Role...) - Constructor for class net.bis5.mattermost.client4.model.UpdateRolesRequest
-
- updateTeam(Team) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- updateTeam(Team) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will update a team.
- updateTeamMemberRoles(String, String, Collection<Role>) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- updateTeamMemberRoles(String, String, Role...) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
- updateTeamMemberRoles(String, String, Role...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will update the roles on a team for a user.
- updateUser(User) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- updateUser(User) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates a user in the system based on the provided user object.
- updateUserActive(String, boolean) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- updateUserActive(String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates status of a user whether active or not.
- UpdateUserActiveRequest - Class in net.bis5.mattermost.client4.model
-
Update user active request payload.
- UpdateUserActiveRequest() - Constructor for class net.bis5.mattermost.client4.model.UpdateUserActiveRequest
-
- updateUserMfa(String, String, boolean) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- updateUserMfa(String, String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
-
activates multi-factor authentication for a user if activate is true and a valid code is
provided.
- UpdateUserMfaRequest - Class in net.bis5.mattermost.client4.model
-
Update user MFA request payload.
- UpdateUserMfaRequest() - Constructor for class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
-
- updateUserPassword(String, String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- updateUserPassword(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates a user's password.
- UpdateUserPasswordRequest - Class in net.bis5.mattermost.client4.model
-
Update user password request payload.
- UpdateUserPasswordRequest() - Constructor for class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
-
- updateUserRoles(String, Collection<Role>) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- updateUserRoles(String, Role...) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
- updateUserRoles(String, Role...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
updates a user's roles in the system.
- updateUserStatus(String, Status) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
- updateUserStatus(String, Status) - Method in class net.bis5.mattermost.client4.MattermostClient
-
sets a user's status based on the provided user id string.
- uploadBrandImage(Path) - Method in interface net.bis5.mattermost.client4.api.BrandApi
-
- uploadBrandImage(Path) - Method in class net.bis5.mattermost.client4.MattermostClient
-
sets the brand image for the system.
- uploadLicenseFile(Path) - Method in interface net.bis5.mattermost.client4.api.GeneralApi
-
- uploadLicenseFile(Path) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- uploadSamlIdpCertificate(Path, String) - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- uploadSamlIdpCertificate(Path, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will upload an IDP certificate for SAML and set the config to use it.
- uploadSamlPrivateCertificate(Path, String) - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- uploadSamlPrivateCertificate(Path, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will upload a private key for SAML and set the config to use it.
- uploadSamlPublicCertificate(Path, String) - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
- uploadSamlPublicCertificate(Path, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
will upload a public certificate for SAML and set the config to use it.
- url(String) - Method in class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
-
- UserAccessTokenCreateRequest - Class in net.bis5.mattermost.client4.model
-
Create user access token request payload.
- UserAccessTokenCreateRequest() - Constructor for class net.bis5.mattermost.client4.model.UserAccessTokenCreateRequest
-
- UserApi - Interface in net.bis5.mattermost.client4.api
-
User API.
- UsersOrder - Class in net.bis5.mattermost.client4.model
-
Users fetch order.
- UsersOrder() - Constructor for class net.bis5.mattermost.client4.model.UsersOrder
-
- UsersOrder.InChannel - Enum in net.bis5.mattermost.client4.model
-
Order in channel.
- UsersOrder.InTeam - Enum in net.bis5.mattermost.client4.model
-
Order in team.