A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages

A

activate(boolean) - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest.UpdateUserMfaRequestBuilder
 
active(boolean) - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest.UpdateUserActiveRequestBuilder
 
addChannelMember(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
adds user to channel and return a channel memner.
addChannelMember(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
AddChannelMemberRequest - Class in net.bis5.mattermost.client4.model
Add Channel Member request payload.
AddChannelMemberRequest.AddChannelMemberRequestBuilder - Class in net.bis5.mattermost.client4.model
 
addTeamMember(String, String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
Deprecated.
API Changed on Mattermost 4.10
addTeamMember(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
Deprecated.
addTeamMember(String, String, String, String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
Deprecated.
API Change on Mattermost 4.0
addTeamMember(String, String, String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
Deprecated.
addTeamMember(TeamMember) - Method in interface net.bis5.mattermost.client4.api.TeamApi
add user to a team and return a team member.
addTeamMember(TeamMember) - Method in class net.bis5.mattermost.client4.MattermostClient
 
addTeamMemberFromInvite(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
add user to team from invite.
addTeamMemberFromInvite(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
addTeamMembers(String, String...) - Method in interface net.bis5.mattermost.client4.api.TeamApi
adds a number of users to a team and returns the team members.
addTeamMembers(String, String...) - Method in class net.bis5.mattermost.client4.MattermostClient
 
addTeamMembers(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.TeamApi
adds a number of users to a team and returns the team members.
AnalyticsCategory - Enum in net.bis5.mattermost.client4.model
 
API_URL_SUFFIX - Static variable in class net.bis5.mattermost.client4.MattermostClient
 
ApiError - Class in net.bis5.mattermost.client4.model
API error response.
ApiError() - Constructor for class net.bis5.mattermost.client4.model.ApiError
 
ApiResponse<T> - Class in net.bis5.mattermost.client4
API response.
ApiResponse(Response) - Constructor for class net.bis5.mattermost.client4.ApiResponse
 
append(String, boolean) - Method in class net.bis5.mattermost.client4.QueryBuilder
Deprecated.
append(String, int) - Method in class net.bis5.mattermost.client4.QueryBuilder
Deprecated.
append(String, String) - Method in class net.bis5.mattermost.client4.QueryBuilder
Deprecated.
assignBotToUser(String, String) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Assign a bot to a user.
assignBotToUser(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
attachDeviceId(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
attaches a mobile device ID to the current session.
attachDeviceId(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
AttachDeviceIdRequest - Class in net.bis5.mattermost.client4.model
Attach device id request payload.
AttachDeviceIdRequest.AttachDeviceIdRequestBuilder - Class in net.bis5.mattermost.client4.model
 
AuditsApi - Interface in net.bis5.mattermost.client4.api
Audits API.
AuthenticationApi - Interface in net.bis5.mattermost.client4.api
Authentication API.
authorizeOAuthApp(AuthorizeRequest) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
will authorize an OAuth 2.0 client application to access a user's account and provide a redirect link to follow.
authorizeOAuthApp(AuthorizeRequest) - Method in class net.bis5.mattermost.client4.MattermostClient
 
AuthType - Enum in net.bis5.mattermost.client4
API Authentication type.
autocompleteChannels(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
autocomplete channels in team based on search term.
autocompleteChannels(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
autocompleteChannelsForSearch(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
autocomplete your (joined) channels in team based on search term.
autocompleteChannelsForSearch(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
autocompleteEmoji(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
get a list of custom emoji that name starts with or matching provided name.
autocompleteEmoji(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
autocompleteUsers(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns the users in the system based on search term.
autocompleteUsers(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns the users in the system based on search term.
autocompleteUsers(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
autocompleteUsersInChannel(String, String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns the users in a channel based on search term.
autocompleteUsersInChannel(String, String, String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns the users in a channel based on search term.
autocompleteUsersInChannel(String, String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
autocompleteUsersInTeam(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns the users on a team based on search term.
autocompleteUsersInTeam(String, String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns the users on a team based on search term.
autocompleteUsersInTeam(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 

B

BEARER - net.bis5.mattermost.client4.AuthType
 
BotsApi - Interface in net.bis5.mattermost.client4.api
Bots API.
BrandApi - Interface in net.bis5.mattermost.client4.api
Branding API.
build() - Method in class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest.AddChannelMemberRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest.AttachDeviceIdRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest.CheckUserMfaRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest.CreateEphemeralPostRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.GetBotsOption.GetBotsOptionBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest.ResetPasswordRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest.RevokeSessionRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest.SearchEmojiRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.SearchPostsRequest.SearchPostsRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest.SendPasswordResetEmailRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest.SendVerificationEmailRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest.UpdateUserActiveRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest.UpdateUserMfaRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest.UpdateUserPasswordRequestBuilder
 
build() - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest.VerifyUserEmailRequestBuilder
 
buildClient(Consumer<ClientBuilder>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
builder() - Static method in class net.bis5.mattermost.client4.MattermostClient
 
builder() - Static method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.GetBotsOption
 
builder() - Static method in class net.bis5.mattermost.client4.model.LoginRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.ResetPasswordRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.RevokeSessionRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.SearchEmojiRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.SearchPostsRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
 
builder() - Static method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest
 

C

canEqual(Object) - Method in class net.bis5.mattermost.client4.model.ApiError
 
canEqual(Object) - Method in class net.bis5.mattermost.client4.model.FileUploadResult
 
canEqual(Object) - Method in class net.bis5.mattermost.client4.model.PublicFileLink
 
canEqual(Object) - Method in class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
 
ChannelApi - Interface in net.bis5.mattermost.client4.api
Channel API.
checkJsonStatusOk(Response) - Method in class net.bis5.mattermost.client4.ApiResponse
 
checkPlainStatusOk(Response) - Method in class net.bis5.mattermost.client4.ApiResponse
 
checkStatusOk() - Method in class net.bis5.mattermost.client4.ApiResponse
a convenience function for checking the standard OK response from the web service.
checkUserMfa(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
checks whether a user has MFA active on their account or not based on the provided login id.
checkUserMfa(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
CheckUserMfaRequest - Class in net.bis5.mattermost.client4.model
Check user MFA request payload.
CheckUserMfaRequest.CheckUserMfaRequestBuilder - Class in net.bis5.mattermost.client4.model
 
clearOAuthToken() - Method in class net.bis5.mattermost.client4.MattermostClient
 
clientId(String) - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder
 
close() - Method in class net.bis5.mattermost.client4.MattermostClient
 
ClusterApi - Interface in net.bis5.mattermost.client4.api
Cluster API.
code(String) - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest.UpdateUserMfaRequestBuilder
 
CommandsApi - Interface in net.bis5.mattermost.client4.api
Command API.
ComplianceApi - Interface in net.bis5.mattermost.client4.api
Compliance API.
convertChannelToPrivate(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
convert channel from public to private.
convertChannelToPrivate(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
CREATE_AT - net.bis5.mattermost.client4.model.UsersOrder.InTeam
sort by create_at.
createBot(BotPatch) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Create a bot.
createBot(BotPatch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createChannel(Channel) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
creates a channel based on the provided channel object.
createChannel(Channel) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createClient(Level) - Method in class net.bis5.mattermost.client4.hook.IncomingWebhookClient
 
createCommand(Command) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
will create a new command if the user have the right permissions.
createCommand(Command) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createComplianceReport(Compliance) - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
creates a compliance report.
createComplianceReport(Compliance) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createConfigObjectMapper() - Method in class net.bis5.mattermost.jersey.provider.MattermostModelMapperProvider
 
createDefaultObjectMapper() - Method in class net.bis5.mattermost.jersey.provider.MattermostModelMapperProvider
 
createDirectChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
creates a direct message channel based on the two user ids provided.
createDirectChannel(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createEmoji(Emoji, Path) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
will save an emoji to the server if the current user has permission to do so.
createEmoji(Emoji, Path) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createEphemeralPost(String, Post) - Method in interface net.bis5.mattermost.client4.api.PostApi
creates an ephemeral post send to targetUserId.
createEphemeralPost(String, Post) - Method in class net.bis5.mattermost.client4.MattermostClient
 
CreateEphemeralPostRequest - Class in net.bis5.mattermost.client4.model
The request payload to create ephemeral post.
CreateEphemeralPostRequest.CreateEphemeralPostRequestBuilder - Class in net.bis5.mattermost.client4.model
 
createGroupChannel(String...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
creates a group message channel based on userIds provided.
createGroupChannel(String...) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createGroupChannel(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
creates a group message channel based on userIds provided.
createIncomingWebhook(IncomingWebhook) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
creates an incoming webhook for a channel.
createIncomingWebhook(IncomingWebhook) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createOAuthApp(OAuthApp) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
will register a new OAuth 2.0 client application with Mattermost acting as an OAuth 2.0 service provider.
createOAuthApp(OAuthApp) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createOutgoingWebhook(OutgoingWebhook) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
creates an outgoing webhook for a team or channel.
createOutgoingWebhook(OutgoingWebhook) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createPost(Post) - Method in interface net.bis5.mattermost.client4.api.PostApi
creates a post based on the provided post object.
createPost(Post) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createTeam(Team) - Method in interface net.bis5.mattermost.client4.api.TeamApi
creates a team in the system based on the provided team object.
createTeam(Team) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createUser(User) - Method in interface net.bis5.mattermost.client4.api.UserApi
creates a user in the system based on the provided user object.
createUser(User) - Method in class net.bis5.mattermost.client4.MattermostClient
 
createUserAccessToken(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
 
createUserAccessToken(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
currentPassword(String) - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest.UpdateUserPasswordRequestBuilder
 

D

databaseRecycle() - Method in interface net.bis5.mattermost.client4.api.SystemApi
will recycle the connections.
databaseRecycle() - Method in class net.bis5.mattermost.client4.MattermostClient
 
deauthorizeOAuthApp(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
will deauthorize an OAuth 2.0 client application from accessing a user's account.
deauthorizeOAuthApp(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
DeauthorizeOAuthAppRequest - Class in net.bis5.mattermost.client4.model
Deauthorize OAuth app request payload.
DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder - Class in net.bis5.mattermost.client4.model
 
defaultInstance() - Static method in class net.bis5.mattermost.client4.model.GetBotsOption
 
defaultPager() - Static method in class net.bis5.mattermost.client4.Pager
 
deleteBrandImage() - Method in interface net.bis5.mattermost.client4.api.BrandApi
delete the brand image for the system.
deleteBrandImage() - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteChannel(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
deletes channel based on the provided channel id string.
deleteChannel(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteCommand(String) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
deletes a command based on the provided command id string.
deleteCommand(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteEmoji(String) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
delete an custom emoji on the provided emoji id string.
deleteEmoji(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteIncomingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
deletes an Incoming Webhook given the hook id.
deleteIncomingWebhook(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteOAuthApp(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
deletes a registered OAuth 2.0 client application.
deleteOAuthApp(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteOutgoingWebhook(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
delete the outgoing webhook on the system requested by hook id.
deleteOutgoingWebhook(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deletePost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
deletes a post from the provided post id string.
deletePost(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deletePreferences(String, Preferences) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
deletes the user's preferences.
deletePreferences(String, Preferences) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteProfileImage(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
delete user profile image.
deleteProfileImage(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteReaction(Reaction) - Method in interface net.bis5.mattermost.client4.api.ReactionApi
deletes reaction of a user in a post.
deleteReaction(Reaction) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteSamlIdpCertificate() - Method in interface net.bis5.mattermost.client4.api.SamlApi
deletes the SAML IDP certificate from the server and updates the config to not use it and disable SAML.
deleteSamlIdpCertificate() - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteSamlPrivateCertificate() - Method in interface net.bis5.mattermost.client4.api.SamlApi
deletes the SAML IDP certificate from the server and updates the config to not use it and disable SAML.
deleteSamlPrivateCertificate() - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteSamlPublicCertificate() - Method in interface net.bis5.mattermost.client4.api.SamlApi
deletes the saml IDP certificate from the server and updates the config to not use it and disable SAML.
deleteSamlPublicCertificate() - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteTeam(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
deletes the team softly (archive only, not permanent delete).
deleteTeam(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteTeam(String, boolean) - Method in interface net.bis5.mattermost.client4.api.TeamApi
deletes the team.
deleteTeam(String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deleteUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
deactivates a user in the system based on the provided user id string.
deleteUser(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
deviceId(String) - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest.AttachDeviceIdRequestBuilder
 
deviceId(String) - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
disableBot(String) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Disable a bot.
disableBot(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
DisableEnableTokenRequest - Class in net.bis5.mattermost.client4.model
Disable or Enable user access token request payload.
disablePlugin(String) - Method in interface net.bis5.mattermost.client4.api.PluginApi
 
disablePlugin(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
disableUserAccessToken(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
 
disableUserAccessToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
doApiDelete(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
doApiDelete(String, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
doApiGet(String, 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
 
doApiGetFile(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
doApiPost(String, U) - 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
 
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) - Method in class net.bis5.mattermost.client4.MattermostClient
 
doApiPut(String, U, Class<T>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
doApiRequest(String, String, U, String) - 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
 
downloadComplianceReport(String) - Method in interface net.bis5.mattermost.client4.api.ComplianceApi
returns a full compliance report as a file.
downloadComplianceReport(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 

E

ElasticsearchApi - Interface in net.bis5.mattermost.client4.api
Elasticsearch API.
email(String) - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest.SendPasswordResetEmailRequestBuilder
 
email(String) - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest.SendVerificationEmailRequestBuilder
 
EmojiApi - Interface in net.bis5.mattermost.client4.api
Emoji API.
enableBot(String) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Enable a bot.
enableBot(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
enablePlugin(String) - Method in interface net.bis5.mattermost.client4.api.PluginApi
 
enablePlugin(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
enableUserAccessToken(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
 
enableUserAccessToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.ApiError
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.DisableEnableTokenRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.FileUploadResult
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.GetBotsOption
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.LoginRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.PublicFileLink
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.RevokeTokenRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.SearchTokensRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.UpdateRolesRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.UserAccessTokenCreateRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest
 
equals(Object) - Method in class net.bis5.mattermost.client4.Pager
 
executeCommand(String, String) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
executes a given command.
executeCommand(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
EXTRA_COUNTS - net.bis5.mattermost.client4.model.AnalyticsCategory
 

F

FilesApi - Interface in net.bis5.mattermost.client4.api
Files API.
FileUploadResult - Class in net.bis5.mattermost.client4.model
File upload result.
FileUploadResult() - Constructor for class net.bis5.mattermost.client4.model.FileUploadResult
 

G

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(String) - Method in interface net.bis5.mattermost.client4.api.SystemApi
 
getAnalytics(AnalyticsCategory) - 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
 
getBot(String) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Get a bot exclude deleted.
getBot(String, boolean) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Get a bot.
getBot(String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
getBots() - Method in interface net.bis5.mattermost.client4.api.BotsApi
Get bots.
getBots(GetBotsOption) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Get bots.
getBots(Pager, GetBotsOption) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Get bots.
getBots(Pager, GetBotsOption) - Method in class net.bis5.mattermost.client4.MattermostClient
 
GetBotsOption - Class in net.bis5.mattermost.client4.model
Options for get bots.
GetBotsOption.GetBotsOptionBuilder - Class in net.bis5.mattermost.client4.model
 
getBotsRoute() - Method in class net.bis5.mattermost.client4.MattermostClient
 
getBotsRoute(String) - 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, 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
 
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.
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
 
getEmojiListSorted() - Method in interface net.bis5.mattermost.client4.api.EmojiApi
returns a list of custom emoji in the system sorted by name.
getEmojiListSorted(Pager) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
returns a list of custom emoji in the system sorted by name.
getEmojiListSorted(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() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
 
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
 
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, 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
 
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.
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, 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
 
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.
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, 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
 
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.
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(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
 
getUsersByIds(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns a list of users based on the provided user ids.
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
 
getUsersByUsernames(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns a list of users based on the provided usernames.
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, UsersOrder.InChannel, Pager) - 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
 
getUsersInChannel(String, 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.
getUsersInTeam(String) - 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, 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
 
getUsersInTeam(String, 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.
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(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
 
getUsersStatusesByIds(Collection<String>) - Method in interface net.bis5.mattermost.client4.api.StatusApi
returns a list of users status based on the provided user ids.
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() - Method in class net.bis5.mattermost.client4.MattermostClient
 
getUserTokensRoute(String) - 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
 

H

hasError() - Method in class net.bis5.mattermost.client4.ApiResponse
If remote api returns error response, this method also return false.
hashCode() - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.ApiError
 
hashCode() - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.DisableEnableTokenRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.FileUploadResult
 
hashCode() - Method in class net.bis5.mattermost.client4.model.GetBotsOption
 
hashCode() - Method in class net.bis5.mattermost.client4.model.LoginRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.PublicFileLink
 
hashCode() - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.RevokeTokenRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.SearchTokensRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
 
hashCode() - Method in class net.bis5.mattermost.client4.model.UpdateRolesRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.UserAccessTokenCreateRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest
 
hashCode() - Method in class net.bis5.mattermost.client4.Pager
 
HEADER_AUTH - Static variable in class net.bis5.mattermost.client4.MattermostClient
 
HEADER_ETAG_CLIENT - Static variable in class net.bis5.mattermost.client4.MattermostClient
 
httpConfig(Consumer<ClientBuilder>) - Method in class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
 

I

id(String) - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
ignoreUnknownProperties() - Method in class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
 
importTeam(byte[], int, String, String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
will import an exported team from other app into a existing team.
importTeam(byte[], int, String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
includeDeleted(boolean) - Method in class net.bis5.mattermost.client4.model.GetBotsOption.GetBotsOptionBuilder
 
IncomingWebhook - Interface in net.bis5.mattermost.client4.api.hook
Incoming Webhook.
IncomingWebhookClient - Class in net.bis5.mattermost.client4.hook
Incoming Webhook client.
IncomingWebhookClient(String) - Constructor for class net.bis5.mattermost.client4.hook.IncomingWebhookClient
 
IncomingWebhookClient(String, Level) - Constructor for class net.bis5.mattermost.client4.hook.IncomingWebhookClient
 
invalidateCaches() - Method in interface net.bis5.mattermost.client4.api.SystemApi
will purge the cache and can affect the performance while is cleaning.
invalidateCaches() - Method in class net.bis5.mattermost.client4.MattermostClient
 
inviteUsersToTeam(String, Collection<String>) - Method in interface net.bis5.mattermost.client4.api.TeamApi
invite users by email to the team.
inviteUsersToTeam(String, Collection<String>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
isActivate() - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
 
isActive() - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest
 
isIncludeDeleted() - Method in class net.bis5.mattermost.client4.model.GetBotsOption
 
isLdapOnly() - Method in class net.bis5.mattermost.client4.model.LoginRequest
 
isOAuth() - Method in class net.bis5.mattermost.client4.model.ApiError
 
isOnlyOrphaned() - Method in class net.bis5.mattermost.client4.model.GetBotsOption
 
isOrSearch(boolean) - Method in class net.bis5.mattermost.client4.model.SearchPostsRequest.SearchPostsRequestBuilder
 
isPrefixOnly() - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest
 

L

LAST_ACTIVITY_AT - net.bis5.mattermost.client4.model.UsersOrder.InTeam
sort by last_activity_at.
LdapApi - Interface in net.bis5.mattermost.client4.api
LDAP API.
ldapOnly(boolean) - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
listAutocompleteCommands(String) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
will retrieve a list of commands available in the team.
listAutocompleteCommands(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
listCommands(String) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
will retrieve a list of commands available in the team.
listCommands(String, boolean) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
will retrieve a list of commands available in the team.
listCommands(String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
login(String, String) - Method in interface net.bis5.mattermost.client4.api.AuthenticationApi
authenticates a user by login id, which can be username, email, or some sort of SSO identifier based on server configuration, and a password.
login(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
login(LoginRequest) - Method in class net.bis5.mattermost.client4.MattermostClient
 
loginById(String, String) - Method in interface net.bis5.mattermost.client4.api.AuthenticationApi
authenticates a user by user id and password.
loginById(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
loginByLdap(String, String) - Method in interface net.bis5.mattermost.client4.api.AuthenticationApi
authenticates a user by LDAP id and password.
loginByLdap(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
loginId(String) - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest.CheckUserMfaRequestBuilder
 
loginId(String) - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
LoginRequest - Class in net.bis5.mattermost.client4.model
Login request payload.
LoginRequest.LoginRequestBuilder - Class in net.bis5.mattermost.client4.model
 
loginWithDevice(String, String, String) - Method in interface net.bis5.mattermost.client4.api.AuthenticationApi
authenticates a user by login id (username, email or some sort of SSO identifier based on configuration), password and attaches a device id to the session.
loginWithDevice(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
logLevel(Level) - Method in class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
 
logout() - Method in interface net.bis5.mattermost.client4.api.AuthenticationApi
terminates the current user's session.
logout() - Method in class net.bis5.mattermost.client4.MattermostClient
 
LogsApi - Interface in net.bis5.mattermost.client4.api
Log API.

M

MattermostClient - Class in net.bis5.mattermost.client4
Mattermost API Version4 Client default implementation.
MattermostClient(String) - Constructor for class net.bis5.mattermost.client4.MattermostClient
 
MattermostClient(String, Level) - Constructor for class net.bis5.mattermost.client4.MattermostClient
Create new MattermosClient instance.
MattermostClient.MattermostClientBuilder - Class in net.bis5.mattermost.client4
 
MattermostClientBuilder() - Constructor for class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
 
MattermostModelMapperProvider - Class in net.bis5.mattermost.jersey.provider
Mattermost datamodel mapper.
MattermostModelMapperProvider() - Constructor for class net.bis5.mattermost.jersey.provider.MattermostModelMapperProvider
 
MattermostModelMapperProvider(boolean) - Constructor for class net.bis5.mattermost.jersey.provider.MattermostModelMapperProvider
 

N

net.bis5.mattermost.client4 - package net.bis5.mattermost.client4
 
net.bis5.mattermost.client4.api - package net.bis5.mattermost.client4.api
 
net.bis5.mattermost.client4.api.hook - package net.bis5.mattermost.client4.api.hook
 
net.bis5.mattermost.client4.hook - package net.bis5.mattermost.client4.hook
 
net.bis5.mattermost.client4.model - package net.bis5.mattermost.client4.model
 
net.bis5.mattermost.jersey.provider - package net.bis5.mattermost.jersey.provider
 
net.bis5.mattermost4j.core - module net.bis5.mattermost4j.core
 
newPassword(String) - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest.ResetPasswordRequestBuilder
 
newPassword(String) - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest.UpdateUserPasswordRequestBuilder
 
nextPage() - Method in class net.bis5.mattermost.client4.Pager
 
NONE - net.bis5.mattermost.client4.model.UsersOrder.InChannel
sort by username.
NONE - net.bis5.mattermost.client4.model.UsersOrder.InTeam
sort by username.

O

OAuthApi - Interface in net.bis5.mattermost.client4.api
OAuth API.
of(int, int) - Static method in class net.bis5.mattermost.client4.Pager
 
of(String) - Static method in class net.bis5.mattermost.client4.model.DisableEnableTokenRequest
 
of(String) - Static method in class net.bis5.mattermost.client4.model.RevokeTokenRequest
 
of(String) - Static method in class net.bis5.mattermost.client4.model.SearchTokensRequest
 
of(String) - Static method in class net.bis5.mattermost.client4.model.UserAccessTokenCreateRequest
 
of(Response, Class<T>) - Static method in class net.bis5.mattermost.client4.ApiResponse
 
of(Response, GenericType<T>) - Static method in class net.bis5.mattermost.client4.ApiResponse
 
of(Response, T) - Static method in class net.bis5.mattermost.client4.ApiResponse
 
onLogin(ApiResponse<Void>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
onLogout(ApiResponse<Void>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
onlyOrphaned(boolean) - Method in class net.bis5.mattermost.client4.model.GetBotsOption.GetBotsOptionBuilder
 
OpenGraphApi - Interface in net.bis5.mattermost.client4.api
OpenGraph API.

P

Pager - Class in net.bis5.mattermost.client4
Paging Options.
password(String) - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
patchBot(String, BotPatch) - Method in interface net.bis5.mattermost.client4.api.BotsApi
Patch a bot.
patchBot(String, BotPatch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
patchChannel(String, ChannelPatch) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
partially updates a channel.
patchChannel(String, ChannelPatch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
patchPost(String, PostPatch) - Method in interface net.bis5.mattermost.client4.api.PostApi
partially updates a post.
patchPost(String, PostPatch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
patchTeam(String, TeamPatch) - Method in interface net.bis5.mattermost.client4.api.TeamApi
partially updates a team.
patchTeam(String, TeamPatch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
patchUser(String, UserPatch) - Method in interface net.bis5.mattermost.client4.api.UserApi
partially updates a user in the system.
patchUser(String, UserPatch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
pinPost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
pin a post based on proviced post id string.
pinPost(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
PluginApi - Interface in net.bis5.mattermost.client4.api
Plugin API.
post(Post) - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest.CreateEphemeralPostRequestBuilder
 
POST_COUNTS_DAY - net.bis5.mattermost.client4.model.AnalyticsCategory
 
PostApi - Interface in net.bis5.mattermost.client4.api
Post API.
postByIncomingWebhook(IncomingWebhookRequest) - Method in interface net.bis5.mattermost.client4.api.hook.IncomingWebhook
 
postByIncomingWebhook(IncomingWebhookRequest) - Method in class net.bis5.mattermost.client4.hook.IncomingWebhookClient
 
postLog(Map<String, String>) - Method in interface net.bis5.mattermost.client4.api.LogsApi
This method is a convenience Web Service call so clients can log messages into the server-side logs.
postLog(Map<String, String>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
PreferencesApi - Interface in net.bis5.mattermost.client4.api
Preferences API.
prefixOnly(boolean) - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest.SearchEmojiRequestBuilder
 
PublicFileLink - Class in net.bis5.mattermost.client4.model
The public file link.
PublicFileLink() - Constructor for class net.bis5.mattermost.client4.model.PublicFileLink
 
purgeElasticsearchIndexes() - Method in interface net.bis5.mattermost.client4.api.ElasticsearchApi
deletes all Elasticsearch indexes.
purgeElasticsearchIndexes() - Method in class net.bis5.mattermost.client4.MattermostClient
 

Q

QueryBuilder - Class in net.bis5.mattermost.client4
Query parameter builder.
QueryBuilder() - Constructor for class net.bis5.mattermost.client4.QueryBuilder
 

R

ReactionApi - Interface in net.bis5.mattermost.client4.api
Reaction API.
readEntity() - Method in class net.bis5.mattermost.client4.ApiResponse
 
readError() - Method in class net.bis5.mattermost.client4.ApiResponse
 
regenCommandToken(String) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
will create a new token if the user have the right permissions.
regenCommandToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
regenerateOAuthAppSecret(String) - Method in interface net.bis5.mattermost.client4.api.OAuthApi
regenerates the client secret for a registered OAuth 2.0 client application.
regenerateOAuthAppSecret(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
regenOutgoingHookToken(String) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
regenerate the outgoing webhook token.
regenOutgoingHookToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
reloadConfig() - Method in interface net.bis5.mattermost.client4.api.SystemApi
will reload the server configuration.
reloadConfig() - Method in class net.bis5.mattermost.client4.MattermostClient
 
removeLicense() - Method in interface net.bis5.mattermost.client4.api.SystemApi
 
removeLicense() - Method in class net.bis5.mattermost.client4.MattermostClient
 
removePlugin(String) - Method in interface net.bis5.mattermost.client4.api.PluginApi
 
removePlugin(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
removeTeamIcon(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
Remove the team icon.
removeTeamIcon(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
removeTeamMember(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
will remove a user from a team.
removeTeamMember(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
removeTeamMember(TeamMember) - Method in interface net.bis5.mattermost.client4.api.TeamApi
will remove a user from a team.
removeUserFromChannel(String, String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
will delete the channel member object for a user, effectively removing the user from a channel.
removeUserFromChannel(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
resetPassword(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
uses a recovery code to update reset a user's password.
resetPassword(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
ResetPasswordRequest - Class in net.bis5.mattermost.client4.model
Reset password request payload.
ResetPasswordRequest.ResetPasswordRequestBuilder - Class in net.bis5.mattermost.client4.model
 
response - Variable in class net.bis5.mattermost.client4.ApiResponse
 
restoreChannel(String) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
 
restoreChannel(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
revokeAllActiveSessionForUser(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
 
revokeAllActiveSessionForUser(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
revokeSession(String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
revokes a user session based on the provided user id and session id strings.
revokeSession(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
revokeSession(Session) - Method in interface net.bis5.mattermost.client4.api.UserApi
revokes a user session based on the provided user id and session id strings.
RevokeSessionRequest - Class in net.bis5.mattermost.client4.model
Revoke session request payload.
RevokeSessionRequest.RevokeSessionRequestBuilder - Class in net.bis5.mattermost.client4.model
 
RevokeTokenRequest - Class in net.bis5.mattermost.client4.model
Revoke user access token request.
revokeUserAccessToken(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
 
revokeUserAccessToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 

S

SamlApi - Interface in net.bis5.mattermost.client4.api
SAML API.
saveReaction(Reaction) - Method in interface net.bis5.mattermost.client4.api.ReactionApi
saves an emoji reaction for a post.
saveReaction(Reaction) - Method in class net.bis5.mattermost.client4.MattermostClient
 
searchChannels(String, ChannelSearch) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
returns the channels on a team matching the provided search term.
searchChannels(String, ChannelSearch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
searchEmoji(SearchEmojiRequest) - Method in interface net.bis5.mattermost.client4.api.EmojiApi
search custom emoji based on request.
searchEmoji(SearchEmojiRequest) - Method in class net.bis5.mattermost.client4.MattermostClient
 
SearchEmojiRequest - Class in net.bis5.mattermost.client4.model
Search emoji request.
SearchEmojiRequest.SearchEmojiRequestBuilder - Class in net.bis5.mattermost.client4.model
 
searchPosts(String, String) - Method in interface net.bis5.mattermost.client4.api.PostApi
returns any posts with matching term string.
searchPosts(String, String, boolean) - Method in interface net.bis5.mattermost.client4.api.PostApi
returns any posts with matching term string.
searchPosts(String, String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
SearchPostsRequest - Class in net.bis5.mattermost.client4.model
Search posts request payload.
SearchPostsRequest.SearchPostsRequestBuilder - Class in net.bis5.mattermost.client4.model
 
searchTeams(TeamSearch) - Method in interface net.bis5.mattermost.client4.api.TeamApi
returns teams matching the provided search term.
searchTeams(TeamSearch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
searchTokens(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
 
searchTokens(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
SearchTokensRequest - Class in net.bis5.mattermost.client4.model
Search tokens request payload.
searchUsers(UserSearch) - Method in interface net.bis5.mattermost.client4.api.UserApi
returns a list of users based on some search criteria.
searchUsers(UserSearch) - Method in class net.bis5.mattermost.client4.MattermostClient
 
sendPasswordResetEmail(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
will send a link for password resetting to a user with the provided email.
sendPasswordResetEmail(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
SendPasswordResetEmailRequest - Class in net.bis5.mattermost.client4.model
Send password reset email request payload.
SendPasswordResetEmailRequest.SendPasswordResetEmailRequestBuilder - Class in net.bis5.mattermost.client4.model
 
sendVerificationEmail(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
will send an email to the user with the provided email addresses, if that user exists.
sendVerificationEmail(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
SendVerificationEmailRequest - Class in net.bis5.mattermost.client4.model
Send verification email request payload.
SendVerificationEmailRequest.SendVerificationEmailRequestBuilder - Class in net.bis5.mattermost.client4.model
 
sessionId(String) - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest.RevokeSessionRequestBuilder
 
set(String, boolean) - Method in class net.bis5.mattermost.client4.QueryBuilder
Set boolean parameter.
set(String, int) - Method in class net.bis5.mattermost.client4.QueryBuilder
Set integer parameter.
set(String, String) - Method in class net.bis5.mattermost.client4.QueryBuilder
Set string parameter.
set(Pager) - Method in class net.bis5.mattermost.client4.QueryBuilder
Set pager parameter.
setAccessToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
Set Personal Access Token that use to access Mattermost API to this client.
setClientIds(String[]) - Method in class net.bis5.mattermost.client4.model.FileUploadResult
 
setDetailedError(String) - Method in class net.bis5.mattermost.client4.model.ApiError
 
setFileInfos(FileInfo[]) - Method in class net.bis5.mattermost.client4.model.FileUploadResult
 
setFollowLink(String) - Method in class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
 
setId(String) - Method in class net.bis5.mattermost.client4.model.ApiError
 
setLink(String) - Method in class net.bis5.mattermost.client4.model.PublicFileLink
 
setMessage(String) - Method in class net.bis5.mattermost.client4.model.ApiError
 
setOAuth(boolean) - Method in class net.bis5.mattermost.client4.model.ApiError
 
setOAuthToken(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
setProfileImage(String, Path) - Method in interface net.bis5.mattermost.client4.api.UserApi
sets profile image of the user.
setProfileImage(String, Path) - Method in class net.bis5.mattermost.client4.MattermostClient
 
setRequestId(String) - Method in class net.bis5.mattermost.client4.model.ApiError
 
setStatusCode(int) - Method in class net.bis5.mattermost.client4.model.ApiError
 
setTeamIcon(String, Path) - Method in interface net.bis5.mattermost.client4.api.TeamApi
Set the team icon.
setTeamIcon(String, Path) - Method in class net.bis5.mattermost.client4.MattermostClient
 
STANDARD - net.bis5.mattermost.client4.model.AnalyticsCategory
 
STATUS - net.bis5.mattermost.client4.model.UsersOrder.InChannel
sort by status (online, away, dnd, offline).
STATUS - Static variable in class net.bis5.mattermost.client4.ApiResponse
 
STATUS_OK - Static variable in class net.bis5.mattermost.client4.ApiResponse
 
StatusApi - Interface in net.bis5.mattermost.client4.api
Status API.
switchAccountType(SwitchRequest) - Method in interface net.bis5.mattermost.client4.api.AuthenticationApi
changes a user's login type from one type to another.
switchAccountType(SwitchRequest) - Method in class net.bis5.mattermost.client4.MattermostClient
 
SwitchAccountTypeResult - Class in net.bis5.mattermost.client4.model
Switch account type request payload.
SwitchAccountTypeResult() - Constructor for class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
 
syncLdap() - Method in interface net.bis5.mattermost.client4.api.LdapApi
will force a sync with the configured LDAP server.
syncLdap() - Method in class net.bis5.mattermost.client4.MattermostClient
 
SystemApi - Interface in net.bis5.mattermost.client4.api
System API.

T

TeamApi - Interface in net.bis5.mattermost.client4.api
Team API.
teamExists(String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
returns true or false if the team exist or not.
teamExists(String, String) - Method in interface net.bis5.mattermost.client4.api.TeamApi
returns true or false if the team exist or not.
teamExists(String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
term(String) - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest.SearchEmojiRequestBuilder
 
terms(String) - Method in class net.bis5.mattermost.client4.model.SearchPostsRequest.SearchPostsRequestBuilder
 
testElasticsearchConfiguration() - Method in interface net.bis5.mattermost.client4.api.ElasticsearchApi
test Elasticsearch configuration.
testElasticsearchConfiguration() - Method in class net.bis5.mattermost.client4.MattermostClient
 
testEmail() - Method in interface net.bis5.mattermost.client4.api.SystemApi
will attempt to connect to the configured SMTP server.
testEmail() - Method in class net.bis5.mattermost.client4.MattermostClient
 
testLdap() - Method in interface net.bis5.mattermost.client4.api.LdapApi
will attempt to connect to the configured LDAP server and return OK if configured correctly.
testLdap() - Method in class net.bis5.mattermost.client4.MattermostClient
 
token(String) - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest.ResetPasswordRequestBuilder
 
token(String) - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest.VerifyUserEmailRequestBuilder
 
TOKEN - net.bis5.mattermost.client4.AuthType
 
toQuery() - Method in class net.bis5.mattermost.client4.Pager
 
toQuery(boolean) - Method in class net.bis5.mattermost.client4.Pager
 
toString() - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest.AddChannelMemberRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.ApiError
 
toString() - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest.AttachDeviceIdRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.AttachDeviceIdRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest.CheckUserMfaRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.CheckUserMfaRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest.CreateEphemeralPostRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.DisableEnableTokenRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.FileUploadResult
 
toString() - Method in class net.bis5.mattermost.client4.model.GetBotsOption.GetBotsOptionBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.GetBotsOption
 
toString() - Method in class net.bis5.mattermost.client4.model.LoginRequest.LoginRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.LoginRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.PublicFileLink
 
toString() - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest.ResetPasswordRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.ResetPasswordRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest.RevokeSessionRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.RevokeSessionRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.RevokeTokenRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest.SearchEmojiRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.SearchEmojiRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.SearchPostsRequest.SearchPostsRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.SearchTokensRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest.SendPasswordResetEmailRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.SendPasswordResetEmailRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest.SendVerificationEmailRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.SendVerificationEmailRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.SwitchAccountTypeResult
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateRolesRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateUserActiveRequest.UpdateUserActiveRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateUserMfaRequest.UpdateUserMfaRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.UpdateUserPasswordRequest.UpdateUserPasswordRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.model.UserAccessTokenCreateRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest
 
toString() - Method in class net.bis5.mattermost.client4.model.VerifyUserEmailRequest.VerifyUserEmailRequestBuilder
 
toString() - Method in class net.bis5.mattermost.client4.Pager
 
toString() - Method in class net.bis5.mattermost.client4.QueryBuilder
 

U

unpinPost(String) - Method in interface net.bis5.mattermost.client4.api.PostApi
unpin a post based on provided post id string.
unpinPost(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateChannel(Channel) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
update a channel based on the provided channel object.
updateChannel(Channel) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateChannelNotifyProps(String, String, Map<String, String>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
will update the notification properties on a channel for a user.
updateChannelNotifyProps(String, String, Map<String, String>) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateChannelRoles(String, String, Collection<Role>) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
will update the roles on a channel for a user.
updateChannelRoles(String, String, Role...) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
will update the roles on a channel for a user.
updateChannelRoles(String, String, Role...) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateCommand(Command) - Method in interface net.bis5.mattermost.client4.api.CommandsApi
updates a command based on the provided Command object.
updateCommand(Command) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateConfig(Config) - Method in interface net.bis5.mattermost.client4.api.SystemApi
will update the server configuration.
updateConfig(Config) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateIncomingWebhook(IncomingWebhook) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
updates an incoming webhook for a channel.
updateIncomingWebhook(IncomingWebhook) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateOutgoingWebhook(OutgoingWebhook) - Method in interface net.bis5.mattermost.client4.api.WebhookApi
updates an outgoing webhook.
updateOutgoingWebhook(OutgoingWebhook) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updatePost(String, Post) - Method in interface net.bis5.mattermost.client4.api.PostApi
Deprecated.
updatePost(Post) - Method in interface net.bis5.mattermost.client4.api.PostApi
updates a post based on the provided post object.
updatePost(Post) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updatePreferences(String, Preferences) - Method in interface net.bis5.mattermost.client4.api.PreferencesApi
saves the user's preferences.
updatePreferences(String, Preferences) - Method in class net.bis5.mattermost.client4.MattermostClient
 
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
will update a team.
updateTeam(Team) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateTeamMemberRoles(String, String, Collection<Role>) - Method in interface net.bis5.mattermost.client4.api.TeamApi
will update the roles on a team for a user.
updateTeamMemberRoles(String, String, Role...) - Method in interface net.bis5.mattermost.client4.api.TeamApi
will update the roles on a team for a user.
updateTeamMemberRoles(String, String, Role...) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateUser(User) - Method in interface net.bis5.mattermost.client4.api.UserApi
updates a user in the system based on the provided user object.
updateUser(User) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateUserActive(String, boolean) - Method in interface net.bis5.mattermost.client4.api.UserApi
updates status of a user whether active or not.
updateUserActive(String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
UpdateUserActiveRequest - Class in net.bis5.mattermost.client4.model
Update user active request payload.
UpdateUserActiveRequest.UpdateUserActiveRequestBuilder - Class in net.bis5.mattermost.client4.model
 
updateUserMfa(String, String, boolean) - Method in interface net.bis5.mattermost.client4.api.UserApi
activates multi-factor authentication for a user if activate is true and a valid code is provided.
updateUserMfa(String, String, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
UpdateUserMfaRequest - Class in net.bis5.mattermost.client4.model
Update user MFA request payload.
UpdateUserMfaRequest.UpdateUserMfaRequestBuilder - Class in net.bis5.mattermost.client4.model
 
updateUserPassword(String, String, String) - Method in interface net.bis5.mattermost.client4.api.UserApi
updates a user's password.
updateUserPassword(String, String, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
UpdateUserPasswordRequest - Class in net.bis5.mattermost.client4.model
Update user password request payload.
UpdateUserPasswordRequest.UpdateUserPasswordRequestBuilder - Class in net.bis5.mattermost.client4.model
 
updateUserRoles(String, Collection<Role>) - Method in interface net.bis5.mattermost.client4.api.UserApi
updates a user's roles in the system.
updateUserRoles(String, Role...) - Method in interface net.bis5.mattermost.client4.api.UserApi
updates a user's roles in the system.
updateUserRoles(String, Role...) - Method in class net.bis5.mattermost.client4.MattermostClient
 
updateUserStatus(String, Status) - Method in interface net.bis5.mattermost.client4.api.StatusApi
sets a user's status based on the provided user id string.
updateUserStatus(String, Status) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadBrandImage(Path) - Method in interface net.bis5.mattermost.client4.api.BrandApi
sets the brand image for the system.
uploadBrandImage(Path) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadFile(String, Path...) - Method in interface net.bis5.mattermost.client4.api.FilesApi
Upload a file to specified channel.
uploadFile(String, Path...) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadLicenseFile(Path) - Method in interface net.bis5.mattermost.client4.api.SystemApi
 
uploadLicenseFile(Path) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadPlugin(Path) - Method in interface net.bis5.mattermost.client4.api.PluginApi
 
uploadPlugin(Path, boolean) - Method in interface net.bis5.mattermost.client4.api.PluginApi
 
uploadPlugin(Path, boolean) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadSamlIdpCertificate(Path, String) - Method in interface net.bis5.mattermost.client4.api.SamlApi
will upload an IDP certificate for SAML and set the config to use it.
uploadSamlIdpCertificate(Path, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadSamlPrivateCertificate(Path, String) - Method in interface net.bis5.mattermost.client4.api.SamlApi
will upload a private key for SAML and set the config to use it.
uploadSamlPrivateCertificate(Path, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
uploadSamlPublicCertificate(Path, String) - Method in interface net.bis5.mattermost.client4.api.SamlApi
will upload a public certificate for SAML and set the config to use it.
uploadSamlPublicCertificate(Path, String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
url(String) - Method in class net.bis5.mattermost.client4.MattermostClient.MattermostClientBuilder
 
USER_COUNTS_WITH_POSTS_DAY - net.bis5.mattermost.client4.model.AnalyticsCategory
 
UserAccessTokenCreateRequest - Class in net.bis5.mattermost.client4.model
Create user access token request payload.
UserApi - Interface in net.bis5.mattermost.client4.api
User API.
userId(String) - Method in class net.bis5.mattermost.client4.model.AddChannelMemberRequest.AddChannelMemberRequestBuilder
 
userId(String) - Method in class net.bis5.mattermost.client4.model.CreateEphemeralPostRequest.CreateEphemeralPostRequestBuilder
 
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.

V

valueOf(String) - Static method in enum net.bis5.mattermost.client4.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bis5.mattermost.client4.model.AnalyticsCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bis5.mattermost.client4.model.UsersOrder.InChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.bis5.mattermost.client4.model.UsersOrder.InTeam
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.bis5.mattermost.client4.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bis5.mattermost.client4.model.AnalyticsCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bis5.mattermost.client4.model.UsersOrder.InChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.bis5.mattermost.client4.model.UsersOrder.InTeam
Returns an array containing the constants of this enum type, in the order they are declared.
verifyUserEmail(String) - Method in interface net.bis5.mattermost.client4.api.UserApi
will verify a user's email using the supplied token.
verifyUserEmail(String) - Method in class net.bis5.mattermost.client4.MattermostClient
 
VerifyUserEmailRequest - Class in net.bis5.mattermost.client4.model
Verify user email request payload.
VerifyUserEmailRequest.VerifyUserEmailRequestBuilder - Class in net.bis5.mattermost.client4.model
 
viewChannel(String, ChannelView) - Method in interface net.bis5.mattermost.client4.api.ChannelApi
performs a view action for a user.
viewChannel(String, ChannelView) - Method in class net.bis5.mattermost.client4.MattermostClient
 

W

WebhookApi - Interface in net.bis5.mattermost.client4.api
Webhook API.
A B C D E F G H I L M N O P Q R S T U V W 
All Classes All Packages