- generateMfaSecret(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
will generate a new MFA secret for a user and return it as a string and as a base64 encoded
image QR code.
- generateMfaSecret(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getAllTeams() - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns all teams based on permssions.
- getAllTeams(Pager) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns all teams based on permssions.
- getAllTeams(Pager, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns all teams based on permssions.
- getAllTeams(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getAnalytics() - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
- getAnalytics(AnalyticsCategory) - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
- getAnalytics(String) - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
- getAnalytics(AnalyticsCategory, String) - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
- getAnalytics(AnalyticsCategory, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getAudits() - Method in interface net.bis5.mattermost.client4.api.AuditsApi
-
returns a list of audits for the whole system.
- getAudits(Pager) - Method in interface net.bis5.mattermost.client4.api.AuditsApi
-
returns a list of audits for the whole system.
- getAudits(Pager, String) - Method in interface net.bis5.mattermost.client4.api.AuditsApi
-
returns a list of audits for the whole system.
- getAudits(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getAuthorizedOAuthAppsForUser(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
gets a page of OAuth 2.0 client applications the user authorized to use access their account.
- getAuthorizedOAuthAppsForUser(String, Pager) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
gets a page of OAuth 2.0 client applications the user authorized to use access their account.
- getAuthorizedOAuthAppsForUser(String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getBrandImage() - Method in interface net.bis5.mattermost.client4.api.BrandApi
-
retrieves the previously uploaded brand image.
- getBrandImage() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getBrandImageRoute() - 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
-
returns a channel based on the provided channel id string.
- getChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a channel based on the provided channel id string.
- getChannel(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelByName(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a channel based on the provided channel name and team id strings.
- getChannelByName(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a channel based on the provided channel name and team id strings.
- getChannelByName(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelByNameForTeamName(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a channel based on the provided channel name and team name strings.
- getChannelByNameForTeamName(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a channel based on the provided channel name and team name strings.
- getChannelByNameForTeamName(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
gets a channel memner.
- getChannelMember(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets a channel memner.
- getChannelMember(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelMemberRoute(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelMembers(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets a page of channel members.
- getChannelMembers(String, Pager) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets a page of channel members.
- getChannelMembers(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets a page of channel members.
- getChannelMembers(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelMembersByIds(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets the channel members in a channel for a list of user ids.
- getChannelMembersByIds(String, String...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets the channel members in a channel for a list of user ids.
- getChannelMembersByIds(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelMembersForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets all the channel members for a user on a team.
- getChannelMembersForUser(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets all the channel members for a user on a team.
- getChannelMembersForUser(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
returns a list channels of on a team for user.
- getChannelsForTeamForUser(String, String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a list channels of on a team for user.
- getChannelsForTeamForUser(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
returns statistics for a channel.
- getChannelStats(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns statistics for a channel.
- getChannelStats(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getChannelUnread(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
will return a ChannelUnread object that contains the number ofo unread messages and mentions
for a user.
- getChannelUnread(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getClientId() - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
-
- getClientIds() - Method in class net.bis5.mattermost.client4.model.FileUploadResult
-
- 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.AuthType
-
- getCode() - Method in enum net.bis5.mattermost.client4.model.AnalyticsCategory
-
- getCode() - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
-
- 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
-
returns a compliance report.
- getComplianceReport(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getComplianceReportRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getComplianceReports() - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
-
returns list of compliance reports.
- getComplianceReports(Pager) - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
-
returns list of compliance reports.
- getComplianceReports(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getComplianceReportsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getConfig() - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
will retrieve the server config with some sanitized items.
- getConfig() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getConfigRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getContext(Class<?>) - Method in class net.bis5.mattermost.jersey.provider.MattermostModelMapperProvider
-
- getCurrentPassword() - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
-
- 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
-
- getDescription() - Method in class net.bis5.mattermost.client4.model.UserAccessTokenCreateRequest
-
- getDetailedError() - Method in class net.bis5.mattermost.client4.model.ApiError
-
- getDeviceId() - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest
-
- getDeviceId() - Method in class net.bis5.mattermost.client4.model.LoginRequest
-
- getElasticsearchRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmail() - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest
-
- getEmail() - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest
-
- getEmoji(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
returns a custom emoji in the system on the provided emoji id string.
- getEmoji(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmojiByName(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
get a custom emoji by name.
- getEmojiByName(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmojiByNameRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmojiImage(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
returns the emoji image.
- getEmojiImage(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getEmojiList() - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
returns a list of custom emoji in the system.
- getEmojiList(Pager) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
-
returns a list of custom emoji in the system.
- getEmojiList(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
- getFile(String) - Method in interface net.bis5.mattermost.client4.api.FilesApi
-
Get a file content.
- getFile(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFileInfoForPost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
get a list of file info attached the post.
- getFileInfoForPost(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFileInfos() - Method in class net.bis5.mattermost.client4.model.FileUploadResult
-
- getFileMetadata(String) - Method in interface net.bis5.mattermost.client4.api.FilesApi
-
Get a file metadata.
- getFileMetadata(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFilePreview(String) - Method in interface net.bis5.mattermost.client4.api.FilesApi
-
Get a file preview.
- getFilePreview(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFileRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFilesRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFileThumbnail(String) - Method in interface net.bis5.mattermost.client4.api.FilesApi
-
Get a file thumbnail.
- getFileThumbnail(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFlaggedPostsForUser(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
returns flagges posts of a user based on user id string.
- getFlaggedPostsForUser(String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
returns flagges posts of a user based on user id string.
- getFlaggedPostsForUser(String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFlaggedPostsForUserInChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
returns flagged posts in channel of a user based on user id string.
- getFlaggedPostsForUserInChannel(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
returns flagged posts in channel of a user based on user id string.
- getFlaggedPostsForUserInChannel(String, String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFlaggedPostsForUserInTeam(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
returns flagged posts in team of a user based on user id string.
- getFlaggedPostsForUserInTeam(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
returns flagged posts in team of a user based on user id string.
- getFlaggedPostsForUserInTeam(String, String, Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getFollowLink() - Method in class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
-
- getId() - Method in class net.bis5.mattermost.client4.model.ApiError
-
- getId() - Method in class net.bis5.mattermost.client4.model.LoginRequest
-
- getIncomingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns an Incoming webhook given the hook id.
- getIncomingWebhook(String, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns an Incoming webhook given the hook id.
- getIncomingWebhook(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getIncomingWebhookRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getIncomingWebhooks() - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of incoming webhooks on the system.
- getIncomingWebhooks(Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of incoming webhooks on the system.
- getIncomingWebhooks(Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of incoming webhooks on the system.
- getIncomingWebhooks(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getIncomingWebhooksForTeam(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of incoming webhooks for a team.
- getIncomingWebhooksForTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of incoming webhooks for a team.
- getIncomingWebhooksForTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of incoming webhooks for a team.
- getIncomingWebhooksForTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getIncomingWebhooksRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getInviteInfo(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
get team info by invite id.
- getInviteInfo(String) - 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
-
- getLink() - Method in class net.bis5.mattermost.client4.model.PublicFileLink
-
- getLoginId() - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest
-
- getLoginId() - Method in class net.bis5.mattermost.client4.model.LoginRequest
-
- getLogs() - Method in interface net.bis5.mattermost.client4.api.LogsApi
-
page of logs as a string list.
- getLogs(Pager) - Method in interface net.bis5.mattermost.client4.api.LogsApi
-
page of logs as a string list.
- getLogs(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getMe() - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns the logged in user.
- getMe(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns the logged in user.
- getMe(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getMessage() - Method in class net.bis5.mattermost.client4.model.ApiError
-
- getNewPassword() - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest
-
- getNewPassword() - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
-
- getOAuthApp(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
gets a registered OAuth 2.0 client application with Mattermost acting as an OAuth 2.0 service
provider.
- getOAuthApp(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOAuthAppInfo(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
gets a sanitized version of a registered OAuth 2.0 client application with Mattermost acting as
an OAuth 2.0 service provider.
- getOAuthAppInfo(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOAuthAppRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOAuthApps() - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
gets a page of registered OAuth 2.0 client applications with Mattermost acting as an OAuth 2.0
service provider.
- getOAuthApps(Pager) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
-
gets a page of registered OAuth 2.0 client applications with Mattermost acting as an OAuth 2.0
service provider.
- getOAuthApps(Pager) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOAuthAppsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOldClientConfig() - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
will retrieve the parts of the server configuration needed by the client, formatted in the old
format.
- getOldClientConfig(String) - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
will retrieve the parts of the server configuration needed by the client, formatted in the old
format.
- getOldClientConfig(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOldClientLicense() - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
will retrieve the parts of the server license needed by the client, formatted in the old
format.
- getOldClientLicense(String) - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
will retrieve the parts of the server license needed by the client, formatted in the old
format.
- getOldClientLicense(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOpenGraphMetadata(String) - Method in interface net.bis5.mattermost.client4.api.OpenGraphApi
-
Retrieve the OpenGraph metadata for provided url.
- getOpenGraphMetadata(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOpenGraphRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
outgoing webhooks on the system requested by hook id.
- getOutgoingWebhook(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhookRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhooks() - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks ont eh system.
- getOutgoingWebhooks(Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks ont eh system.
- getOutgoingWebhooks(Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks ont eh system.
- getOutgoingWebhooks(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhooksForChannel(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks for a channel.
- getOutgoingWebhooksForChannel(String, Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks for a channel.
- getOutgoingWebhooksForChannel(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks for a channel.
- getOutgoingWebhooksForChannel(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhooksForTeam(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks for a team.
- getOutgoingWebhooksForTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks for a team.
- getOutgoingWebhooksForTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
-
returns a page of outgoing webhooks for a team.
- getOutgoingWebhooksForTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getOutgoingWebhooksRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPage() - Method in class net.bis5.mattermost.client4.Pager
-
- getPassword() - Method in class net.bis5.mattermost.client4.model.LoginRequest
-
- getPerPage() - Method in class net.bis5.mattermost.client4.Pager
-
- getPing() - Method in interface net.bis5.mattermost.client4.api.SystemApi
-
will ping the server and to see if it is up and running.
- getPing() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPinnedPosts(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets a list of pinned posts.
- getPinnedPosts(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
gets a list of pinned posts.
- getPinnedPosts(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPluginRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPlugins() - Method in interface net.bis5.mattermost.client4.api.PluginApi
-
- getPlugins() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPluginsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a single post.
- getPost(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a single post.
- getPost(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPost() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
-
- getPostRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsAfter(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts that were posted after the post provided.
- getPostsAfter(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts that were posted after the post provided.
- getPostsAfter(String, String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts that were posted after the post provided.
- getPostsAfter(String, String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsBefore(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts that were posted before the post provided.
- getPostsBefore(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts that were posted before the post provided.
- getPostsBefore(String, String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts that were posted before the post provided.
- getPostsBefore(String, String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsForChannel(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts with an array for ordering for a channel.
- getPostsForChannel(String, Pager) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts with an array for ordering for a channel.
- getPostsForChannel(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a page of posts with an array for ordering for a channel.
- getPostsForChannel(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostsSince(String, Date) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets posts created after a specified time as Unix time in milliseconds.
- getPostsSince(String, ZonedDateTime) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets posts created after a specified time as Unix time in milliseconds.
- getPostsSince(String, long) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets posts created after a specified time as Unix time in milliseconds.
- getPostsSince(String, long) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPostThread(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a post with all the other posts in the same thread.
- getPostThread(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
-
gets a post with all the other posts in the same thread.
- getPostThread(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPreferenceByCategoryAndName(String, PreferenceCategory, String) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
returns the user's preferences from the provided category and preference name string.
- getPreferenceByCategoryAndName(String, PreferenceCategory, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPreferences(String) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
returns the user's preferences.
- getPreferences(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPreferencesByCategory(String, PreferenceCategory) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
-
returns the user's preferences from the provided category string.
- getPreferencesByCategory(String, PreferenceCategory) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPreferencesRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getProfileImage(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
gets user's profile image.
- getProfileImage(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
gets user's profile image.
- getProfileImage(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPublicChannelsByIdsForTeam(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a list of public channeld based on provided team id string.
- getPublicChannelsByIdsForTeam(String, String...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a list of public channeld based on provided team id string.
- getPublicChannelsByIdsForTeam(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPublicChannelsForTeam(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a list of public channels based on the provided team id string.
- getPublicChannelsForTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a list of public channels based on the provided team id string.
- getPublicChannelsForTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
-
returns a list of public channels based on the provided team id string.
- getPublicChannelsForTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getPublicFileLink(String) - Method in interface net.bis5.mattermost.client4.api.FilesApi
-
Get a public link can be access without logging in to Mattermost.
- getPublicFileLink(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getRawResponse() - Method in class net.bis5.mattermost.client4.ApiResponse
-
- getReactions(String) - Method in interface net.bis5.mattermost.client4.api.ReactionApi
-
returns a list of reactions to a post.
- getReactions(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getReactionsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getRequestId() - Method in class net.bis5.mattermost.client4.model.ApiError
-
- getRoles() - Method in class net.bis5.mattermost.client4.model.UpdateRolesRequest
-
- getSamlCertificateStatus() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
returns metadata for the SAML configuration.
- getSamlCertificateStatus() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getSamlMetadata() - Method in interface net.bis5.mattermost.client4.api.SamlApi
-
returns metadata for the SAML configuration.
- getSamlMetadata() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getSamlRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getSessionId() - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest
-
- getSessions(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of sessions based on the provided user id string.
- getSessions(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of sessions based on the provided user id string.
- getSessions(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getSort() - Method in enum net.bis5.mattermost.client4.model.UsersOrder.InChannel
-
- getSort() - Method in enum net.bis5.mattermost.client4.model.UsersOrder.InTeam
-
- getStatusCode() - Method in class net.bis5.mattermost.client4.model.ApiError
-
- getSystemRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeam(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team based on the provided team id string.
- getTeam(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team based on the provided team id string.
- getTeam(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamAutoCompleteCommandsRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamByName(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team based on the provided team name string.
- getTeamByName(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team based on the provided team name string.
- getTeamByName(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamByNameRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamIcon(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
Get the team icon image.
- getTeamIcon(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamIconRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamImportRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamInviteRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMember(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team member based on the provided team and user id strings.
- getTeamMember(String, String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team member based on the provided team and user id strings.
- getTeamMember(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMemberRoute(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMembers(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns team members based on the provided team id string.
- getTeamMembers(String, Pager) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns team members based on the provided team id string.
- getTeamMembers(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns team members based on the provided team id string.
- getTeamMembers(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMembersByIds(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
will return an array of team members based on the team id and a list of user ids provided.
- getTeamMembersByIds(String, String...) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
will return an array of team members based on the team id and a list of user ids provided.
- getTeamMembersByIds(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamMembersForUser(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns the team member for a user.
- getTeamMembersForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns the team member for a user.
- getTeamMembersForUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
returns a list of teams a user is on.
- getTeamsForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a list of teams a user is on.
- getTeamsForUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamStats(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team stats based on the team id string.
- getTeamStats(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
returns a team stats based on the team id string.
- getTeamStats(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamStatsRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamUnread(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
-
will return a TeamUnread object that contains the amount of unread messages and mentions the
user has for the specified team.
- getTeamUnread(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTeamUnreadForUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
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.
- getTeamUnreadForUser(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
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.
- getTeamUnreadForUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getTerm() - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest
-
- getTerm() - Method in class net.bis5.mattermost.client4.model.SearchTokensRequest
-
- getTestEmailRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getToken() - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest
-
- getToken() - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest
-
- getTokenId() - Method in class net.bis5.mattermost.client4.model.DisableEnableTokenRequest
-
- getTokenId() - Method in class net.bis5.mattermost.client4.model.RevokeTokenRequest
-
- getUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a user based on the provided user id string.
- getUser(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a user based on the provided user id string.
- getUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
returns a list of audit based on the provided user id string.
- getUserAudits(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of audit based on the provided user id string.
- getUserAudits(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of audit based on the provided user id string.
- getUserAudits(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserByEmail(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a user based on the provided user email string.
- getUserByEmail(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a user based on the provided user email string.
- getUserByEmail(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserByEmailRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserByUsername(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a user based pn the provided user name string.
- getUserByUsername(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a user based pn the provided user name string.
- getUserByUsername(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserByUsernameRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserId() - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest
-
- getUserId() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
-
- getUserProfileImageRoute(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
-
returns a page of users on the system.
- getUsers(Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on the system.
- getUsers(Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on the system.
- getUsers(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersByIds(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of users based on the provided user ids.
- getUsersByIds(String...) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of users based on the provided user ids.
- getUsersByIds(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersByUsernames(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of users based on the provided usernames.
- getUsersByUsernames(String...) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a list of users based on the provided usernames.
- getUsersByUsernames(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserSessionsRoute(String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersInChannel(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInChannel(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInChannel(String, UsersOrder.InChannel, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInChannel(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInChannel(String, UsersOrder.InChannel, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInChannel(String, UsersOrder.InChannel, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersInTeam(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInTeam(String, UsersOrder.InTeam, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInTeam(String, UsersOrder.InTeam, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersInTeam(String, UsersOrder.InTeam, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersNotInChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersNotInChannel(String, String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersNotInChannel(String, String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on a team.
- getUsersNotInChannel(String, String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersNotInTeam(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users who are not in a team.
- getUsersNotInTeam(String, Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users who are not in a team.
- getUsersNotInTeam(String, Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users who are not in a team.
- getUsersNotInTeam(String, Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUsersStatusesByIds(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
returns a list of users status based on the provided user ids.
- getUsersStatusesByIds(String...) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
returns a list of users status based on the provided user ids.
- getUsersStatusesByIds(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getUserStatus(String) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
returns a user status based on the provided user id string.
- getUserStatus(String, String) - Method in interface net.bis5.mattermost.client4.api.StatusApi
-
returns a user status based on the provided user id string.
- getUserStatus(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
returns a page of users on the system that aren't on any teams.
- getUsersWithoutTeam(Pager) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on the system that aren't on any teams.
- getUsersWithoutTeam(Pager, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
-
returns a page of users on the system that aren't on any teams.
- getUsersWithoutTeam(Pager, String) - Method in class net.bis5.mattermost.client4.MattermostClient
-
- 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
-
- getWebappPlugins() - Method in interface net.bis5.mattermost.client4.api.PluginApi
-
- getWebappPlugins() - Method in class net.bis5.mattermost.client4.MattermostClient
-
- getWebrtcToken() - Method in interface net.bis5.mattermost.client4.api.WebrtcApi
-
Deprecated.
returns a valid token, stun server and turn server with credentials to use with the Mattermost
WebRTC service.
- getWebrtcToken() - Method in class net.bis5.mattermost.client4.MattermostClient
-