A B C D E F G H I J K L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accessToken - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
-
An access token for the account.
- accessToken - Variable in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
-
Required.
- AccountApi - Interface in io.github.ma1uta.matrix.client.api
-
Account registration and management.
- AccountApi.RegisterType - Class in io.github.ma1uta.matrix.client.api
-
The kind of account to register.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.The global private data created by this user.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.The private data that this user has attached to this room.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.filter.FilterData
-
The user account data that isn't associated with rooms to include.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
The per user account data to include for rooms.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
The private data that this user has attached to this room.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
-
The private data that this user has attached to this room.
- accountData - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
The global private data created by this user.
- AccountData - Class in io.github.ma1uta.matrix.client.model.sync
-
Account data.
- AccountData() - Constructor for class io.github.ma1uta.matrix.client.model.sync.AccountData
- actions - Variable in class io.github.ma1uta.matrix.client.model.push.Notification
-
Required.
- actions - Variable in class io.github.ma1uta.matrix.client.model.push.PushActions
-
Required.
- actions - Variable in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
-
Required.
- Actions() - Constructor for class io.github.ma1uta.matrix.client.api.PushApi.Actions
- addConfig(String, String, Map<String, Object>, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ClientConfigApi
-
Set some account_data for the client.
- addedAt - Variable in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
-
Required.
- address - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
3Pid address.
- address - Variable in class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
-
Required.
- address - Variable in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
-
Required.
- address - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Deprecated.in favour of
LoginRequest.identifier
. - address - Variable in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
-
The canonicalised third party address of the user.
- address - Variable in class io.github.ma1uta.matrix.client.model.room.Invite3pid
-
Required.
- address - Variable in class io.github.ma1uta.matrix.client.model.room.InviteRequest
-
Required.
- addRoomConfig(String, String, String, Map<String, Object>, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ClientConfigApi
-
Set some account_data for the client on a given room.
- addTag(String, String, String, TagInfo, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.TagApi
-
Add a tag to the room.
- AdminApi - Interface in io.github.ma1uta.matrix.client.api
-
Gets information about a particular user.
- AdminResponse - Class in io.github.ma1uta.matrix.client.model.admin
-
Response for gets information about a particular user.
- AdminResponse() - Constructor for class io.github.ma1uta.matrix.client.model.admin.AdminResponse
- afterLimit - Variable in class io.github.ma1uta.matrix.client.model.search.EventContext
-
How many events after the result are returned.
- algorithms - Variable in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Required.
- aliases - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
Aliases of the room.
- Api - Interface in io.github.ma1uta.matrix.client.api
-
Open API definition.
- appDisplayName - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
A string that will allow the user to identify what application owns this pusher.
- append - Variable in class io.github.ma1uta.matrix.client.model.push.PushersRequest
-
If true, the homeserver should add another pusher with the given pushkey and App ID in addition to any others with different user IDs.
- appId - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
This is a reverse-DNS style identifier for the application.
- APPLICATION_SERVICE - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
Bypassing registration flow for application service's users.
- auth - Variable in class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
-
Additional authentication information for the user-interactive authentication API.
- auth - Variable in class io.github.ma1uta.matrix.client.model.account.PasswordRequest
-
Additional authentication information for the user-interactive authentication API.
- auth - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
Additional authentication information for the user-interactive authentication API.
- auth - Variable in class io.github.ma1uta.matrix.client.model.auth.UserInteractiveData
-
Additional authentication information for the user-interactive authentication API.
- auth - Variable in class io.github.ma1uta.matrix.client.model.device.DeviceDeleteRequest
-
Authentication information.
- auth - Variable in class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
-
Additional authentication information for the user-interactive authentication API.
- auth(String, String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.FallbackAuthApi
-
Clients cannot be expected to be able to know how to process every single login type.
- AuthApi - Interface in io.github.ma1uta.matrix.client.api
-
A client can obtain access tokens using the /login API.
- AuthApi.AuthType - Class in io.github.ma1uta.matrix.client.api
-
Authentication types.
- AuthApi.IdentifierType - Class in io.github.ma1uta.matrix.client.api
-
Identifier types.
- AuthenticationData - Class in io.github.ma1uta.matrix.client.model.account
-
Authentication Data.
- AuthenticationData() - Constructor for class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- AuthenticationFlows - Class in io.github.ma1uta.matrix.client.model.auth
-
Authentication flow.
- AuthenticationFlows() - Constructor for class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- AuthenticationStage - Class in io.github.ma1uta.matrix.client.model.auth
-
Stages.
- AuthenticationStage() - Constructor for class io.github.ma1uta.matrix.client.model.auth.AuthenticationStage
- AuthType() - Constructor for class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
- Availability() - Constructor for class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability.Availability
- available - Variable in class io.github.ma1uta.matrix.client.model.account.AvailableResponse
-
A flag to indicate that the username is available.
- available - Variable in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
-
Required.
- available(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Checks to see if a username is available, and valid, for the server.
- AvailableResponse - Class in io.github.ma1uta.matrix.client.model.account
-
JSON response for available api.
- AvailableResponse() - Constructor for class io.github.ma1uta.matrix.client.model.account.AvailableResponse
- avatarUrl - Variable in class io.github.ma1uta.matrix.client.model.event.RoomMember
-
The mxc avatar url of the user this object is representing.
- avatarUrl - Variable in class io.github.ma1uta.matrix.client.model.profile.AvatarUrl
-
The new avatar URL for this user.
- avatarUrl - Variable in class io.github.ma1uta.matrix.client.model.profile.Profile
-
The user's avatar URL if they have set one, otherwise not present.
- avatarUrl - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
The URL for the room's avatar, if one is set.
- avatarUrl - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.User
-
The avatar url, as an MXC, if one exists.
- AvatarUrl - Class in io.github.ma1uta.matrix.client.model.profile
-
JSON body request for profile api.
- AvatarUrl() - Constructor for class io.github.ma1uta.matrix.client.model.profile.AvatarUrl
B
- ban(String, KickRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Ban a user in the room.
- baseUrl - Variable in class io.github.ma1uta.matrix.client.model.serverdiscovery.HomeserverInfo
-
Required.
- baseUrl - Variable in class io.github.ma1uta.matrix.client.model.serverdiscovery.IdentityServerInfo
-
Required.
- beforeLimit - Variable in class io.github.ma1uta.matrix.client.model.search.EventContext
-
How many events before the result are returned.
- bind - Variable in class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
-
Whether the homeserver should also bind this third party identifier to the account's Matrix ID with the passed identity server.
- bindEmail - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
If true, the server binds the email used for authentication to the Matrix ID with the ID Server.
- bindMsisdn - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
If true, the server binds the phone number used for authentication to the Matrix ID with the identity server.
C
- CALL - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any incoming VOIP call.
- canonicalAlias - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
The canonical alias of the room, if any.
- capabilities(UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.CapabilitiesApi
-
Gets information about the server's supported feature set and other relevant capabilities.
- CapabilitiesApi - Interface in io.github.ma1uta.matrix.client.api
-
A homeserver may not support certain operations and clients must be able to query for what the homeserver can and can't offer.
- CapabilitiesResponse - Class in io.github.ma1uta.matrix.client.model.capability
-
Capabilities response.
- CapabilitiesResponse() - Constructor for class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
- changed - Variable in class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
-
The Matrix User IDs of all users who updated their device identity keys.
- changed - Variable in class io.github.ma1uta.matrix.client.model.sync.DeviceLists
-
List of users who have updated their device identity keys since the previous sync response.
- changePassword - Variable in class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
-
Capability to indicate if the user can change their password.
- ChangePasswordCapability - Class in io.github.ma1uta.matrix.client.model.capability
-
Capability to indicate if the user can change their password.
- ChangePasswordCapability() - Constructor for class io.github.ma1uta.matrix.client.model.capability.ChangePasswordCapability
- changes(String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EncryptionApi
-
Gets a list of users who have updated their device identity keys since a previous sync token.
- ChangesResponse - Class in io.github.ma1uta.matrix.client.model.encryption
-
The list of users who updated their devices.
- ChangesResponse() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
- chunk - Variable in class io.github.ma1uta.matrix.client.model.event.MembersResponse
-
MemberEvent.
- chunk - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
-
Required.
- claim(ClaimRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EncryptionApi
-
Claims one-time keys for use in pre-key messages.
- ClaimRequest - Class in io.github.ma1uta.matrix.client.model.encryption
-
JSON body parameters for Claims one-time keys for use in pre-key messages.
- ClaimRequest() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
- ClaimResponse - Class in io.github.ma1uta.matrix.client.model.encryption
-
Response format.
- ClaimResponse() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
- CLIENT - Static variable in class io.github.ma1uta.matrix.client.model.filter.FilterData.EventFormat
-
Client.
- ClientConfigApi - Interface in io.github.ma1uta.matrix.client.api
-
Client Behaviour.
- clientSecret - Variable in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
-
Required.
- clientSecret - Variable in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Required.
- clientSecret - Variable in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
-
Required.
- COALESCE - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Actions
-
This enables notifications for matching events but activates homeserver specific behaviour to intelligently coalesce multiple events into a single notification.
- completed - Variable in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
-
Completed stages.
- Condition() - Constructor for class io.github.ma1uta.matrix.client.api.PushApi.Condition
- conditions - Variable in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
-
The conditions that must hold true for an event in order for a rule to be applied to an event.
- config(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ContentApi
-
This endpoint allows clients to retrieve the configuration of the content repository, such as upload limitations.
- ConnectionInfo - Class in io.github.ma1uta.matrix.client.model.admin
-
Connection info.
- ConnectionInfo() - Constructor for class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- connections - Variable in class io.github.ma1uta.matrix.client.model.admin.SessionInfo
-
Information particular connections in the session.
- CONTAINS_DISPLAY_NAME - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Condition
-
This matches unencrypted messages where content.body contains the owner's display name in that room.
- CONTAINS_DISPLAY_NAME - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any message whose content is unencrypted and contains the user's current display name in the room in which it was sent.
- CONTAINS_USER_NAME - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any message whose content is unencrypted and contains the local part of the user's Matrix ID, separated by word boundaries.
- containsUrl - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
If true, includes only events with a url key in their content.
- containsUrl - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
If true, includes only events with a url key in their content.
- CONTENT - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Kind
-
These configure behaviour for (unencrypted) messages that match certain patterns.
- CONTENT_BODY - Static variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Key
-
Body.
- CONTENT_NAME - Static variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Key
-
Name.
- CONTENT_TOPIC - Static variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Key
-
Topic.
- ContentApi - Interface in io.github.ma1uta.matrix.client.api
-
This module allows users to upload content to their homeserver which is retrievable from other homeservers.
- ContentApi.Method - Class in io.github.ma1uta.matrix.client.api
-
The desired resizing method.
- ContentConfig - Class in io.github.ma1uta.matrix.client.model.content
-
Content config.
- ContentConfig() - Constructor for class io.github.ma1uta.matrix.client.model.content.ContentConfig
- contentUri - Variable in class io.github.ma1uta.matrix.client.model.content.ContentUri
-
MXC URI.
- ContentUri - Class in io.github.ma1uta.matrix.client.model.content
-
The MXC URI for the uploaded content.
- ContentUri() - Constructor for class io.github.ma1uta.matrix.client.model.content.ContentUri
- context - Variable in class io.github.ma1uta.matrix.client.model.search.Result
-
Context for result, if requested.
- context(String, String, Integer, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventContextApi
-
This API returns a number of events that happened just before and after the specified event.
- count - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
-
An approximate count of the total number of results found.
- country - Variable in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Required.
- country - Variable in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
-
The country that the phone number is from.
- create(CreateRoomRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Create a new room with various configuration options.
- createAlias(String, RoomId, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Create a new mapping from room alias to room ID.
- CreateRoomRequest - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body request for creation api.
- CreateRoomRequest() - Constructor for class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- creationContent - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
Extra keys to be added to the content of the m.room.create.
- CROP - Static variable in class io.github.ma1uta.matrix.client.api.ContentApi.Method
-
Crop.
- currentlyActive - Variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
-
Whether the user is currently active.
D
- data - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
A dictionary of information for the pusher implementation itself.
- deactivate(DeactivateRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Deactivate the user's account, removing all ability for the user to login again.
- DeactivateRequest - Class in io.github.ma1uta.matrix.client.model.account
-
Request for deactivate the user's account, removing all ability for the user to login again.
- DeactivateRequest() - Constructor for class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
- DeactivateResponse - Class in io.github.ma1uta.matrix.client.model.account
-
Deactivate response.
- DeactivateResponse() - Constructor for class io.github.ma1uta.matrix.client.model.account.DeactivateResponse
- DeactivateResponse.UnbindResult - Class in io.github.ma1uta.matrix.client.model.account
-
Id server unbind results.
- defaultVersion - Variable in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
-
Required.
- Delete3PidRequest - Class in io.github.ma1uta.matrix.client.model.account
-
JSON body request to delete 3pid.
- Delete3PidRequest() - Constructor for class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
- deleteAlias(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Remove a mapping of room alias to room ID.
- deleteDevice(String, DeviceDeleteRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeviceApi
-
This API endpoint uses the User-Interactive Authentication API.
- deleteDevices(DevicesDeleteRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeviceApi
-
This API endpoint uses the User-Interactive Authentication API.
- deleteRule(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint removes the push rule defined in the path.
- deleteTag(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.TagApi
-
Remove a tag from the room.
- deleteThreePid(Delete3PidRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Removes a third party identifier from the user's account.
- DeprecatedInitialSyncResponse - Class in io.github.ma1uta.matrix.client.model.deprecatedsync
- DeprecatedInitialSyncResponse() - Constructor for class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- DeprecatedRoomInfo - Class in io.github.ma1uta.matrix.client.model.deprecatedsync
- DeprecatedRoomInfo() - Constructor for class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- DeprecatedSyncApi - Interface in io.github.ma1uta.matrix.client.api
-
Deprecated.
- device(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeviceApi
-
Gets information on a single device, by device id.
- Device - Class in io.github.ma1uta.matrix.client.model.device
-
Device.
- Device() - Constructor for class io.github.ma1uta.matrix.client.model.device.Device
- DeviceApi - Interface in io.github.ma1uta.matrix.client.api
-
Clients that implement this module should offer the user a list of registered devices, as well as the means to update their display names.
- DeviceDeleteRequest - Class in io.github.ma1uta.matrix.client.model.device
-
Additional authentication information for the user-interactive authentication API.
- DeviceDeleteRequest() - Constructor for class io.github.ma1uta.matrix.client.model.device.DeviceDeleteRequest
- deviceDisplayName - Variable in class io.github.ma1uta.matrix.client.model.encryption.UnsignedDeviceInfo
-
The display name which the user set on the device.
- deviceDisplayName - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
A string that will allow the user to identify what device owns this pusher.
- deviceId - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
ID of the client device.
- deviceId - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
ID of the client device.
- deviceId - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
-
ID of the logged-in device.
- deviceId - Variable in class io.github.ma1uta.matrix.client.model.device.Device
-
Required.
- deviceId - Variable in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Required.
- DeviceInfo - Class in io.github.ma1uta.matrix.client.model.admin
-
Device info.
- DeviceInfo() - Constructor for class io.github.ma1uta.matrix.client.model.admin.DeviceInfo
- deviceKeys - Variable in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
-
Required.
- deviceKeys - Variable in class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
-
Information on the queried devices.
- deviceKeys - Variable in class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
-
Identity keys for the device.
- DeviceKeys - Class in io.github.ma1uta.matrix.client.model.encryption
-
Device Keys.
- DeviceKeys() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- deviceLists - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
Information on end-to-end device updates, as specified in End-to-end encryption.
- DeviceLists - Class in io.github.ma1uta.matrix.client.model.sync
-
Device lists.
- DeviceLists() - Constructor for class io.github.ma1uta.matrix.client.model.sync.DeviceLists
- deviceOneTimeKeysCount - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
Information on end-to-end encryption keys, as specified in End-to-end encryption.
- devices - Variable in class io.github.ma1uta.matrix.client.model.admin.AdminResponse
-
Each key is an identitfier for one of the user's devices.
- devices - Variable in class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
-
Required.
- devices - Variable in class io.github.ma1uta.matrix.client.model.device.DevicesResponse
-
A list of all registered devices for this user.
- devices(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeviceApi
-
Gets information about all devices for the current user.
- DevicesDeleteRequest - Class in io.github.ma1uta.matrix.client.model.device
-
JSON body request for bulk devices delete.
- DevicesDeleteRequest() - Constructor for class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
- DevicesResponse - Class in io.github.ma1uta.matrix.client.model.device
-
Information about all devices for the current user.
- DevicesResponse() - Constructor for class io.github.ma1uta.matrix.client.model.device.DevicesResponse
- DeviceUpdateRequest - Class in io.github.ma1uta.matrix.client.model.device
-
The new display name for this device.
- DeviceUpdateRequest() - Constructor for class io.github.ma1uta.matrix.client.model.device.DeviceUpdateRequest
- direct - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
This flag makes the server set the is_direct flag on the m.room.member events sent to the users in invite and invite_3pid.
- displayName - Variable in class io.github.ma1uta.matrix.client.model.device.Device
-
Display name set by the user for this device.
- displayName - Variable in class io.github.ma1uta.matrix.client.model.device.DeviceUpdateRequest
-
The new display name.
- displayName - Variable in class io.github.ma1uta.matrix.client.model.event.RoomMember
-
The display name of the user this object is representing.
- displayName - Variable in class io.github.ma1uta.matrix.client.model.profile.DisplayName
-
The new display name for this user.
- displayName - Variable in class io.github.ma1uta.matrix.client.model.profile.Profile
-
The user's display name if they have set one, otherwise not present.
- displayName - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.User
-
The display name of the user, if one exists.
- DisplayName - Class in io.github.ma1uta.matrix.client.model.profile
-
JSON body request for profile api.
- DisplayName() - Constructor for class io.github.ma1uta.matrix.client.model.profile.DisplayName
- DONT_NOTIFY - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Actions
-
This prevents each matching event from generating a notification.
- download(String, String, Boolean, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ContentApi
-
Download content from the content repository.
- downloadFile(String, String, String, Boolean, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ContentApi
-
Download content from the content repository as a given filename.
- DUMMY - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
Dummy authentication always succeeds and requires no extra parameters.
E
- email - Variable in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
-
Required.
- EMAIL_IDENTITY - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
Authentication is supported by authorising an email address with an identity server.
- emailRequestToken(EmailRequestToken, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Proxies the identity server API validate/email/emailRequestToken, but first checks that the given email address is not already associated with an account on this Home Server.
- EmailRequestToken - Class in io.github.ma1uta.matrix.client.model.account
-
Request for the proxies the identity server API validate/email/requestToken.
- EmailRequestToken() - Constructor for class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- enabled - Variable in class io.github.ma1uta.matrix.client.model.capability.ChangePasswordCapability
-
Required.
- enabled - Variable in class io.github.ma1uta.matrix.client.model.push.PushEnable
-
Required.
- ENCRYPTED - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches all encrypted events.
- ENCRYPTED_ROOM_ONE_TO_ONE - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any encrypted event sent in a room with exactly two members.
- EncryptionApi - Interface in io.github.ma1uta.matrix.client.api
-
Matrix optionally supports end-to-end encryption, allowing rooms to be created whose conversation contents is not decryptable or interceptable on any of the participating homeservers.
- end - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.Required.
- end - Variable in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
-
A token that can be used to paginate forwards with.
- end - Variable in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
-
Pagination token for the end of the chunk.
- ephemeral - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
The events that aren't recorded in the room history, e.g. typing and receipts, to include for rooms.
- ephemeral - Variable in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
The ephemeral events in the room that aren't recorded in the timeline or state of the room. e.g. typing.
- Ephemeral - Class in io.github.ma1uta.matrix.client.model.sync
-
Ephemeral.
- Ephemeral() - Constructor for class io.github.ma1uta.matrix.client.model.sync.Ephemeral
- event - Variable in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
-
Details of the requested event.
- event - Variable in class io.github.ma1uta.matrix.client.model.push.Notification
-
Required.
- event(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeprecatedSyncApi
- EVENT_MATCH - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Condition
-
This is a glob pattern match on a field of the event.
- EventApi - Interface in io.github.ma1uta.matrix.client.api
-
There are several APIs provided to GET events for a room.
- eventContext - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
Configures whether any context for the events returned are included in the response.
- EventContext - Class in io.github.ma1uta.matrix.client.model.search
-
Event context.
- EventContext() - Constructor for class io.github.ma1uta.matrix.client.model.search.EventContext
- EventContextApi - Interface in io.github.ma1uta.matrix.client.api
-
This API returns a number of events that happened just before and after the specified event.
- EventContextResponse - Class in io.github.ma1uta.matrix.client.model.eventcontext
-
Events that happened just before and after the specified event.
- EventContextResponse - Class in io.github.ma1uta.matrix.client.model.search
-
Event context.
- EventContextResponse() - Constructor for class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- EventContextResponse() - Constructor for class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- eventFields - Variable in class io.github.ma1uta.matrix.client.model.filter.FilterData
-
List of event fields to include.
- EventFilter - Class in io.github.ma1uta.matrix.client.model.filter
-
Filter.
- EventFilter() - Constructor for class io.github.ma1uta.matrix.client.model.filter.EventFilter
- eventFormat - Variable in class io.github.ma1uta.matrix.client.model.filter.FilterData
-
The format to use for events.
- EventFormat() - Constructor for class io.github.ma1uta.matrix.client.model.filter.FilterData.EventFormat
- eventId - Variable in class io.github.ma1uta.matrix.client.model.event.SendEventResponse
-
A unique identifier for the event.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.AccountData
-
List of events.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.Ephemeral
-
List of events.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.InviteState
-
List of events.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.Presence
-
List of events.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.State
-
List of events.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.Timeline
-
List of events.
- events - Variable in class io.github.ma1uta.matrix.client.model.sync.ToDevice
-
List of sent-to-device messages.
- events(String, Long, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.SyncApi
-
This will listen for new events related to a particular room and return them to the caller.
- eventsAfter - Variable in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
-
A list of room events that happened just after the requested event, in chronological order.
- eventsAfter - Variable in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
-
Events just after the result.
- eventsBefore - Variable in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
-
A list of room events that happened just before the requested event, in reverse-chronological order.
- eventsBefore - Variable in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
-
Events just before the result.
- expiresIn - Variable in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
-
Required.
F
- failures - Variable in class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
-
If any remote homeservers could not be reached, they are recorded here.
- failures - Variable in class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
-
If any remote homeservers could not be reached, they are recorded here.
- FallbackAuthApi - Interface in io.github.ma1uta.matrix.client.api
-
If a client does not recognize any or all login flows it can use the fallback login API.
- FAVOURITE - Static variable in class io.github.ma1uta.matrix.client.api.TagApi.Tag
-
Favourite.
- FEDERATION - Static variable in class io.github.ma1uta.matrix.client.model.filter.FilterData.EventFormat
-
Server or federation.
- filter - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
-
Filter to apply to the results.
- filter - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
This takes a filter.
- Filter - Class in io.github.ma1uta.matrix.client.model.search
-
Filter.
- Filter() - Constructor for class io.github.ma1uta.matrix.client.model.search.Filter
- FilterApi - Interface in io.github.ma1uta.matrix.client.api
-
Filters can be created on the server and can be passed as as a parameter to APIs which return events.
- FilterData - Class in io.github.ma1uta.matrix.client.model.filter
-
JSON body request for filter api (create filter).
- FilterData() - Constructor for class io.github.ma1uta.matrix.client.model.filter.FilterData
- FilterData.EventFormat - Class in io.github.ma1uta.matrix.client.model.filter
-
Event formats.
- filterId - Variable in class io.github.ma1uta.matrix.client.model.filter.FilterResponse
-
Required.
- FilterResponse - Class in io.github.ma1uta.matrix.client.model.filter
-
JSON body response.
- FilterResponse() - Constructor for class io.github.ma1uta.matrix.client.model.filter.FilterResponse
- flows - Variable in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
-
Stages.
- flows - Variable in class io.github.ma1uta.matrix.client.model.auth.SupportedLoginResponse
-
Supported login types.
- forget(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
This API stops a user remembering about a particular room.
- fullyRead - Variable in class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
-
Required.
G
- genericSearchTerm - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsFilter
-
A string to search for in the room metadata, e.g. name, topic, canonical alias etc.
- getAccessToken() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- getAccessToken() - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- getAccountData() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getActions() - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- getActions() - Method in class io.github.ma1uta.matrix.client.model.push.PushActions
- getActions() - Method in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
- getActions(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint get the actions for the specified push rule.
- getAddedAt() - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.room.Invite3pid
- getAddress() - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- getAfterLimit() - Method in class io.github.ma1uta.matrix.client.model.search.EventContext
- getAlgorithms() - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- getAliases() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getAppDisplayName() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getAppend() - Method in class io.github.ma1uta.matrix.client.model.push.PushersRequest
- getAppId() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getAuth() - Method in class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
- getAuth() - Method in class io.github.ma1uta.matrix.client.model.account.PasswordRequest
- getAuth() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getAuth() - Method in class io.github.ma1uta.matrix.client.model.auth.UserInteractiveData
- getAuth() - Method in class io.github.ma1uta.matrix.client.model.device.DeviceDeleteRequest
- getAuth() - Method in class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
- getAvailable() - Method in class io.github.ma1uta.matrix.client.model.account.AvailableResponse
- getAvailable() - Method in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
- getAvatarUrl() - Method in class io.github.ma1uta.matrix.client.model.event.RoomMember
- getAvatarUrl() - Method in class io.github.ma1uta.matrix.client.model.profile.AvatarUrl
- getAvatarUrl() - Method in class io.github.ma1uta.matrix.client.model.profile.Profile
- getAvatarUrl() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getAvatarUrl() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.User
- getBaseUrl() - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.HomeserverInfo
- getBaseUrl() - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.IdentityServerInfo
- getBeforeLimit() - Method in class io.github.ma1uta.matrix.client.model.search.EventContext
- getBind() - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
- getBindEmail() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getBindMsisdn() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getCanonicalAlias() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getChanged() - Method in class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
- getChanged() - Method in class io.github.ma1uta.matrix.client.model.sync.DeviceLists
- getChangePassword() - Method in class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
- getChunk() - Method in class io.github.ma1uta.matrix.client.model.event.MembersResponse
- getChunk() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- getClientSecret() - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- getClientSecret() - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- getClientSecret() - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- getCompleted() - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- getConditions() - Method in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
- getConfig(String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ClientConfigApi
-
Get some account_data for the client.
- getConnections() - Method in class io.github.ma1uta.matrix.client.model.admin.SessionInfo
- getContainsUrl() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getContainsUrl() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getContentUri() - Method in class io.github.ma1uta.matrix.client.model.content.ContentUri
- getContext() - Method in class io.github.ma1uta.matrix.client.model.search.Result
- getCount() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- getCountry() - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- getCountry() - Method in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
- getCreationContent() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getCurrentlyActive() - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- getData() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getDefaultVersion() - Method in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
- getDeviceDisplayName() - Method in class io.github.ma1uta.matrix.client.model.encryption.UnsignedDeviceInfo
- getDeviceDisplayName() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getDeviceId() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getDeviceId() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getDeviceId() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- getDeviceId() - Method in class io.github.ma1uta.matrix.client.model.device.Device
- getDeviceId() - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- getDeviceKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- getDeviceKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
- getDeviceKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
- getDeviceLists() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getDeviceOneTimeKeysCount() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getDevices() - Method in class io.github.ma1uta.matrix.client.model.admin.AdminResponse
- getDevices() - Method in class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
- getDevices() - Method in class io.github.ma1uta.matrix.client.model.device.DevicesResponse
- getDirect() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getDisplayName() - Method in class io.github.ma1uta.matrix.client.model.device.Device
- getDisplayName() - Method in class io.github.ma1uta.matrix.client.model.device.DeviceUpdateRequest
- getDisplayName() - Method in class io.github.ma1uta.matrix.client.model.event.RoomMember
- getDisplayName() - Method in class io.github.ma1uta.matrix.client.model.profile.DisplayName
- getDisplayName() - Method in class io.github.ma1uta.matrix.client.model.profile.Profile
- getDisplayName() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.User
- getEmail() - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- getEnabled() - Method in class io.github.ma1uta.matrix.client.model.capability.ChangePasswordCapability
- getEnabled() - Method in class io.github.ma1uta.matrix.client.model.push.PushEnable
- getEnabled(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint gets whether the specified push rule is enabled.
- getEnd() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- getEnd() - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- getEnd() - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- getEphemeral() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getEphemeral() - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- getEvent() - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- getEvent() - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- getEventContext() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getEventFields() - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- getEventFormat() - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- getEventId() - Method in class io.github.ma1uta.matrix.client.model.event.SendEventResponse
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.AccountData
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.Ephemeral
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.InviteState
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.Presence
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.State
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.Timeline
- getEvents() - Method in class io.github.ma1uta.matrix.client.model.sync.ToDevice
- getEventsAfter() - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- getEventsAfter() - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- getEventsBefore() - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- getEventsBefore() - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- getExpiresIn() - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- getFailures() - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
- getFailures() - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
- getFilter() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- getFilter() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getFilter(String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.FilterApi
-
Download a filter.
- getFilterId() - Method in class io.github.ma1uta.matrix.client.model.filter.FilterResponse
- getFlows() - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- getFlows() - Method in class io.github.ma1uta.matrix.client.model.auth.SupportedLoginResponse
- getFullyRead() - Method in class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
- getGenericSearchTerm() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsFilter
- getGlobal() - Method in class io.github.ma1uta.matrix.client.model.push.PushRulesResponse
- getGroupBy() - Method in class io.github.ma1uta.matrix.client.model.search.Groupings
- getGroupings() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getGroups() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- getGuestCanJoin() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getHeroes() - Method in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- getHighlightCount() - Method in class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
- getHighlights() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- getHomeserver() - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
- getHomeServer() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- getIdentifier() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getIdentityServer() - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
- getIdServer() - Method in class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
- getIdServer() - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- getIdServer() - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- getIdServer() - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- getIdServer() - Method in class io.github.ma1uta.matrix.client.model.room.Invite3pid
- getIdServer() - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- getIdServerUnbindResult() - Method in class io.github.ma1uta.matrix.client.model.account.DeactivateResponse
- getIncludeAllNetworks() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- getIncludeLeave() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getIncludeProfile() - Method in class io.github.ma1uta.matrix.client.model.search.EventContext
- getIncludeRedundantMembers() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getIncludeRedundantMembers() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getIncludeState() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getInhibitLogin() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getInitialDeviceDisplayName() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getInitialDeviceDisplayName() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getInitialEvent() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getInvite() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getInvite() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getInvite() - Method in class io.github.ma1uta.matrix.client.model.sync.Rooms
- getInvite3pid() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getInvitedMemberCount() - Method in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- getInviteState() - Method in class io.github.ma1uta.matrix.client.model.sync.InvitedRoom
- getIp() - Method in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- getJoin() - Method in class io.github.ma1uta.matrix.client.model.sync.Rooms
- getJoined() - Method in class io.github.ma1uta.matrix.client.model.event.JoinedMembersResponse
- getJoinedMemberCount() - Method in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- getJoinedRooms() - Method in class io.github.ma1uta.matrix.client.model.room.JoinedRoomsResponse
- getKey() - Method in class io.github.ma1uta.matrix.client.model.search.Group
- getKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- getKeys() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getKind() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getLang() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getLastActiveAgo() - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- getLastSeen() - Method in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- getLastSeenIp() - Method in class io.github.ma1uta.matrix.client.model.device.Device
- getLastSeenTs() - Method in class io.github.ma1uta.matrix.client.model.device.Device
- getLazyLoadMembers() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getLazyLoadMembers() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getLeave() - Method in class io.github.ma1uta.matrix.client.model.sync.Rooms
- getLeft() - Method in class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
- getLeft() - Method in class io.github.ma1uta.matrix.client.model.sync.DeviceLists
- getLimit() - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- getLimit() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getLimit() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- getLimit() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getLimit() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
- getLimit() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
- getLimited() - Method in class io.github.ma1uta.matrix.client.model.sync.Timeline
- getMatrixServerName() - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.room.Invite3pid
- getMedium() - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- getMembership() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getMessages() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getMessages() - Method in class io.github.ma1uta.matrix.client.model.sendtodevice.SendToDeviceRequest
- getMxid() - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- getName() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getName() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getNewPassword() - Method in class io.github.ma1uta.matrix.client.model.account.PasswordRequest
- getNewVersion() - Method in class io.github.ma1uta.matrix.client.model.room.NewVersion
- getNextBatch() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- getNextBatch() - Method in class io.github.ma1uta.matrix.client.model.search.GroupValue
- getNextBatch() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- getNextBatch() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getNextLink() - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- getNextLink() - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- getNextToken() - Method in class io.github.ma1uta.matrix.client.model.push.NotificationResponse
- getNotificationCount() - Method in class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
- getNotifications() - Method in class io.github.ma1uta.matrix.client.model.push.NotificationResponse
- getNotRooms() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getNotRooms() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getNotRooms() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getNotSenders() - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- getNotSenders() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getNotSenders() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getNotTypes() - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- getNotTypes() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getNotTypes() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getNumJoinedMembers() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getOneTimeKeyCounts() - Method in class io.github.ma1uta.matrix.client.model.encryption.UploadResponse
- getOneTimeKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
- getOneTimeKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
- getOneTimeKeys() - Method in class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
- getOrder() - Method in class io.github.ma1uta.matrix.client.model.search.GroupValue
- getOrderBy() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getParams() - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- getPassword() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getPassword() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getPassword() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getPassword() - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- getPattern() - Method in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
- getPhone() - Method in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
- getPhoneNumber() - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- getPowerLevelContentOverride() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getPresence() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- getPresence() - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- getPresence() - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
- getPresence() - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- getPresence() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getPresenceStatus(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.PresenceApi
-
Get the given user's presence state.
- getPreset() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getPrevBatch() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- getPrevBatch() - Method in class io.github.ma1uta.matrix.client.model.sync.Timeline
- getProfileInfo() - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- getProfileTag() - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- getProfileTag() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getPushers() - Method in class io.github.ma1uta.matrix.client.model.push.PushersResponse
- getPushkey() - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- getRank() - Method in class io.github.ma1uta.matrix.client.model.search.Result
- getRead() - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- getRead() - Method in class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
- getReason() - Method in class io.github.ma1uta.matrix.client.model.event.RedactRequest
- getReason() - Method in class io.github.ma1uta.matrix.client.model.report.ReportRequest
- getReason() - Method in class io.github.ma1uta.matrix.client.model.room.KickRequest
- getReplacementRoom() - Method in class io.github.ma1uta.matrix.client.model.room.ReplacementRoom
- getResponse() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getResult() - Method in class io.github.ma1uta.matrix.client.model.search.Result
- getResults() - Method in class io.github.ma1uta.matrix.client.model.search.GroupValue
- getResults() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- getResults() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
- getRoom() - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- getRoomAliasName() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getRoomConfig(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ClientConfigApi
-
Get some account_data for the client on a given room.
- getRoomEvents() - Method in class io.github.ma1uta.matrix.client.model.search.ResponseCategories
- getRoomEventsCriteria() - Method in class io.github.ma1uta.matrix.client.model.search.RequestCategories
- getRoomId() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getRoomId() - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- getRoomId() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getRoomId() - Method in class io.github.ma1uta.matrix.client.model.room.RoomId
- getRooms() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- getRooms() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getRooms() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getRooms() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getRooms() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getRoomVersion() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getRoomVersions() - Method in class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
- getScore() - Method in class io.github.ma1uta.matrix.client.model.report.ReportRequest
- getSearchCategories() - Method in class io.github.ma1uta.matrix.client.model.search.SearchRequest
- getSearchCategories() - Method in class io.github.ma1uta.matrix.client.model.search.SearchResponse
- getSearchTerm() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- getSearchTerm() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
- getSendAttempt() - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- getSendAttempt() - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- getSender() - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- getSenders() - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- getSenders() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getSenders() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getServers() - Method in class io.github.ma1uta.matrix.client.model.room.RoomResolveResponse
- getSession() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getSession() - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- getSessions() - Method in class io.github.ma1uta.matrix.client.model.admin.DeviceInfo
- getSid() - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- getSignatures() - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- getSignatures() - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- getSince() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- getStages() - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationStage
- getStart() - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- getStart() - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- getState() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getState() - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- getState() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getState() - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- getState() - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- getState() - Method in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- getStatusMsg() - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
- getStatusMsg() - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- getSummary() - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- getTags() - Method in class io.github.ma1uta.matrix.client.model.tag.Tags
- getThirdPartyInstanceId() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- getThirdPartySigned() - Method in class io.github.ma1uta.matrix.client.model.room.JoinRequest
- getThreePid(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Gets a list of the third party identifiers that the homeserver has associated with the user's account.
- getThreepidCreds() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getThreePidCreds() - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
- getThreepids() - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidResponse
- getTimeline() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- getTimeline() - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- getTimeline() - Method in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- getTimeout() - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
- getTimeout() - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- getTimeout() - Method in class io.github.ma1uta.matrix.client.model.typing.TypingRequest
- getToDevice() - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- getToken() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getToken() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getToken() - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- getToken() - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- getTokenType() - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- getTopic() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getTopic() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- getTotalRoomCountEstimate() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- getTs() - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- getTtl() - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- getTxnId() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getType() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getType() - Method in class io.github.ma1uta.matrix.client.model.auth.Identifier
-
The identifier type.
- getType() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getType() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginType
- getType() - Method in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
- getType() - Method in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
- getType() - Method in class io.github.ma1uta.matrix.client.model.auth.UserIdentifier
- getTypes() - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- getTypes() - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- getTypes() - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- getTyping() - Method in class io.github.ma1uta.matrix.client.model.typing.TypingRequest
- getUnreadNotifications() - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- getUnsignedDeviceInfo() - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- getUnstableFeatures() - Method in class io.github.ma1uta.matrix.client.model.version.VersionsResponse
- getUploadSize() - Method in class io.github.ma1uta.matrix.client.model.content.ContentConfig
- getUri() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getUris() - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- getUser() - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- getUser() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- getUser() - Method in class io.github.ma1uta.matrix.client.model.auth.UserIdentifier
- getUserAgent() - Method in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.account.WhoamiResponse
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.admin.AdminResponse
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.room.KickRequest
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.room.UnbanRequest
- getUserId() - Method in class io.github.ma1uta.matrix.client.model.userdirectory.User
- getUsername() - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- getUsername() - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- getValidatedAt() - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- getVersions() - Method in class io.github.ma1uta.matrix.client.model.version.VersionsResponse
- getVisibility() - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- getVisibility() - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- getVisibility() - Method in class io.github.ma1uta.matrix.client.model.room.RoomVisibility
- getVisibility(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Gets the visibility of a given room on the server's public room directory.
- getWellKnown() - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- getWorldReadable() - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- global - Variable in class io.github.ma1uta.matrix.client.model.push.PushRulesResponse
-
Required.
- Group - Class in io.github.ma1uta.matrix.client.model.search
-
Group.
- Group() - Constructor for class io.github.ma1uta.matrix.client.model.search.Group
- groupBy - Variable in class io.github.ma1uta.matrix.client.model.search.Groupings
-
List of groups to request.
- groupings - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
Requests that the server partitions the result set based on the provided list of keys.
- Groupings - Class in io.github.ma1uta.matrix.client.model.search
-
Groupings.
- Groupings() - Constructor for class io.github.ma1uta.matrix.client.model.search.Groupings
- groups - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
-
Any groups that were requested.
- GroupValue - Class in io.github.ma1uta.matrix.client.model.search
-
Group value.
- GroupValue() - Constructor for class io.github.ma1uta.matrix.client.model.search.GroupValue
- GUEST - Static variable in class io.github.ma1uta.matrix.client.api.AccountApi.RegisterType
-
Guest.
- guestCanJoin - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
Required.
H
- heroes - Variable in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
-
The users which can be used to generate a room name if the room does not have one.
- HIGHLIGHT - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Tweak
-
A boolean representing whether or not this message should be highlighted in the UI.
- highlightCount - Variable in class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
-
The number of unread notifications for this room with the highlight flag set.
- highlights - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
-
List of words which should be highlighted, useful for stemming which may change the query terms.
- homeserver - Variable in class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
-
Required.
- homeServer - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
-
Deprecated.clients should extract the server_name from user_id (by splitting at the first colon) if they require it. Note also that homeserver is not spelt this way.
- HomeserverInfo - Class in io.github.ma1uta.matrix.client.model.serverdiscovery
-
Homeserver information.
- HomeserverInfo() - Constructor for class io.github.ma1uta.matrix.client.model.serverdiscovery.HomeserverInfo
I
- identifier - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Identification information for the user.
- Identifier - Class in io.github.ma1uta.matrix.client.model.auth
-
Some authentication mechanisms use a user identifier object to identify a user.
- Identifier() - Constructor for class io.github.ma1uta.matrix.client.model.auth.Identifier
- IdentifierType() - Constructor for class io.github.ma1uta.matrix.client.api.AuthApi.IdentifierType
- identityServer - Variable in class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
-
Optional.
- IdentityServerInfo - Class in io.github.ma1uta.matrix.client.model.serverdiscovery
-
Identity Server information.
- IdentityServerInfo() - Constructor for class io.github.ma1uta.matrix.client.model.serverdiscovery.IdentityServerInfo
- idServer - Variable in class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
-
The identity server to unbind all of the user's 3PIDs from.
- idServer - Variable in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
-
Required.
- idServer - Variable in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Required.
- idServer - Variable in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
-
The identity server to use.
- idServer - Variable in class io.github.ma1uta.matrix.client.model.room.Invite3pid
-
Required.
- idServer - Variable in class io.github.ma1uta.matrix.client.model.room.InviteRequest
-
Required.
- idServerUnbindResult - Variable in class io.github.ma1uta.matrix.client.model.account.DeactivateResponse
-
Required.
- includeAllNetworks - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
-
Whether or not to include all known networks/protocols from application services on the homeserver.
- includeLeave - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
Include rooms that the user has left in the sync, default false.
- includeProfile - Variable in class io.github.ma1uta.matrix.client.model.search.EventContext
-
Requests that the server returns the historic profile information for the users that sent the events that were returned.
- includeRedundantMembers - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
If true, the state section of the /sync response will always contain the m.room.member events required to display the sender of the timeline events in that response, assuming lazy_load_members is enabled.
- includeRedundantMembers - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
If true, sends all membership events for all events, even if they have already been sent to the client.
- includeState - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
Requests the server return the current state for each room returned.
- inhibitLogin - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
If true, an access_token and device_id should not be returned from this call, therefore preventing an automatic login.
- initialDeviceDisplayName - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
A display name to assign to the newly-created device.
- initialDeviceDisplayName - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
A display name to assign to the newly-created device.
- initialEvent - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
A list of state events to set in the new room.
- initialSync(Long, Boolean, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeprecatedSyncApi
- invite - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.The invite event if membership is invite.
- invite - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
A list of user IDs to invite to the room.
- invite - Variable in class io.github.ma1uta.matrix.client.model.sync.Rooms
-
The rooms that the user has been invited to.
- invite(String, InviteRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Note that there are two forms of this API, which are documented separately.
- INVITE_FOR_ME - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any invites to a new room for this user.
- invite3pid - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
A list of objects representing third party IDs to invite into the room.
- Invite3pid - Class in io.github.ma1uta.matrix.client.model.room
-
Invite 3pid.
- Invite3pid() - Constructor for class io.github.ma1uta.matrix.client.model.room.Invite3pid
- invitedMemberCount - Variable in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
-
The number of users with membership of invite.
- InvitedRoom - Class in io.github.ma1uta.matrix.client.model.sync
-
Invite room.
- InvitedRoom() - Constructor for class io.github.ma1uta.matrix.client.model.sync.InvitedRoom
- InviteRequest - Class in io.github.ma1uta.matrix.client.model.room
-
Invite request.
- InviteRequest() - Constructor for class io.github.ma1uta.matrix.client.model.room.InviteRequest
- inviteState - Variable in class io.github.ma1uta.matrix.client.model.sync.InvitedRoom
-
The state of a room that the user has been invited to.
- InviteState - Class in io.github.ma1uta.matrix.client.model.sync
-
Invite state.
- InviteState() - Constructor for class io.github.ma1uta.matrix.client.model.sync.InviteState
- io.github.ma1uta.matrix.client - package io.github.ma1uta.matrix.client
-
Client API.
- io.github.ma1uta.matrix.client.api - package io.github.ma1uta.matrix.client.api
-
Client API interfaces.
- io.github.ma1uta.matrix.client.model - package io.github.ma1uta.matrix.client.model
-
Client API models.
- io.github.ma1uta.matrix.client.model.account - package io.github.ma1uta.matrix.client.model.account
-
Account API models.
- io.github.ma1uta.matrix.client.model.admin - package io.github.ma1uta.matrix.client.model.admin
-
Admin API models.
- io.github.ma1uta.matrix.client.model.auth - package io.github.ma1uta.matrix.client.model.auth
-
Authentication API models.
- io.github.ma1uta.matrix.client.model.capability - package io.github.ma1uta.matrix.client.model.capability
- io.github.ma1uta.matrix.client.model.content - package io.github.ma1uta.matrix.client.model.content
-
Content API models.
- io.github.ma1uta.matrix.client.model.deprecatedsync - package io.github.ma1uta.matrix.client.model.deprecatedsync
-
Deprecated API models.
- io.github.ma1uta.matrix.client.model.device - package io.github.ma1uta.matrix.client.model.device
-
Device API models.
- io.github.ma1uta.matrix.client.model.encryption - package io.github.ma1uta.matrix.client.model.encryption
-
Encryption API models.
- io.github.ma1uta.matrix.client.model.event - package io.github.ma1uta.matrix.client.model.event
-
Event API models.
- io.github.ma1uta.matrix.client.model.eventcontext - package io.github.ma1uta.matrix.client.model.eventcontext
-
Event context API models.
- io.github.ma1uta.matrix.client.model.filter - package io.github.ma1uta.matrix.client.model.filter
-
Filter API models.
- io.github.ma1uta.matrix.client.model.openid - package io.github.ma1uta.matrix.client.model.openid
-
OpenID API models.
- io.github.ma1uta.matrix.client.model.presence - package io.github.ma1uta.matrix.client.model.presence
-
Presence API models.
- io.github.ma1uta.matrix.client.model.profile - package io.github.ma1uta.matrix.client.model.profile
-
Profile API models.
- io.github.ma1uta.matrix.client.model.push - package io.github.ma1uta.matrix.client.model.push
-
Push API models.
- io.github.ma1uta.matrix.client.model.receipt - package io.github.ma1uta.matrix.client.model.receipt
-
Receipt API models.
- io.github.ma1uta.matrix.client.model.report - package io.github.ma1uta.matrix.client.model.report
-
Report API models.
- io.github.ma1uta.matrix.client.model.room - package io.github.ma1uta.matrix.client.model.room
-
Room API models.
- io.github.ma1uta.matrix.client.model.search - package io.github.ma1uta.matrix.client.model.search
-
Search API models.
- io.github.ma1uta.matrix.client.model.sendtodevice - package io.github.ma1uta.matrix.client.model.sendtodevice
-
SendToDevice API models.
- io.github.ma1uta.matrix.client.model.serverdiscovery - package io.github.ma1uta.matrix.client.model.serverdiscovery
-
Server discovery API.
- io.github.ma1uta.matrix.client.model.sync - package io.github.ma1uta.matrix.client.model.sync
-
Sync API models.
- io.github.ma1uta.matrix.client.model.tag - package io.github.ma1uta.matrix.client.model.tag
-
Tag API models.
- io.github.ma1uta.matrix.client.model.typing - package io.github.ma1uta.matrix.client.model.typing
-
Typing API models.
- io.github.ma1uta.matrix.client.model.userdirectory - package io.github.ma1uta.matrix.client.model.userdirectory
-
User directory API models.
- io.github.ma1uta.matrix.client.model.version - package io.github.ma1uta.matrix.client.model.version
-
Version API models.
- io.github.ma1uta.matrix.client.model.voip - package io.github.ma1uta.matrix.client.model.voip
-
VOIP API models.
- ip - Variable in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
-
Most recently seen IP address of the session.
J
- join - Variable in class io.github.ma1uta.matrix.client.model.sync.Rooms
-
The rooms that the user has joined.
- joinById(String, JoinRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Note that this API requires a room ID, not alias.
- joinByIdOrAlias(String, List<String>, JoinRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Note that this API takes either a room ID or alias, unlike /room/{roomId}/join.
- joined - Variable in class io.github.ma1uta.matrix.client.model.event.JoinedMembersResponse
-
A map from user ID to a RoomMemberContent object.
- joinedMemberCount - Variable in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
-
The number of users with membership of join, including the client's own user ID.
- joinedMembers(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
This API returns a map of MXIDs to member info objects for members of the room.
- JoinedMembersResponse - Class in io.github.ma1uta.matrix.client.model.event
-
Joined room members.
- JoinedMembersResponse() - Constructor for class io.github.ma1uta.matrix.client.model.event.JoinedMembersResponse
- JoinedRoom - Class in io.github.ma1uta.matrix.client.model.sync
-
Joined room.
- JoinedRoom() - Constructor for class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- joinedRooms - Variable in class io.github.ma1uta.matrix.client.model.room.JoinedRoomsResponse
-
Required.
- joinedRooms(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
This API returns a list of the user's current rooms.
- JoinedRoomsResponse - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body resposnse with joined rooms.
- JoinedRoomsResponse() - Constructor for class io.github.ma1uta.matrix.client.model.room.JoinedRoomsResponse
- JoinRequest - Class in io.github.ma1uta.matrix.client.model.room
-
Join request.
- JoinRequest() - Constructor for class io.github.ma1uta.matrix.client.model.room.JoinRequest
K
- key - Variable in class io.github.ma1uta.matrix.client.model.search.Group
-
Key that defines the group.
- Key() - Constructor for class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Key
- keys - Variable in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Required.
- keys - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
The keys to search.
- kick(String, KickRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Kick a user from the room.
- KickRequest - Class in io.github.ma1uta.matrix.client.model.room
-
Kick JSON body request.
- KickRequest() - Constructor for class io.github.ma1uta.matrix.client.model.room.KickRequest
- kind - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
The kind of pusher.
- Kind() - Constructor for class io.github.ma1uta.matrix.client.api.PushApi.Kind
L
- lang - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
The preferred language for receiving notifications (e.g.
- lastActiveAgo - Variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
-
The length of time in milliseconds since an action was performed by this user.
- lastSeen - Variable in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
-
Unix timestamp that the session was last active.
- lastSeenIp - Variable in class io.github.ma1uta.matrix.client.model.device.Device
-
The IP address where this device was last seen.
- lastSeenTs - Variable in class io.github.ma1uta.matrix.client.model.device.Device
-
The timestamp (in milliseconds since the unix epoch) when this devices was last seen.
- lazyLoadMembers - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
If true, the only m.room.member events returned in the state section of the /sync response are those which are definitely necessary for a client to display the sender of the timeline events in that response.
- lazyLoadMembers - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
If true, enables lazy-loading of membership events.
- leave - Variable in class io.github.ma1uta.matrix.client.model.sync.Rooms
-
The rooms that the user has left or been banned from.
- leave(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
This API stops a user participating in a particular room.
- left - Variable in class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
-
The Matrix User IDs of all users who may have left all the end-to-end encrypted rooms they previously shared with the user.
- left - Variable in class io.github.ma1uta.matrix.client.model.sync.DeviceLists
-
List of users with whom we do not share any encrypted rooms anymore since the previous sync response.
- LeftRoom - Class in io.github.ma1uta.matrix.client.model.sync
-
Left room.
- LeftRoom() - Constructor for class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- limit - Variable in class io.github.ma1uta.matrix.client.model.filter.EventFilter
-
The maximum number of events to return.
- limit - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
The maximum number of events to return.
- limit - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
-
Limit the number of results returned.
- limit - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
The maximum number of events to return.
- limit - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
-
The maximum number of results to return (Defaults to 10).
- limit - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
-
Required.
- limited - Variable in class io.github.ma1uta.matrix.client.model.sync.Timeline
-
True if the number of events returned was limited by the limit on the filter.
- location(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ThirdPartyProtocolApi
-
Retrieve an array of third party network locations from a Matrix room alias.
- locationProtocol(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ThirdPartyProtocolApi
-
Requesting this endpoint with a valid protocol name results in a list of successful mapping results in a JSON array.
- login(LoginRequest, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AuthApi
-
Authenticates the user, and issues an access token they can use to authorize themself in subsequent requests.
- LoginRequest - Class in io.github.ma1uta.matrix.client.model.auth
-
Authenticates the user, and issues an access token they can use to authorize themself in subsequent requests.
- LoginRequest() - Constructor for class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- LoginResponse - Class in io.github.ma1uta.matrix.client.model.auth
-
Response for the login request.
- LoginResponse() - Constructor for class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- LoginType - Class in io.github.ma1uta.matrix.client.model.auth
-
Login type.
- LoginType() - Constructor for class io.github.ma1uta.matrix.client.model.auth.LoginType
- logout(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AuthApi
-
Invalidates an existing access token, so that it can no longer be used for authorization.
- logoutAll(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AuthApi
-
Invalidates all access tokens for a user, so that they can no longer be used for authorization.
- LOWPRIOORITY - Static variable in class io.github.ma1uta.matrix.client.api.TagApi.Tag
-
Low priority.
M
- MASTER - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches all events, this can be enabled to turn off all push notifications other than those generated by override rules set by the user.
- matrixServerName - Variable in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
-
Required.
- medium - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
3Pid address type.
- medium - Variable in class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
-
Required.
- medium - Variable in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
-
Required.
- medium - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Deprecated.in favour of
LoginRequest.identifier
. - medium - Variable in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
-
The medium of the third party identifier.
- medium - Variable in class io.github.ma1uta.matrix.client.model.room.Invite3pid
-
Required.
- medium - Variable in class io.github.ma1uta.matrix.client.model.room.InviteRequest
-
Required.
- MEMBER_EVENT - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any m.room.member_event.
- members(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
Get the list of members for this room.
- membership - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.Required.
- MembersResponse - Class in io.github.ma1uta.matrix.client.model.event
-
The list of members for this room.
- MembersResponse() - Constructor for class io.github.ma1uta.matrix.client.model.event.MembersResponse
- MESSAGE - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches all chat messages.
- messages - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.The pagination chunk for this room.
- messages - Variable in class io.github.ma1uta.matrix.client.model.sendtodevice.SendToDeviceRequest
-
The messages to send.
- messages(String, String, String, String, Integer, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
This API returns a list of message and state events for a room.
- Method() - Constructor for class io.github.ma1uta.matrix.client.api.ContentApi.Method
- MSISDN_IDENTITY - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
Authentication is supported by authorising a msisdn with an identity server.
- msisdnRequestToken(MsisdnRequestToken, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Proxies the Identity Service API validate/msisdn/requestToken, but first checks that the given phone number is not already associated with an account on this homeserver.
- MsisdnRequestToken - Class in io.github.ma1uta.matrix.client.model.account
-
Request for the proxies the identity server API validate/msisdn/requestToken.
- MsisdnRequestToken() - Constructor for class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- mxid - Variable in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
-
Required.
N
- name - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
If this is included, an m.room.name event will be sent into the room to indicate the name of the room.
- name - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
The name of the room, if any.
- newPassword - Variable in class io.github.ma1uta.matrix.client.model.account.PasswordRequest
-
Required.
- newVersion - Variable in class io.github.ma1uta.matrix.client.model.room.NewVersion
-
Required.
- NewVersion - Class in io.github.ma1uta.matrix.client.model.room
-
The new version for the room.
- NewVersion() - Constructor for class io.github.ma1uta.matrix.client.model.room.NewVersion
- nextBatch - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
-
A pagination token for the response.
- nextBatch - Variable in class io.github.ma1uta.matrix.client.model.search.GroupValue
-
Token that can be used to get the next batch of results in the group, by passing as the next_batch parameter to the next call.
- nextBatch - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
-
Token that can be used to get the next batch of results, by passing as the next_batch parameter to the next call.
- nextBatch - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
Required.
- nextLink - Variable in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
-
Optional.
- nextLink - Variable in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Optional.
- nextToken - Variable in class io.github.ma1uta.matrix.client.model.push.NotificationResponse
-
The token to supply in the from param of the next /notifications request in order to request more events.
- NO_SUPPORT - Static variable in class io.github.ma1uta.matrix.client.model.account.DeactivateResponse.UnbindResult
-
No support.
- Notification - Class in io.github.ma1uta.matrix.client.model.push
-
Notification.
- Notification() - Constructor for class io.github.ma1uta.matrix.client.model.push.Notification
- notificationCount - Variable in class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
-
The total number of unread notifications for this room.
- NotificationResponse - Class in io.github.ma1uta.matrix.client.model.push
-
JSON body response for push notifications.
- NotificationResponse() - Constructor for class io.github.ma1uta.matrix.client.model.push.NotificationResponse
- notifications - Variable in class io.github.ma1uta.matrix.client.model.push.NotificationResponse
-
Required.
- notifications(String, String, Long, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This API is used to paginate through the list of events that the user has been, or would have been notified about.
- NOTIFY - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Actions
-
This causes each matching event to generate a notification.
- notRooms - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
A list of room IDs to exclude.
- notRooms - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
A list of room IDs to exclude.
- notRooms - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
A list of room IDs to exclude.
- notSenders - Variable in class io.github.ma1uta.matrix.client.model.filter.EventFilter
-
A list of sender IDs to exclude.
- notSenders - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
A list of sender IDs to exclude.
- notSenders - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
A list of sender IDs to exclude.
- notTypes - Variable in class io.github.ma1uta.matrix.client.model.filter.EventFilter
-
A list of event types to exclude.
- notTypes - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
A list of event types to exclude.
- notTypes - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
A list of event types to exclude.
- numJoinedMembers - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
Required.
O
- OAUTH2 - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
Authentication is supported via OAuth2 URLs.
- OFFLINE - Static variable in class io.github.ma1uta.matrix.client.api.SyncApi.Presence
-
Offline.
- OFFLINE - Static variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus.PresenceType
-
Offline status.
- oneTimeKeyCounts - Variable in class io.github.ma1uta.matrix.client.model.encryption.UploadResponse
-
Required.
- oneTimeKeys - Variable in class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
-
Required.
- oneTimeKeys - Variable in class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
-
One-time keys for the queried devices.
- oneTimeKeys - Variable in class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
-
One-time public keys for "pre-key" messages.
- ONLINE - Static variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus.PresenceType
-
Online status.
- OpenIdApi - Interface in io.github.ma1uta.matrix.client.api
-
This module allows users to verify their identity with a third party service.
- OpenIdResponse - Class in io.github.ma1uta.matrix.client.model.openid
-
JSON body response of the OpenID API.
- OpenIdResponse() - Constructor for class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- order - Variable in class io.github.ma1uta.matrix.client.model.search.GroupValue
-
Key that can be used to order different groups.
- Order() - Constructor for class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Order
- orderBy - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
The order in which to search for results.
- OVERRIDE - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Kind
-
The highest priority rules are user-configured overrides.
P
- params - Variable in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
-
AuthType.
- password - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
Password.
- password - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
The desired password for the account.
- password - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Required when type is m.login.password.
- password - Variable in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
-
Required.
- password(PasswordRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Changes the password for an account on this homeserver.
- PASSWORD - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
The client submits a username and secret password, both sent in plain-text.
- passwordEmailRequestToken(EmailRequestToken, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Proxies the identity server API validate/email/requestToken, but first checks that the given email address is associated with an account on this Home Server.
- passwordMsisdnRequestToken(MsisdnRequestToken, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Proxies the Identity Service API validate/msisdn/requestToken, but first checks that the given phone number is associated with an account on this homeserver.
- PasswordRequest - Class in io.github.ma1uta.matrix.client.model.account
-
Request for changes the password for an account on this homeserver.
- PasswordRequest() - Constructor for class io.github.ma1uta.matrix.client.model.account.PasswordRequest
- pattern - Variable in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
-
Only applicable to content rules.
- phone - Variable in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
-
The phone number.
- PHONE - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.IdentifierType
-
User phone.
- PhoneIdentifier - Class in io.github.ma1uta.matrix.client.model.auth
-
The user is identified by a phone number.
- PhoneIdentifier() - Constructor for class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
- phoneNumber - Variable in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Required.
- powerLevelContentOverride - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
The power level content to override in the default power level event.
- presence - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.Required.
- presence - Variable in class io.github.ma1uta.matrix.client.model.filter.FilterData
-
The presence updates to include.
- presence - Variable in class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
-
Required.
- presence - Variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
-
Required.
- presence - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
The updates to the presence status of other users.
- Presence - Class in io.github.ma1uta.matrix.client.model.sync
-
PresenceContent.
- Presence() - Constructor for class io.github.ma1uta.matrix.client.api.SyncApi.Presence
- Presence() - Constructor for class io.github.ma1uta.matrix.client.model.sync.Presence
- PresenceApi - Interface in io.github.ma1uta.matrix.client.api
-
Each user has the concept of presence information.
- PresenceRequest - Class in io.github.ma1uta.matrix.client.model.presence
-
JSON body request for presence api.
- PresenceRequest() - Constructor for class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
- PresenceStatus - Class in io.github.ma1uta.matrix.client.model.presence
-
JSON body request for presence api.
- PresenceStatus() - Constructor for class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- PresenceStatus.PresenceType - Class in io.github.ma1uta.matrix.client.model.presence
-
PresenceContent types.
- PresenceType() - Constructor for class io.github.ma1uta.matrix.client.model.presence.PresenceStatus.PresenceType
- preset - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
Convenience parameter for setting various default state events based on a preset.
- Preset() - Constructor for class io.github.ma1uta.matrix.client.api.RoomApi.Preset
- prevBatch - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
-
A pagination token that allows fetching previous results.
- prevBatch - Variable in class io.github.ma1uta.matrix.client.model.sync.Timeline
-
A token that can be supplied to the from parameter of the rooms/{roomId}/messages endpoint.
- previewUrl(String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ContentApi
-
Get information about a PATH for a client.
- PRIVATE - Static variable in class io.github.ma1uta.matrix.client.api.RoomApi.Visibility
-
Private.
- PRIVATE_CHAT - Static variable in class io.github.ma1uta.matrix.client.api.RoomApi.Preset
-
Private.
- profile(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ProfileApi
-
Get the combined profile information for this user.
- Profile - Class in io.github.ma1uta.matrix.client.model.profile
-
JSON body for profile api (profile).
- Profile() - Constructor for class io.github.ma1uta.matrix.client.model.profile.Profile
- ProfileApi - Interface in io.github.ma1uta.matrix.client.api
-
Profiles.
- profileInfo - Variable in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
-
The historic profile information of the users that sent the events returned.
- profileTag - Variable in class io.github.ma1uta.matrix.client.model.push.Notification
-
The profile tag of the rule that matched this event.
- profileTag - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
This string determines which set of device specific rules this pusher executes.
- protocol(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ThirdPartyProtocolApi
-
Fetches the metadata from the homeserver about a particular third party protocol.
- protocols(UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ThirdPartyProtocolApi
-
Fetches the overall metadata about protocols supported by the homeserver.
- PUBLIC - Static variable in class io.github.ma1uta.matrix.client.api.RoomApi.Visibility
-
Public.
- PUBLIC_CHAT - Static variable in class io.github.ma1uta.matrix.client.api.RoomApi.Preset
-
Public.
- PublicRoomsChunk - Class in io.github.ma1uta.matrix.client.model.room
-
Public rooms chunk.
- PublicRoomsChunk() - Constructor for class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- PublicRoomsFilter - Class in io.github.ma1uta.matrix.client.model.room
-
Search filter.
- PublicRoomsFilter() - Constructor for class io.github.ma1uta.matrix.client.model.room.PublicRoomsFilter
- PublicRoomsRequest - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body request.
- PublicRoomsRequest() - Constructor for class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- PublicRoomsResponse - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body response.
- PublicRoomsResponse() - Constructor for class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- PushActions - Class in io.github.ma1uta.matrix.client.model.push
-
JSON body request/response for action push api.
- PushActions() - Constructor for class io.github.ma1uta.matrix.client.model.push.PushActions
- PushApi - Interface in io.github.ma1uta.matrix.client.api
-
This module adds support for push notifications.
- PushApi.Actions - Class in io.github.ma1uta.matrix.client.api
-
All rules have an associated list of actions.
- PushApi.Condition - Class in io.github.ma1uta.matrix.client.api
-
Override, Underride and Default Rules MAY have a list of 'conditions'.
- PushApi.Kind - Class in io.github.ma1uta.matrix.client.api
-
Kind of the push rules.
- PushApi.Rule - Class in io.github.ma1uta.matrix.client.api
-
Homeservers can specify "server-default rules" which operate at a lower priority than "user-defined rules".
- PushApi.Tweak - Class in io.github.ma1uta.matrix.client.api
-
The set_tweak action is used to add an entry to the 'tweaks' dictionary that is sent in the notification request to the Push Gateway.
- PushEnable - Class in io.github.ma1uta.matrix.client.model.push
-
JSON body request/response for enable/disable push api.
- PushEnable() - Constructor for class io.github.ma1uta.matrix.client.model.push.PushEnable
- Pusher - Class in io.github.ma1uta.matrix.client.model.push
-
Pusher.
- Pusher() - Constructor for class io.github.ma1uta.matrix.client.model.push.Pusher
- pushers - Variable in class io.github.ma1uta.matrix.client.model.push.PushersResponse
-
An array containing the current pushers for the user.
- PushersRequest - Class in io.github.ma1uta.matrix.client.model.push
-
JSON body request to create a new pusher.
- PushersRequest() - Constructor for class io.github.ma1uta.matrix.client.model.push.PushersRequest
- PushersResponse - Class in io.github.ma1uta.matrix.client.model.push
-
Pusher list.
- PushersResponse() - Constructor for class io.github.ma1uta.matrix.client.model.push.PushersResponse
- pushkey - Variable in class io.github.ma1uta.matrix.client.model.push.Pusher
-
This is a unique identifier for this pusher.
- pushRule(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
Retrieve a single specified push rule.
- pushRules(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
Retrieve all push rulesets for this user.
- PushRulesResponse - Class in io.github.ma1uta.matrix.client.model.push
-
JSON body response for push api.
- PushRulesResponse() - Constructor for class io.github.ma1uta.matrix.client.model.push.PushRulesResponse
- PushUpdateRequest - Class in io.github.ma1uta.matrix.client.model.push
-
JSON body request for push update api.
- PushUpdateRequest() - Constructor for class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
Q
- query(QueryRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EncryptionApi
-
Returns the current devices and identity keys for the given users.
- QueryRequest - Class in io.github.ma1uta.matrix.client.model.encryption
-
JSON body parameters for Returns the current devices and identity keys for the given users.
- QueryRequest() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- QueryResponse - Class in io.github.ma1uta.matrix.client.model.encryption
-
Response format.
- QueryResponse() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
R
- rank - Variable in class io.github.ma1uta.matrix.client.model.search.Result
-
A number that describes how closely this result matches the search.
- rank - Static variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Order
-
Rank.
- read - Variable in class io.github.ma1uta.matrix.client.model.push.Notification
-
Required.
- read - Variable in class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
-
The event ID to set the read receipt location at.
- READ - Static variable in class io.github.ma1uta.matrix.client.api.ReceiptApi.Receipt
-
Read receipt type.
- readMarkers(String, ReadMarkersRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ReceiptApi
-
Sets the position of the read marker for a given room, and optionally the read receipt's location.
- ReadMarkersRequest - Class in io.github.ma1uta.matrix.client.model.receipt
-
JSON body of the read marker request.
- ReadMarkersRequest() - Constructor for class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
- reason - Variable in class io.github.ma1uta.matrix.client.model.event.RedactRequest
-
The reason for the event being redacted.
- reason - Variable in class io.github.ma1uta.matrix.client.model.report.ReportRequest
-
Required.
- reason - Variable in class io.github.ma1uta.matrix.client.model.room.KickRequest
-
The reason the user has been kicked.
- RECAPTCHA - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
The user completes a Google ReCaptcha 2.0 challenge.
- receipt(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ReceiptApi
-
This API updates the marker for the given receipt type to the event ID specified.
- Receipt() - Constructor for class io.github.ma1uta.matrix.client.api.ReceiptApi.Receipt
- ReceiptApi - Interface in io.github.ma1uta.matrix.client.api
-
This module adds in support for receipts.
- ReceiptApi.Receipt - Class in io.github.ma1uta.matrix.client.api
-
ReceiptContent types.
- RECENT - Static variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria.Order
-
Recent.
- redact(String, String, String, RedactRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
Strips all information out of an event which isn't critical to the integrity of the server-side representation of the room.
- RedactRequest - Class in io.github.ma1uta.matrix.client.model.event
-
Request for the redaction.
- RedactRequest() - Constructor for class io.github.ma1uta.matrix.client.model.event.RedactRequest
- redirect(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.SsoApi
-
A web-based Matrix client should instruct the user's browser to navigate to this endpoint in order to log in via CAS.
- register(String, RegisterRequest, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Register for an account on this homeserver.
- RegisterRequest - Class in io.github.ma1uta.matrix.client.model.account
-
Request for register for an account on this homeserver.
- RegisterRequest() - Constructor for class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- RegisterType() - Constructor for class io.github.ma1uta.matrix.client.api.AccountApi.RegisterType
- replacementRoom - Variable in class io.github.ma1uta.matrix.client.model.room.ReplacementRoom
-
Required.
- ReplacementRoom - Class in io.github.ma1uta.matrix.client.model.room
-
The ID of the new room.
- ReplacementRoom() - Constructor for class io.github.ma1uta.matrix.client.model.room.ReplacementRoom
- report(String, String, ReportRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ReportApi
-
Reports an event as inappropriate to the server, which may then notify the appropriate people.
- ReportApi - Interface in io.github.ma1uta.matrix.client.api
-
Users may encounter content which they find inappropriate and should be able to report it to the server administrators or room moderators for review.
- ReportRequest - Class in io.github.ma1uta.matrix.client.model.report
-
JSON Body for report request.
- ReportRequest() - Constructor for class io.github.ma1uta.matrix.client.model.report.ReportRequest
- RequestCategories - Class in io.github.ma1uta.matrix.client.model.search
-
Categories.
- RequestCategories() - Constructor for class io.github.ma1uta.matrix.client.model.search.RequestCategories
- requestToken(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.OpenIdApi
-
Gets an OpenID token object that the requester may supply to another service to verify their identity in Matrix.
- resolveAlias(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Requests that the server resolve a room alias to a room ID.
- response - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
Capthca response.
- ResponseCategories - Class in io.github.ma1uta.matrix.client.model.search
-
Response categories.
- ResponseCategories() - Constructor for class io.github.ma1uta.matrix.client.model.search.ResponseCategories
- result - Variable in class io.github.ma1uta.matrix.client.model.search.Result
-
The event that matched.
- Result - Class in io.github.ma1uta.matrix.client.model.search
-
Search result.
- Result() - Constructor for class io.github.ma1uta.matrix.client.model.search.Result
- results - Variable in class io.github.ma1uta.matrix.client.model.search.GroupValue
-
Which results are in this group.
- results - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
-
List of results in the requested order.
- results - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
-
Required.
- room - Variable in class io.github.ma1uta.matrix.client.model.filter.FilterData
-
Filters to be applied to room data.
- ROOM - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Kind
-
These rules change the behaviour of all messages for a given room.
- ROOM_ID - Static variable in class io.github.ma1uta.matrix.client.model.search.Group
-
Room.
- ROOM_MEMBER_COUNT - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Condition
-
This matches the current number of members in the room.
- ROOM_NOTIF - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any message whose content is unencrypted and contains the text @room, signifying the whole room should be notified of the event.
- ROOM_ONE_TO_ONE - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches any message sent in a room with exactly two members.
- roomAliasName - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
The desired room alias local part.
- RoomApi - Interface in io.github.ma1uta.matrix.client.api
-
Rooms API.
- RoomApi.Preset - Class in io.github.ma1uta.matrix.client.api
-
Presets.
- RoomApi.Visibility - Class in io.github.ma1uta.matrix.client.api
-
Visibility.
- roomEvent(String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
Get a single event based on roomId/eventId.
- RoomEventFilter - Class in io.github.ma1uta.matrix.client.model.filter
-
Room event filter.
- RoomEventFilter() - Constructor for class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- RoomEventResults - Class in io.github.ma1uta.matrix.client.model.search
-
Room events results.
- RoomEventResults() - Constructor for class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- roomEvents - Variable in class io.github.ma1uta.matrix.client.model.search.ResponseCategories
-
Mapping of category name to search criteria.
- roomEventsCriteria - Variable in class io.github.ma1uta.matrix.client.model.search.RequestCategories
-
Mapping of category name to search criteria.
- RoomEventsCriteria - Class in io.github.ma1uta.matrix.client.model.search
-
Room events.
- RoomEventsCriteria() - Constructor for class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- RoomEventsCriteria.Key - Class in io.github.ma1uta.matrix.client.model.search
-
The keys to search.
- RoomEventsCriteria.Order - Class in io.github.ma1uta.matrix.client.model.search
-
Order.
- roomEventWithTypeAndState(String, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
Looks up the contents of a state event in a room.
- RoomFilter - Class in io.github.ma1uta.matrix.client.model.filter
-
Room filter.
- RoomFilter() - Constructor for class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- roomId - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.Required.
- roomId - Variable in class io.github.ma1uta.matrix.client.model.push.Notification
-
Required.
- roomId - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
Required.
- roomId - Variable in class io.github.ma1uta.matrix.client.model.room.RoomId
-
The created room's ID.
- RoomId - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body with roomId used in the room apis.
- RoomId() - Constructor for class io.github.ma1uta.matrix.client.model.room.RoomId
- roomInitialSync(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeprecatedSyncApi
- RoomMember - Class in io.github.ma1uta.matrix.client.model.event
-
Room member.
- RoomMember() - Constructor for class io.github.ma1uta.matrix.client.model.event.RoomMember
- RoomResolveResponse - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body response of the room response api.
- RoomResolveResponse() - Constructor for class io.github.ma1uta.matrix.client.model.room.RoomResolveResponse
- rooms - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.Required.
- rooms - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
A list of room IDs to include.
- rooms - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
A list of room IDs to include.
- rooms - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
A list of room IDs to include.
- rooms - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
Updates to rooms.
- Rooms - Class in io.github.ma1uta.matrix.client.model.sync
-
Rooms.
- Rooms() - Constructor for class io.github.ma1uta.matrix.client.model.sync.Rooms
- roomState(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
Get the state events for the current state of a room.
- RoomSummary - Class in io.github.ma1uta.matrix.client.model.sync
-
Room summary.
- RoomSummary() - Constructor for class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- roomVersion - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
The room version to set for the room.
- roomVersions - Variable in class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
-
The room versions the server supports.
- RoomVersionsCapability - Class in io.github.ma1uta.matrix.client.model.capability
-
The room versions the server supports.
- RoomVersionsCapability() - Constructor for class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
- RoomVersionsCapability.Availability - Class in io.github.ma1uta.matrix.client.model.capability
-
Available values of the `available` property.
- RoomVisibility - Class in io.github.ma1uta.matrix.client.model.room
-
JSON body request and response for listing room api.
- RoomVisibility() - Constructor for class io.github.ma1uta.matrix.client.model.room.RoomVisibility
- Rule() - Constructor for class io.github.ma1uta.matrix.client.api.PushApi.Rule
S
- SCALE - Static variable in class io.github.ma1uta.matrix.client.api.ContentApi.Method
-
Scale.
- score - Variable in class io.github.ma1uta.matrix.client.model.report.ReportRequest
-
Required.
- search(String, SearchRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.SearchApi
-
Performs a full text search across different categories.
- SearchApi - Interface in io.github.ma1uta.matrix.client.api
-
The search API allows clients to perform full text search across events in all rooms that the user has been in, including those that they have left.
- searchCategories - Variable in class io.github.ma1uta.matrix.client.model.search.SearchRequest
-
Required.
- searchCategories - Variable in class io.github.ma1uta.matrix.client.model.search.SearchResponse
-
Required.
- searchPublicRooms(String, PublicRoomsRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Lists the public rooms on the server, with optional filter.
- SearchRequest - Class in io.github.ma1uta.matrix.client.model.search
-
JSON body request for search api.
- SearchRequest - Class in io.github.ma1uta.matrix.client.model.userdirectory
-
JSON body request for user directory api (search).
- SearchRequest() - Constructor for class io.github.ma1uta.matrix.client.model.search.SearchRequest
- SearchRequest() - Constructor for class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
- SearchResponse - Class in io.github.ma1uta.matrix.client.model.search
-
JSON body response for search api.
- SearchResponse - Class in io.github.ma1uta.matrix.client.model.userdirectory
-
JSON body response for user directory api (search result).
- SearchResponse() - Constructor for class io.github.ma1uta.matrix.client.model.search.SearchResponse
- SearchResponse() - Constructor for class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
- searchTerm - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
-
Required.
- searchTerm - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
-
Required.
- searchUsers(SearchRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.UserDirectoryApi
-
Performs a search for users on the homeserver.
- send(String, String, SendToDeviceRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.SendToDeviceApi
-
This endpoint is used to send send-to-device events to a set of client devices.
- sendAttempt - Variable in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
-
Required.
- sendAttempt - Variable in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
-
Required.
- sender - Variable in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
-
Required.
- SENDER - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Kind
-
These rules configure notification behaviour for messages from a specific Matrix user ID.
- SENDER - Static variable in class io.github.ma1uta.matrix.client.model.search.Group
-
Sender.
- SENDER_NOTIFICATION_PERMISSION - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Condition
-
This takes into account the current power levels in the room, ensuring the sender of the event has high enough power to trigger the notification.
- senders - Variable in class io.github.ma1uta.matrix.client.model.filter.EventFilter
-
A list of senders IDs to include.
- senders - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
A list of senders IDs to include.
- senders - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
A list of senders IDs to include.
- sendEvent(String, String, String, EventContent, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
This endpoint is used to send a message event to a room.
- SendEventResponse - Class in io.github.ma1uta.matrix.client.model.event
-
Sent event.
- SendEventResponse() - Constructor for class io.github.ma1uta.matrix.client.model.event.SendEventResponse
- sendEventWithType(String, String, EventContent, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
State events can be sent using this endpoint.
- sendEventWithTypeAndState(String, String, String, EventContent, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EventApi
-
State events can be sent using this endpoint.
- SendToDeviceApi - Interface in io.github.ma1uta.matrix.client.api
-
This module provides a means by which clients can exchange signalling messages without them being stored permanently as part of a shared communication history.
- SendToDeviceRequest - Class in io.github.ma1uta.matrix.client.model.sendtodevice
-
Sent to device body request.
- SendToDeviceRequest() - Constructor for class io.github.ma1uta.matrix.client.model.sendtodevice.SendToDeviceRequest
- serverDiscovery(UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ServerDiscoveryApi
-
Gets discovery information about the domain.
- ServerDiscoveryApi - Interface in io.github.ma1uta.matrix.client.api
-
In order to allow users to connect to a Matrix server without needing to explicitly specify the homeserver's URL or other parameters, clients SHOULD use an auto-discovery mechanism to determine the server's URL based on a user's Matrix ID.
- ServerDiscoveryResponse - Class in io.github.ma1uta.matrix.client.model.serverdiscovery
-
Server discovery information.
- ServerDiscoveryResponse() - Constructor for class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
- servers - Variable in class io.github.ma1uta.matrix.client.model.room.RoomResolveResponse
-
A list of servers that are aware of this room alias.
- session - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
Session.
- session - Variable in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
-
Authentication session.
- SessionInfo - Class in io.github.ma1uta.matrix.client.model.admin
-
Session info.
- SessionInfo() - Constructor for class io.github.ma1uta.matrix.client.model.admin.SessionInfo
- sessions - Variable in class io.github.ma1uta.matrix.client.model.admin.DeviceInfo
-
A user's sessions (i.e. what they did with an access token from one login).
- SET_TWEAK - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Actions
-
Sets an entry in the tweaks dictionary key that is sent in the notification request to the Push Gateway.
- setAccessToken(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- setAccessToken(String) - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- setAccountData(EventFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- setAccountData(RoomEventFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setAccountData(AccountData) - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- setAccountData(AccountData) - Method in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- setAccountData(AccountData) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setAccountData(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- setAccountData(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setActions(String, String, String, PushActions, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint allows clients to change the actions of a push rule.
- setActions(List<Object>) - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- setActions(List<String>) - Method in class io.github.ma1uta.matrix.client.model.push.PushActions
- setActions(List<String>) - Method in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
- setAddedAt(Long) - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.room.Invite3pid
- setAddress(String) - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- setAfterLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.search.EventContext
- setAlgorithms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- setAliases(List<String>) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setAppDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setAppend(Boolean) - Method in class io.github.ma1uta.matrix.client.model.push.PushersRequest
- setAppId(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setAuth(AuthenticationData) - Method in class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
- setAuth(AuthenticationData) - Method in class io.github.ma1uta.matrix.client.model.account.PasswordRequest
- setAuth(AuthenticationData) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setAuth(AuthenticationData) - Method in class io.github.ma1uta.matrix.client.model.auth.UserInteractiveData
- setAuth(AuthenticationData) - Method in class io.github.ma1uta.matrix.client.model.device.DeviceDeleteRequest
- setAuth(AuthenticationData) - Method in class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
- setAvailable(Boolean) - Method in class io.github.ma1uta.matrix.client.model.account.AvailableResponse
- setAvailable(Map<String, String>) - Method in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
- setAvatarUrl(String) - Method in class io.github.ma1uta.matrix.client.model.event.RoomMember
- setAvatarUrl(String) - Method in class io.github.ma1uta.matrix.client.model.profile.AvatarUrl
- setAvatarUrl(String) - Method in class io.github.ma1uta.matrix.client.model.profile.Profile
- setAvatarUrl(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setAvatarUrl(String) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.User
- setAvatarUrl(String, AvatarUrl, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ProfileApi
-
This API sets the given user's avatar URL.
- setBaseUrl(String) - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.HomeserverInfo
- setBaseUrl(String) - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.IdentityServerInfo
- setBeforeLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.search.EventContext
- setBind(Boolean) - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
- setBindEmail(Boolean) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setBindMsisdn(Boolean) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setCanonicalAlias(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setChanged(List<String>) - Method in class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
- setChanged(List<String>) - Method in class io.github.ma1uta.matrix.client.model.sync.DeviceLists
- setChangePassword(ChangePasswordCapability) - Method in class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
- setChunk(List<PublicRoomsChunk>) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- setChunk(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.event.MembersResponse
- setClientSecret(String) - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- setClientSecret(String) - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- setClientSecret(String) - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- setCompleted(List<String>) - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- setConditions(List<PushCondition>) - Method in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
- setConnections(List<ConnectionInfo>) - Method in class io.github.ma1uta.matrix.client.model.admin.SessionInfo
- setContainsUrl(Boolean) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setContainsUrl(Boolean) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setContentUri(String) - Method in class io.github.ma1uta.matrix.client.model.content.ContentUri
- setContext(EventContextResponse) - Method in class io.github.ma1uta.matrix.client.model.search.Result
- setCount(Long) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- setCountry(String) - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- setCountry(String) - Method in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
- setCreationContent(RoomCreateContent) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setCurrentlyActive(Boolean) - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- setData(PusherData) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setDefaultVersion(String) - Method in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability
- setDeviceDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.encryption.UnsignedDeviceInfo
- setDeviceDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setDeviceId(String) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setDeviceId(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setDeviceId(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- setDeviceId(String) - Method in class io.github.ma1uta.matrix.client.model.device.Device
- setDeviceId(String) - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- setDeviceKeys(DeviceKeys) - Method in class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
- setDeviceKeys(Map<String, List<String>>) - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- setDeviceKeys(Map<String, Map<String, DeviceKeys>>) - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
- setDeviceLists(DeviceLists) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setDeviceOneTimeKeysCount(Map<String, Long>) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setDevices(List<Device>) - Method in class io.github.ma1uta.matrix.client.model.device.DevicesResponse
- setDevices(List<String>) - Method in class io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
- setDevices(Map<String, DeviceInfo>) - Method in class io.github.ma1uta.matrix.client.model.admin.AdminResponse
- setDirect(Boolean) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.device.Device
- setDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.device.DeviceUpdateRequest
- setDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.event.RoomMember
- setDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.profile.DisplayName
- setDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.profile.Profile
- setDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.User
- setDisplayName(String, DisplayName, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ProfileApi
-
This API sets the given user's display name.
- setEmail(String) - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- setEnabled(Boolean) - Method in class io.github.ma1uta.matrix.client.model.capability.ChangePasswordCapability
- setEnabled(Boolean) - Method in class io.github.ma1uta.matrix.client.model.push.PushEnable
- setEnabled(String, String, String, PushEnable, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint allows clients to enable or disable the specified push rule.
- setEnd(String) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- setEnd(String) - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- setEnd(String) - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- setEphemeral(RoomEventFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setEphemeral(Ephemeral) - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- setEvent(Event) - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- setEvent(Event) - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- setEventContext(EventContext) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setEventFields(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- setEventFormat(String) - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- setEventId(String) - Method in class io.github.ma1uta.matrix.client.model.event.SendEventResponse
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.AccountData
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.Ephemeral
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.InviteState
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.Presence
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.State
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.Timeline
- setEvents(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.sync.ToDevice
- setEventsAfter(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- setEventsAfter(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- setEventsBefore(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- setEventsBefore(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- setExpiresIn(Long) - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- setFailures(Map<String, Object>) - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
- setFailures(Map<String, Object>) - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryResponse
- setFilter(PublicRoomsFilter) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- setFilter(Filter) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setFilterId(String) - Method in class io.github.ma1uta.matrix.client.model.filter.FilterResponse
- setFlows(List<AuthenticationStage>) - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- setFlows(List<LoginType>) - Method in class io.github.ma1uta.matrix.client.model.auth.SupportedLoginResponse
- setFullyRead(String) - Method in class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
- setGenericSearchTerm(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsFilter
- setGlobal(Ruleset) - Method in class io.github.ma1uta.matrix.client.model.push.PushRulesResponse
- setGroupBy(List<Group>) - Method in class io.github.ma1uta.matrix.client.model.search.Groupings
- setGroupings(Groupings) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setGroups(Map<String, Map<String, GroupValue>>) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- setGuestCanJoin(Boolean) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setHeroes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- setHighlightCount(Long) - Method in class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
- setHighlights(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- setHomeserver(HomeserverInfo) - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
- setHomeServer(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- setIdentifier(Identifier) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setIdentityServer(IdentityServerInfo) - Method in class io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
- setIdServer(String) - Method in class io.github.ma1uta.matrix.client.model.account.DeactivateRequest
- setIdServer(String) - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- setIdServer(String) - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- setIdServer(String) - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- setIdServer(String) - Method in class io.github.ma1uta.matrix.client.model.room.Invite3pid
- setIdServer(String) - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- setIdServerUnbindResult(String) - Method in class io.github.ma1uta.matrix.client.model.account.DeactivateResponse
- setIncludeAllNetworks(Boolean) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- setIncludeLeave(Boolean) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setIncludeProfile(Boolean) - Method in class io.github.ma1uta.matrix.client.model.search.EventContext
- setIncludeRedundantMembers(Boolean) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setIncludeRedundantMembers(Boolean) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setIncludeState(Boolean) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setInhibitLogin(Boolean) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setInitialDeviceDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setInitialDeviceDisplayName(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setInitialEvent(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setInvite(Event) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setInvite(List<String>) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setInvite(Map<String, InvitedRoom>) - Method in class io.github.ma1uta.matrix.client.model.sync.Rooms
- setInvite3pid(List<Invite3pid>) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setInvitedMemberCount(Long) - Method in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- setInviteState(InviteState) - Method in class io.github.ma1uta.matrix.client.model.sync.InvitedRoom
- setIp(String) - Method in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- setJoin(Map<String, JoinedRoom>) - Method in class io.github.ma1uta.matrix.client.model.sync.Rooms
- setJoined(Map<String, RoomMember>) - Method in class io.github.ma1uta.matrix.client.model.event.JoinedMembersResponse
- setJoinedMemberCount(Long) - Method in class io.github.ma1uta.matrix.client.model.sync.RoomSummary
- setJoinedRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.room.JoinedRoomsResponse
- setKey(String) - Method in class io.github.ma1uta.matrix.client.model.search.Group
- setKeys(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setKeys(Map<String, String>) - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- setKind(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setLang(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setLastActiveAgo(Long) - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- setLastSeen(Long) - Method in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- setLastSeenIp(String) - Method in class io.github.ma1uta.matrix.client.model.device.Device
- setLastSeenTs(Long) - Method in class io.github.ma1uta.matrix.client.model.device.Device
- setLazyLoadMembers(Boolean) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setLazyLoadMembers(Boolean) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setLeave(Map<String, LeftRoom>) - Method in class io.github.ma1uta.matrix.client.model.sync.Rooms
- setLeft(List<String>) - Method in class io.github.ma1uta.matrix.client.model.encryption.ChangesResponse
- setLeft(List<String>) - Method in class io.github.ma1uta.matrix.client.model.sync.DeviceLists
- setLimit(Boolean) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
- setLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- setLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- setLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setLimit(Long) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
- setLimited(Boolean) - Method in class io.github.ma1uta.matrix.client.model.sync.Timeline
- setMatrixServerName(String) - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.account.Delete3PidRequest
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.room.Invite3pid
- setMedium(String) - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- setMembership(String) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setMessages(Page<Event>) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setMessages(Map<String, Map<String, EventContent>>) - Method in class io.github.ma1uta.matrix.client.model.sendtodevice.SendToDeviceRequest
- setMxid(String) - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- setName(String) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setName(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setNewPassword(char[]) - Method in class io.github.ma1uta.matrix.client.model.account.PasswordRequest
- setNewVersion(String) - Method in class io.github.ma1uta.matrix.client.model.room.NewVersion
- setNextBatch(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- setNextBatch(String) - Method in class io.github.ma1uta.matrix.client.model.search.GroupValue
- setNextBatch(String) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- setNextBatch(String) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setNextLink(String) - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- setNextLink(String) - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- setNextToken(String) - Method in class io.github.ma1uta.matrix.client.model.push.NotificationResponse
- setNotificationCount(Long) - Method in class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
- setNotifications(List<Notification>) - Method in class io.github.ma1uta.matrix.client.model.push.NotificationResponse
- setNotRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setNotRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setNotRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setNotSenders(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- setNotSenders(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setNotSenders(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setNotTypes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- setNotTypes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setNotTypes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setNumJoinedMembers(Long) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setOneTimeKeyCounts(Map<String, Long>) - Method in class io.github.ma1uta.matrix.client.model.encryption.UploadResponse
- setOneTimeKeys(Map<String, Object>) - Method in class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
- setOneTimeKeys(Map<String, Map<String, Object>>) - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimResponse
- setOneTimeKeys(Map<String, Map<String, String>>) - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
- setOrder(Long) - Method in class io.github.ma1uta.matrix.client.model.search.GroupValue
- setOrderBy(String) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setParams(Map<String, Map<String, String>>) - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- setPassword(char[]) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setPassword(char[]) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setPassword(char[]) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setPassword(char[]) - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- setPattern(String) - Method in class io.github.ma1uta.matrix.client.model.push.PushUpdateRequest
- setPhone(String) - Method in class io.github.ma1uta.matrix.client.model.auth.PhoneIdentifier
- setPhoneNumber(String) - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- setPowerLevelContentOverride(RoomPowerLevelsContent) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setPresence(EventFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- setPresence(Presence) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setPresence(String) - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
- setPresence(String) - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- setPresence(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- setPresenceStatus(String, PresenceRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PresenceApi
-
This API sets the given user's presence state.
- setPreset(String) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setPrevBatch(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- setPrevBatch(String) - Method in class io.github.ma1uta.matrix.client.model.sync.Timeline
- setProfileInfo(Map<String, Profile>) - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- setProfileTag(String) - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- setProfileTag(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setPushers(PushersRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint allows the creation, modification and deletion of pushers for this user ID.
- setPushers(List<Pusher>) - Method in class io.github.ma1uta.matrix.client.model.push.PushersResponse
- setPushkey(String) - Method in class io.github.ma1uta.matrix.client.model.push.Pusher
- setRank(Long) - Method in class io.github.ma1uta.matrix.client.model.search.Result
- setRead(Boolean) - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- setRead(String) - Method in class io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
- setReason(String) - Method in class io.github.ma1uta.matrix.client.model.event.RedactRequest
- setReason(String) - Method in class io.github.ma1uta.matrix.client.model.report.ReportRequest
- setReason(String) - Method in class io.github.ma1uta.matrix.client.model.room.KickRequest
- setReplacementRoom(String) - Method in class io.github.ma1uta.matrix.client.model.room.ReplacementRoom
- setResponse(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setResult(Event) - Method in class io.github.ma1uta.matrix.client.model.search.Result
- setResults(List<Result>) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- setResults(List<User>) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchResponse
- setResults(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.GroupValue
- setRoom(RoomFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.FilterData
- setRoomAliasName(String) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setRoomEvents(RoomEventResults) - Method in class io.github.ma1uta.matrix.client.model.search.ResponseCategories
- setRoomEventsCriteria(RoomEventsCriteria) - Method in class io.github.ma1uta.matrix.client.model.search.RequestCategories
- setRoomId(String) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setRoomId(String) - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- setRoomId(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setRoomId(String) - Method in class io.github.ma1uta.matrix.client.model.room.RoomId
- setRooms(Rooms) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setRooms(List<DeprecatedRoomInfo>) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedInitialSyncResponse
-
Deprecated.
- setRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setRooms(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setRoomVersion(String) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setRoomVersions(RoomVersionsCapability) - Method in class io.github.ma1uta.matrix.client.model.capability.CapabilitiesResponse
- setScore(Integer) - Method in class io.github.ma1uta.matrix.client.model.report.ReportRequest
- setSearchCategories(RequestCategories) - Method in class io.github.ma1uta.matrix.client.model.search.SearchRequest
- setSearchCategories(ResponseCategories) - Method in class io.github.ma1uta.matrix.client.model.search.SearchResponse
- setSearchTerm(String) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventsCriteria
- setSearchTerm(String) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.SearchRequest
- setSendAttempt(Long) - Method in class io.github.ma1uta.matrix.client.model.account.EmailRequestToken
- setSendAttempt(Long) - Method in class io.github.ma1uta.matrix.client.model.account.MsisdnRequestToken
- setSender(String) - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- setSenders(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- setSenders(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setSenders(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setServers(List<String>) - Method in class io.github.ma1uta.matrix.client.model.room.RoomResolveResponse
- setSession(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setSession(String) - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationFlows
- setSessions(List<SessionInfo>) - Method in class io.github.ma1uta.matrix.client.model.admin.DeviceInfo
- setSid(String) - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- setSignatures(Map<String, Map<String, String>>) - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- setSignatures(Map<String, Map<String, String>>) - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- setSince(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- setStages(List<String>) - Method in class io.github.ma1uta.matrix.client.model.auth.AuthenticationStage
- setStart(String) - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- setStart(String) - Method in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
- setState(RoomEventFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setState(State) - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- setState(State) - Method in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- setState(Event) - Method in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
- setState(List<Event>) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setState(Map<String, List<Event>>) - Method in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
- setStatusMsg(String) - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
- setStatusMsg(String) - Method in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
- setSummary(RoomSummary) - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- setTags(Map<String, TagInfo>) - Method in class io.github.ma1uta.matrix.client.model.tag.Tags
- setThirdPartyInstanceId(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
- setThirdPartySigned(ThirdPartySigned) - Method in class io.github.ma1uta.matrix.client.model.room.JoinRequest
- setThreepidCreds(List<ThreePidCred>) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setThreePidCreds(ThreePidCred) - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
- setThreepids(List<ThirdPartyIdentifier>) - Method in class io.github.ma1uta.matrix.client.model.account.ThreePidResponse
- setTimeline(RoomEventFilter) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
- setTimeline(Timeline) - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- setTimeline(Timeline) - Method in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
- setTimeout(Long) - Method in class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
- setTimeout(Long) - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- setTimeout(Long) - Method in class io.github.ma1uta.matrix.client.model.typing.TypingRequest
- setToDevice(ToDevice) - Method in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
- setToken(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setToken(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setToken(String) - Method in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
- setToken(String) - Method in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- setTokenType(String) - Method in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
- setTopic(String) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setTopic(String) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- setTotalRoomCountEstimate(Long) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
- setTs(Long) - Method in class io.github.ma1uta.matrix.client.model.push.Notification
- setTtl(Long) - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- setTxnId(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setType(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setType(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setType(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginType
- setTypes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.EventFilter
- setTypes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
- setTypes(List<String>) - Method in class io.github.ma1uta.matrix.client.model.search.Filter
- setTyping(Boolean) - Method in class io.github.ma1uta.matrix.client.model.typing.TypingRequest
- setUnreadNotifications(UnreadNotificationCounts) - Method in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
- setUnsignedDeviceInfo(UnsignedDeviceInfo) - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- setUnstableFeatures(Map<String, Boolean>) - Method in class io.github.ma1uta.matrix.client.model.version.VersionsResponse
- setUploadSize(long) - Method in class io.github.ma1uta.matrix.client.model.content.ContentConfig
- setUri(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setUris(List<String>) - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- setUser(String) - Method in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
- setUser(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
- setUser(String) - Method in class io.github.ma1uta.matrix.client.model.auth.UserIdentifier
- setUserAgent(String) - Method in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.account.WhoamiResponse
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.admin.AdminResponse
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.room.InviteRequest
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.room.KickRequest
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.room.UnbanRequest
- setUserId(String) - Method in class io.github.ma1uta.matrix.client.model.userdirectory.User
- setUsername(String) - Method in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
- setUsername(String) - Method in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
- setValidatedAt(Long) - Method in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- setVersions(List<String>) - Method in class io.github.ma1uta.matrix.client.model.version.VersionsResponse
- setVisibility(String) - Method in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.
- setVisibility(String) - Method in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
- setVisibility(String) - Method in class io.github.ma1uta.matrix.client.model.room.RoomVisibility
- setVisibility(String, RoomVisibility, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Sets the visibility of a given room in the server's public room directory.
- setWellKnown(ServerDiscoveryResponse) - Method in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
- setWorldReadable(Boolean) - Method in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
- showAvatarUrl(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ProfileApi
-
Get the user's avatar URL.
- showDisplayName(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ProfileApi
-
Get the user's display name.
- showPublicRooms(Long, String, String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Lists the public rooms on the server.
- showPushers(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
Gets all currently active pushers for the authenticated user.
- showTags(String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.TagApi
-
List the tags set by a user on a room.
- sid - Variable in class io.github.ma1uta.matrix.client.model.account.ThreePidCred
-
Required.
- signatures - Variable in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Required.
- signatures - Variable in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
-
Required.
- since - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
-
A pagination token from a previous request, allowing clients to get the next (or previous) batch of rooms.
- SOUND - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Tweak
-
A string representing the sound to be played when this notification arrives.
- SsoApi - Interface in io.github.ma1uta.matrix.client.api
-
Single Sign-On (SSO) is a generic term which refers to protocols which allow users to log into applications via a single web-based authentication portal.
- STABLE - Static variable in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability.Availability
-
Stable.
- stages - Variable in class io.github.ma1uta.matrix.client.model.auth.AuthenticationStage
-
AuthType.
- start - Variable in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
-
A token that can be used to paginate backwards with.
- start - Variable in class io.github.ma1uta.matrix.client.model.search.EventContextResponse
-
Pagination token for the start of the chunk.
- state - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.If the user is a member of the room this will be the current state of the room as a list of events.
- state - Variable in class io.github.ma1uta.matrix.client.model.eventcontext.EventContextResponse
-
The state of the room at the last event returned.
- state - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
The state events to include for rooms.
- state - Variable in class io.github.ma1uta.matrix.client.model.search.RoomEventResults
-
The current state for every room in the results.
- state - Variable in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
Updates to the state, between the time indicated by the since parameter, and the start of the timeline (or all state up to the start of the timeline, if since is not given, or full_state is true).
- state - Variable in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
-
The state updates for the room up to the start of the timeline.
- State - Class in io.github.ma1uta.matrix.client.model.sync
-
State.
- State() - Constructor for class io.github.ma1uta.matrix.client.model.sync.State
- staticLogin(UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.FallbackAuthApi
-
Fallback login.
- statusMsg - Variable in class io.github.ma1uta.matrix.client.model.presence.PresenceRequest
-
The status message to attach to this state.
- statusMsg - Variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus
-
The status message to attach to this state.
- SUCCESS - Static variable in class io.github.ma1uta.matrix.client.model.account.DeactivateResponse.UnbindResult
-
Success.
- summary - Variable in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
Information about the room which clients may need to correctly render it to users.
- SupportedLoginResponse - Class in io.github.ma1uta.matrix.client.model.auth
-
Supported login types.
- SupportedLoginResponse() - Constructor for class io.github.ma1uta.matrix.client.model.auth.SupportedLoginResponse
- supportedLoginTypes(UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AuthApi
-
Gets the homeserver's supported login types to authenticate users.
- SUPPRESS_NOTICES - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Rule
-
Matches messages with a msgtype of notice.
- sync(String, String, Boolean, String, Long, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.SyncApi
-
Synchronise the client's state with the latest state on the server.
- SyncApi - Interface in io.github.ma1uta.matrix.client.api
-
To read events, the intended flow of operation is for clients to first call the /sync API without a since parameter.
- SyncApi.Presence - Class in io.github.ma1uta.matrix.client.api
-
PresenceContent.
- SyncResponse - Class in io.github.ma1uta.matrix.client.model.sync
-
JSON body response for sync api.
- SyncResponse() - Constructor for class io.github.ma1uta.matrix.client.model.sync.SyncResponse
T
- Tag() - Constructor for class io.github.ma1uta.matrix.client.api.TagApi.Tag
- TagApi - Interface in io.github.ma1uta.matrix.client.api
-
Users can add tags to rooms.
- TagApi.Tag - Class in io.github.ma1uta.matrix.client.api
-
TagInfo special names.
- tags - Variable in class io.github.ma1uta.matrix.client.model.tag.Tags
-
Tags.
- Tags - Class in io.github.ma1uta.matrix.client.model.tag
-
TagInfo request.
- Tags() - Constructor for class io.github.ma1uta.matrix.client.model.tag.Tags
- THIRD_PARTY - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.IdentifierType
-
Third party user id.
- ThirdpartyIdentifier - Class in io.github.ma1uta.matrix.client.model.auth
-
The user is identified by a third-party identifer in canonicalised form.
- ThirdpartyIdentifier() - Constructor for class io.github.ma1uta.matrix.client.model.auth.ThirdpartyIdentifier
- ThirdPartyIdentifier - Class in io.github.ma1uta.matrix.client.model.account
-
Request for gets a list of the third party identifiers that the homeserver has associated with the user's account.
- ThirdPartyIdentifier() - Constructor for class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
- thirdPartyInstanceId - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsRequest
-
The specific third party network/protocol to request from the homeserver.
- ThirdPartyProtocolApi - Interface in io.github.ma1uta.matrix.client.api
-
Application services can provide access to third party networks via bridging.
- thirdPartySigned - Variable in class io.github.ma1uta.matrix.client.model.room.JoinRequest
-
A signature of an m.third_party_invite token to prove that this user owns a third party identity which has been invited to the room.
- ThirdPartySigned - Class in io.github.ma1uta.matrix.client.model.room
-
Third party signed.
- ThirdPartySigned() - Constructor for class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
- ThreePidCred - Class in io.github.ma1uta.matrix.client.model.account
-
3Pid credentials.
- ThreePidCred() - Constructor for class io.github.ma1uta.matrix.client.model.account.ThreePidCred
- threepidCreds - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
3Pids credentials.
- threePidCreds - Variable in class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
-
Required.
- threePidEmailRequestToken(EmailRequestToken, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Proxies the identity server API validate/email/requestToken, but first checks that the given email address is not already associated with an account on this Home Server.
- threePidMsisdnRequestToken(MsisdnRequestToken, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Proxies the Identity Service API validate/msisdn/requestToken, but first checks that the given phone number is not already associated with an account on this homeserver.
- ThreePidRequest - Class in io.github.ma1uta.matrix.client.model.account
-
Request for adds contact information to the user's account.
- ThreePidRequest() - Constructor for class io.github.ma1uta.matrix.client.model.account.ThreePidRequest
- ThreePidResponse - Class in io.github.ma1uta.matrix.client.model.account
-
Response for gets a list of the third party identifiers that the homeserver has associated with the user's account.
- ThreePidResponse() - Constructor for class io.github.ma1uta.matrix.client.model.account.ThreePidResponse
- threepids - Variable in class io.github.ma1uta.matrix.client.model.account.ThreePidResponse
-
All 3Pids.
- thumbnail(String, String, Long, Long, String, Boolean, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ContentApi
-
Download a thumbnail of the content from the content repository.
- timeline - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomFilter
-
The message and state update events to include for rooms.
- timeline - Variable in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
The timeline of messages and state changes in the room.
- timeline - Variable in class io.github.ma1uta.matrix.client.model.sync.LeftRoom
-
The timeline of messages and state changes in the room up to the point when the user left.
- Timeline - Class in io.github.ma1uta.matrix.client.model.sync
-
Timeline.
- Timeline() - Constructor for class io.github.ma1uta.matrix.client.model.sync.Timeline
- timeout - Variable in class io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
-
The time (in milliseconds) to wait when downloading keys from remote servers. 10 seconds is the recommended default.
- timeout - Variable in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
-
The time (in milliseconds) to wait when downloading keys from remote servers. 10 seconds is the recommended default.
- timeout - Variable in class io.github.ma1uta.matrix.client.model.typing.TypingRequest
-
The length of time in milliseconds to mark this user as typing.
- toDevice - Variable in class io.github.ma1uta.matrix.client.model.sync.SyncResponse
-
Information on the send-to-device messages for the client device, as defined in Send-to-Device messaging.
- ToDevice - Class in io.github.ma1uta.matrix.client.model.sync
-
To device.
- ToDevice() - Constructor for class io.github.ma1uta.matrix.client.model.sync.ToDevice
- token - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
Auth token.
- token - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Required when type is m.login.token.
- token - Variable in class io.github.ma1uta.matrix.client.model.encryption.QueryRequest
-
If the client is fetching keys as a result of a device update received in a sync request, this should be the 'since' token of that sync request, or any later sync token.
- token - Variable in class io.github.ma1uta.matrix.client.model.room.ThirdPartySigned
-
Required.
- TOKEN - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.AuthType
-
The client submits a login token.
- tokenType - Variable in class io.github.ma1uta.matrix.client.model.openid.OpenIdResponse
-
Required.
- topic - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
If this is included, an m.room.topic event will be sent into the room to indicate the topic for the room.
- topic - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
The topic of the room, if any.
- totalRoomCountEstimate - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsResponse
-
An estimate on the total number of public rooms, if the server has an estimate.
- TRUSTED_PRIVATE_CHAT - Static variable in class io.github.ma1uta.matrix.client.api.RoomApi.Preset
-
Trusted.
- ts - Variable in class io.github.ma1uta.matrix.client.model.push.Notification
-
Required.
- ttl - Variable in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
-
Required.
- turnServer(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.VoipApi
-
This API provides credentials for the client to use when initiating calls.
- Tweak() - Constructor for class io.github.ma1uta.matrix.client.api.PushApi.Tweak
- txnId - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
Transaction id.
- type - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
AuthType.
- type - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Required.
- type - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginType
-
Type of the authentication stage.
- types - Variable in class io.github.ma1uta.matrix.client.model.filter.EventFilter
-
A list of event types to include.
- types - Variable in class io.github.ma1uta.matrix.client.model.filter.RoomEventFilter
-
A list of event types to include.
- types - Variable in class io.github.ma1uta.matrix.client.model.search.Filter
-
A list of event types to include.
- typing - Variable in class io.github.ma1uta.matrix.client.model.typing.TypingRequest
-
Required.
- typing(String, String, TypingRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.TypingApi
-
This tells the server that the user is typing for the next N milliseconds where N is the value specified in the timeout key.
- TypingApi - Interface in io.github.ma1uta.matrix.client.api
-
When a client receives an m.typing event, it MUST use the user ID list to REPLACE its knowledge of every user who is currently typing.
- TypingRequest - Class in io.github.ma1uta.matrix.client.model.typing
-
TypingContent body request.
- TypingRequest() - Constructor for class io.github.ma1uta.matrix.client.model.typing.TypingRequest
U
- UNAVAILABLE - Static variable in class io.github.ma1uta.matrix.client.model.presence.PresenceStatus.PresenceType
-
Unavailable status.
- unban(String, UnbanRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Unban a user from the room.
- UnbanRequest - Class in io.github.ma1uta.matrix.client.model.room
-
Unban JSON body request.
- UnbanRequest() - Constructor for class io.github.ma1uta.matrix.client.model.room.UnbanRequest
- UnbindResult() - Constructor for class io.github.ma1uta.matrix.client.model.account.DeactivateResponse.UnbindResult
- UNDERRIDE - Static variable in class io.github.ma1uta.matrix.client.api.PushApi.Kind
-
These are identical to override rules, but have a lower priority than content, room and sender rules.
- UnreadNotificationCounts - Class in io.github.ma1uta.matrix.client.model.sync
-
Unread notification counts.
- UnreadNotificationCounts() - Constructor for class io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
- unreadNotifications - Variable in class io.github.ma1uta.matrix.client.model.sync.JoinedRoom
-
Counts of unread notifications for this room.
- unsignedDeviceInfo - Variable in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Additional data added to the device key information by intermediate servers, and not covered by the signatures.
- UnsignedDeviceInfo - Class in io.github.ma1uta.matrix.client.model.encryption
-
UnsignedDeviceInfo.
- UnsignedDeviceInfo() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.UnsignedDeviceInfo
- UNSTABLE - Static variable in class io.github.ma1uta.matrix.client.model.capability.RoomVersionsCapability.Availability
-
Unstable.
- unstableFeatures - Variable in class io.github.ma1uta.matrix.client.model.version.VersionsResponse
- updateDevice(String, DeviceUpdateRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.DeviceApi
-
Updates the metadata on the given device.
- updateRule(String, String, String, String, String, PushUpdateRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.PushApi
-
This endpoint allows the creation, modification and deletion of pushers for this user ID.
- updateThreePid(ThreePidRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Adds contact information to the user's account.
- upgrade(String, NewVersion, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.RoomApi
-
Upgrades the given room to a particular room version, migrating as much data as possible over to the new room.
- upload(InputStream, String, String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.ContentApi
-
Upload some content to the content repository.
- uploadFilter(String, FilterData, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.FilterApi
-
Uploads a new filter definition to the homeserver.
- uploadKey(UploadRequest, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.EncryptionApi
-
Publishes end-to-end encryption keys for the device.
- UploadRequest - Class in io.github.ma1uta.matrix.client.model.encryption
-
JSON body parameters for Publishes end-to-end encryption keys for the device.
- UploadRequest() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.UploadRequest
- UploadResponse - Class in io.github.ma1uta.matrix.client.model.encryption
-
Response format.
- UploadResponse() - Constructor for class io.github.ma1uta.matrix.client.model.encryption.UploadResponse
- uploadSize - Variable in class io.github.ma1uta.matrix.client.model.content.ContentConfig
-
The maximum size an upload can be in bytes.
- uri - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
OAuth uri.
- uris - Variable in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
-
Required.
- user - Variable in class io.github.ma1uta.matrix.client.model.account.AuthenticationData
-
User id.
- user - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginRequest
-
Deprecated.in favour of
LoginRequest.identifier
. - user - Variable in class io.github.ma1uta.matrix.client.model.auth.UserIdentifier
-
A client can identify a user using their Matrix ID.
- user(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ThirdPartyProtocolApi
-
Retrieve an array of third party users from a Matrix User ID.
- User - Class in io.github.ma1uta.matrix.client.model.userdirectory
-
JSON body response for user directory api (User).
- User() - Constructor for class io.github.ma1uta.matrix.client.model.userdirectory.User
- USER - Static variable in class io.github.ma1uta.matrix.client.api.AccountApi.RegisterType
-
User.
- USER - Static variable in class io.github.ma1uta.matrix.client.api.AuthApi.IdentifierType
-
Matrix user id (MXID).
- userAgent - Variable in class io.github.ma1uta.matrix.client.model.admin.ConnectionInfo
-
User agent string last seen in the session.
- UserDirectoryApi - Interface in io.github.ma1uta.matrix.client.api
-
User directory.
- userId - Variable in class io.github.ma1uta.matrix.client.model.account.WhoamiResponse
-
Required.
- userId - Variable in class io.github.ma1uta.matrix.client.model.admin.AdminResponse
-
The Matrix user ID of the user.
- userId - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
-
The fully-qualified Matrix ID that has been registered.
- userId - Variable in class io.github.ma1uta.matrix.client.model.encryption.DeviceKeys
-
Required.
- userId - Variable in class io.github.ma1uta.matrix.client.model.room.InviteRequest
-
Required.
- userId - Variable in class io.github.ma1uta.matrix.client.model.room.KickRequest
-
Required.
- userId - Variable in class io.github.ma1uta.matrix.client.model.room.UnbanRequest
-
Required.
- userId - Variable in class io.github.ma1uta.matrix.client.model.userdirectory.User
-
Required.
- UserIdentifier - Class in io.github.ma1uta.matrix.client.model.auth
-
The user is identified by their Matrix ID.
- UserIdentifier() - Constructor for class io.github.ma1uta.matrix.client.model.auth.UserIdentifier
- UserInteractiveData - Class in io.github.ma1uta.matrix.client.model.auth
-
In the REST API described in this specification, authentication works by the client and server exchanging JSON dictionaries.
- UserInteractiveData() - Constructor for class io.github.ma1uta.matrix.client.model.auth.UserInteractiveData
- username - Variable in class io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
The basis for the localpart of the desired Matrix ID.
- username - Variable in class io.github.ma1uta.matrix.client.model.voip.VoipResponse
-
Required.
- userProtocol(String, UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.ThirdPartyProtocolApi
-
Retrieve a Matrix User ID linked to a user on the third party service, given a set of user parameters.
V
- validatedAt - Variable in class io.github.ma1uta.matrix.client.model.account.ThirdPartyIdentifier
-
Required.
- VersionApi - Interface in io.github.ma1uta.matrix.client.api
-
Gets the versions of the specification supported by the server.
- versions - Variable in class io.github.ma1uta.matrix.client.model.version.VersionsResponse
-
The supported versions.
- versions(UriInfo, HttpHeaders, AsyncResponse) - Method in interface io.github.ma1uta.matrix.client.api.VersionApi
-
Gets the versions of the specification supported by the server.
- VersionsResponse - Class in io.github.ma1uta.matrix.client.model.version
-
The versions supported by the server.
- VersionsResponse() - Constructor for class io.github.ma1uta.matrix.client.model.version.VersionsResponse
- visibility - Variable in class io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Deprecated.Whether this room is visible to the /publicRooms API or not."
- visibility - Variable in class io.github.ma1uta.matrix.client.model.room.CreateRoomRequest
-
A public visibility indicates that the room will be shown in the published room list.
- visibility - Variable in class io.github.ma1uta.matrix.client.model.room.RoomVisibility
-
The visibility of the room in the directory.
- Visibility() - Constructor for class io.github.ma1uta.matrix.client.api.RoomApi.Visibility
- VoipApi - Interface in io.github.ma1uta.matrix.client.api
-
The homeserver MAY provide a TURN server which clients can use to contact the remote party.
- VoipResponse - Class in io.github.ma1uta.matrix.client.model.voip
-
The TURN server credentials.
- VoipResponse() - Constructor for class io.github.ma1uta.matrix.client.model.voip.VoipResponse
W
- wellKnown - Variable in class io.github.ma1uta.matrix.client.model.auth.LoginResponse
-
Optional client configuration provided by the server.
- whoami(UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AccountApi
-
Gets information about the owner of a given access token.
- WhoamiResponse - Class in io.github.ma1uta.matrix.client.model.account
-
Response for gets information about the owner of a given access token.
- WhoamiResponse() - Constructor for class io.github.ma1uta.matrix.client.model.account.WhoamiResponse
- whois(String, UriInfo, HttpHeaders, AsyncResponse, SecurityContext) - Method in interface io.github.ma1uta.matrix.client.api.AdminApi
-
This API may be restricted to only be called by the user being looked up, or by a server admin.
- worldReadable - Variable in class io.github.ma1uta.matrix.client.model.room.PublicRoomsChunk
-
Required.
All Classes All Packages