Skip navigation links
A B C D E G H I L M O P R S T U V 

A

addAdmin(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the admin.
addAdminGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the group admin.
addMember(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the member.
addMemberGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the group member.
addOutcast(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the outcast.
addOutcastGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the group outcast.
addOwner(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the owner.
addOwnerGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the owner group.
addRosterEntry(String, RosterItemEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the roster entry.
addUserToGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the user to group.
addUserToGroups(String, UserGroupsEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Adds the user to groups.
AuthenticationMode - Enum in org.igniterealtime.restclient.entity
 
AuthenticationToken - Class in org.igniterealtime.restclient.entity
The Class AuthenticationToken.
AuthenticationToken(String, String) - Constructor for class org.igniterealtime.restclient.entity.AuthenticationToken
Instantiates a new authentication token.
AuthenticationToken(String) - Constructor for class org.igniterealtime.restclient.entity.AuthenticationToken
Instantiates a new authentication token.
authenticationToken(AuthenticationToken) - Method in class org.igniterealtime.restclient.RestClient.RestClientBuilder
Authentication token.

B

build() - Method in class org.igniterealtime.restclient.RestClient.RestClientBuilder
Builds the.

C

call(String, String, Class<T>, Object, Map<String, String>) - Method in class org.igniterealtime.restclient.RestClient
Gets the.
connectionTimeout(int) - Method in class org.igniterealtime.restclient.RestClient.RestClientBuilder
Connection timeout.
createChatRoom(MUCRoomEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Creates the chat room.
createGroup(GroupEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Creates the group.
createMoxyJsonResolver() - Static method in class org.igniterealtime.restclient.RestClient
 
createSystemProperty(SystemProperty) - Method in class org.igniterealtime.restclient.RestApiClient
Creates the system property.
createUser(UserEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Creates the user.

D

delete(String, Map<String, String>) - Method in class org.igniterealtime.restclient.RestClient
Delete.
deleteAdmin(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete admin from chatroom.
deleteAdminGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete admin group from chatroom.
deleteChatRoom(String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete chat room.
deleteGroup(String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete group.
deleteMember(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete member from chatroom.
deleteMemberGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete member group from chatroom.
deleteOutcast(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete outcast from chatroom.
deleteOutcastGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete outcast group from chatroom.
deleteOwner(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete owner from chatroom.
deleteOwnerGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete owner group from chatroom.
deleteRosterEntry(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete roster entry.
deleteSessions(String) - Method in class org.igniterealtime.restclient.RestApiClient
Close all user sessions.
deleteSystemProperty(String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete system property.
deleteUser(String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete user.
deleteUserFromGroup(String, String) - Method in class org.igniterealtime.restclient.RestApiClient
Delete user from group.

E

ErrorResponse - Class in org.igniterealtime.restclient.exception
The Class ErrorResponse.
ErrorResponse() - Constructor for class org.igniterealtime.restclient.exception.ErrorResponse
 

G

get(String, Class<T>, Map<String, String>) - Method in class org.igniterealtime.restclient.RestClient
Gets the.
getadminGroups() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getAdmins() - Method in class org.igniterealtime.restclient.entity.GroupEntity
 
getAdmins() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getAffiliation() - Method in class org.igniterealtime.restclient.entity.ParticipantEntity
 
getAuthMode() - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Gets the auth mode.
getBroadcastPresenceRoles() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getChatRoom(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the chat room.
getChatRoomParticipants(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the chat room participants.
getChatRooms() - Method in class org.igniterealtime.restclient.RestApiClient
Gets the chat rooms.
getChatRooms(Map<String, String>) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the chat rooms.
getConnectionTimeout() - Method in class org.igniterealtime.restclient.RestClient
Gets the connection timeout.
getCreationDate() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getCreationDate() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getDescription() - Method in class org.igniterealtime.restclient.entity.GroupEntity
Gets the description.
getDescription() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getEmail() - Method in class org.igniterealtime.restclient.entity.UserEntity
Gets the email.
getException() - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Gets the exception.
getExceptionStack() - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Gets the exception stack.
getGroup(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the group.
getGroupNames() - Method in class org.igniterealtime.restclient.entity.UserGroupsEntity
Gets the group names.
getGroups() - Method in class org.igniterealtime.restclient.entity.GroupEntities
Gets the groups.
getGroups() - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Gets the groups.
getGroups() - Method in class org.igniterealtime.restclient.RestApiClient
Gets the groups.
getHeaders() - Method in class org.igniterealtime.restclient.RestClient
Gets the headers.
getHostAddress() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getHostName() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getJid() - Method in class org.igniterealtime.restclient.entity.ParticipantEntity
 
getJid() - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Gets the jid.
getKey() - Method in class org.igniterealtime.restclient.entity.SystemProperty
Gets the key.
getKey() - Method in class org.igniterealtime.restclient.entity.UserProperty
Gets the key.
getLastActionDate() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getMaxUsers() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getMediaType() - Method in enum org.igniterealtime.restclient.enums.SupportedMediaType
 
getMediaType() - Method in class org.igniterealtime.restclient.RestClient
Gets the mediaType.
getmemberGroups() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getMembers() - Method in class org.igniterealtime.restclient.entity.GroupEntity
 
getMembers() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getMessage() - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Gets the message.
getModificationDate() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getMucRooms() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntities
 
getName() - Method in class org.igniterealtime.restclient.entity.GroupEntity
Gets the name.
getName() - Method in class org.igniterealtime.restclient.entity.UserEntity
Gets the name.
getNaturalName() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getNickname() - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Gets the nickname.
getNode() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getoutcastGroups() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getOutcasts() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getOwnerGroups() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getOwners() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getParticipants() - Method in class org.igniterealtime.restclient.entity.ParticipantEntities
 
getPassword() - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Gets the password.
getPassword() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getPassword() - Method in class org.igniterealtime.restclient.entity.UserEntity
Gets the password.
getPassword() - Method in class org.igniterealtime.restclient.RestClient
Gets the password.
getPresenceStatus() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getPriority() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getProperties() - Method in class org.igniterealtime.restclient.entity.SystemProperties
Gets the properties.
getProperties() - Method in class org.igniterealtime.restclient.entity.UserEntity
Gets the properties.
getRessource() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getRessource() - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Gets the ressource.
getRestClient() - Method in class org.igniterealtime.restclient.RestApiClient
Gets the rest client.
getRole() - Method in class org.igniterealtime.restclient.entity.ParticipantEntity
 
getRoomName() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getRoster() - Method in class org.igniterealtime.restclient.entity.RosterEntities
Gets the roster.
getRoster(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the roster.
getSessionId() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getSessions() - Method in class org.igniterealtime.restclient.entity.SessionEntities
 
getSessions() - Method in class org.igniterealtime.restclient.RestApiClient
Gets the sessions.
getSessions(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the sessions.
getSessionStatus() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getSharedSecretKey() - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Gets the shared secret key.
getSubject() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
getSubscriptionType() - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Gets the subscription type.
getSystemProperties() - Method in class org.igniterealtime.restclient.RestApiClient
Gets the system properties.
getSystemProperty(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the system property.
getToken() - Method in class org.igniterealtime.restclient.RestClient
Gets the token.
getUri() - Method in class org.igniterealtime.restclient.RestClient
Gets the uri.
getUser(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the user.
getUserGroups(String) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the user groups.
getUsername() - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Gets the username.
getUsername() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
getUsername() - Method in class org.igniterealtime.restclient.entity.UserEntity
Gets the username.
getUsers() - Method in class org.igniterealtime.restclient.entity.UserEntities
Gets the users.
getUsers() - Method in class org.igniterealtime.restclient.RestApiClient
Gets the users.
getUsers(Map<String, String>) - Method in class org.igniterealtime.restclient.RestApiClient
Gets the users.
getValue() - Method in class org.igniterealtime.restclient.entity.SystemProperty
Gets the value.
getValue() - Method in class org.igniterealtime.restclient.entity.UserProperty
Gets the value.
GroupEntities - Class in org.igniterealtime.restclient.entity
The Class GroupEntities.
GroupEntities() - Constructor for class org.igniterealtime.restclient.entity.GroupEntities
Instantiates a new group entities.
GroupEntities(List<GroupEntity>) - Constructor for class org.igniterealtime.restclient.entity.GroupEntities
Instantiates a new group entities.
GroupEntity - Class in org.igniterealtime.restclient.entity
The Class GroupEntity.
GroupEntity() - Constructor for class org.igniterealtime.restclient.entity.GroupEntity
Instantiates a new group entity.
GroupEntity(String, String) - Constructor for class org.igniterealtime.restclient.entity.GroupEntity
Instantiates a new group entity.
GroupEntity(String, String, List<String>, List<String>) - Constructor for class org.igniterealtime.restclient.entity.GroupEntity
 

H

headers(MultivaluedMap<String, Object>) - Method in class org.igniterealtime.restclient.RestClient.RestClientBuilder
Headers.

I

isCanAnyoneDiscoverJID() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isCanChangeNickname() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isCanOccupantsChangeSubject() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isCanOccupantsInvite() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isLogEnabled() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isLoginRestrictedToNickname() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isMembersOnly() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isModerated() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isPersistent() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isPublicRoom() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isRegistrationEnabled() - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
isSecure() - Method in class org.igniterealtime.restclient.entity.SessionEntity
 

L

lockoutUser(String) - Method in class org.igniterealtime.restclient.RestApiClient
Lockout user.

M

mediaType(SupportedMediaType) - Method in class org.igniterealtime.restclient.RestClient.RestClientBuilder
.
MUCRoomEntities - Class in org.igniterealtime.restclient.entity
 
MUCRoomEntities() - Constructor for class org.igniterealtime.restclient.entity.MUCRoomEntities
 
MUCRoomEntities(List<MUCRoomEntity>) - Constructor for class org.igniterealtime.restclient.entity.MUCRoomEntities
 
MUCRoomEntity - Class in org.igniterealtime.restclient.entity
 
MUCRoomEntity() - Constructor for class org.igniterealtime.restclient.entity.MUCRoomEntity
 
MUCRoomEntity(String, String, String) - Constructor for class org.igniterealtime.restclient.entity.MUCRoomEntity
 

O

org.igniterealtime.restclient - package org.igniterealtime.restclient
 
org.igniterealtime.restclient.entity - package org.igniterealtime.restclient.entity
 
org.igniterealtime.restclient.enums - package org.igniterealtime.restclient.enums
 
org.igniterealtime.restclient.exception - package org.igniterealtime.restclient.exception
 

P

ParticipantEntities - Class in org.igniterealtime.restclient.entity
 
ParticipantEntities() - Constructor for class org.igniterealtime.restclient.entity.ParticipantEntities
 
ParticipantEntities(List<ParticipantEntity>) - Constructor for class org.igniterealtime.restclient.entity.ParticipantEntities
 
ParticipantEntity - Class in org.igniterealtime.restclient.entity
 
ParticipantEntity() - Constructor for class org.igniterealtime.restclient.entity.ParticipantEntity
 
post(String, Object, Map<String, String>) - Method in class org.igniterealtime.restclient.RestClient
Post.
put(String, Object, Map<String, String>) - Method in class org.igniterealtime.restclient.RestClient
Put.

R

RestApiClient - Class in org.igniterealtime.restclient
The Class RestApiClient.
RestApiClient(String, int, AuthenticationToken) - Constructor for class org.igniterealtime.restclient.RestApiClient
Instantiates a new rest api client.
RestApiClient(String, int, AuthenticationToken, SupportedMediaType) - Constructor for class org.igniterealtime.restclient.RestApiClient
Instantiates a new rest api client.
RestApiClient(String, int, AuthenticationToken, int) - Constructor for class org.igniterealtime.restclient.RestApiClient
Instantiates a new rest api client.
RestApiClient(String, int, AuthenticationToken, int, SupportedMediaType) - Constructor for class org.igniterealtime.restclient.RestApiClient
Instantiates a new rest api client.
RestClient - Class in org.igniterealtime.restclient
The Class RestClient.
RestClient.RestClientBuilder - Class in org.igniterealtime.restclient
The Class Builder.
RestClientBuilder(String) - Constructor for class org.igniterealtime.restclient.RestClient.RestClientBuilder
The Constructor.
RosterEntities - Class in org.igniterealtime.restclient.entity
The Class RosterEntities.
RosterEntities() - Constructor for class org.igniterealtime.restclient.entity.RosterEntities
Instantiates a new roster entities.
RosterEntities(List<RosterItemEntity>) - Constructor for class org.igniterealtime.restclient.entity.RosterEntities
Instantiates a new roster entities.
RosterItemEntity - Class in org.igniterealtime.restclient.entity
The Class RosterItemEntity.
RosterItemEntity() - Constructor for class org.igniterealtime.restclient.entity.RosterItemEntity
Instantiates a new roster item entity.
RosterItemEntity(String, String, int) - Constructor for class org.igniterealtime.restclient.entity.RosterItemEntity
Instantiates a new roster item entity.

S

SessionEntities - Class in org.igniterealtime.restclient.entity
 
SessionEntities() - Constructor for class org.igniterealtime.restclient.entity.SessionEntities
 
SessionEntities(List<SessionEntity>) - Constructor for class org.igniterealtime.restclient.entity.SessionEntities
 
SessionEntity - Class in org.igniterealtime.restclient.entity
 
SessionEntity() - Constructor for class org.igniterealtime.restclient.entity.SessionEntity
 
setAdminGroups(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setAdmins(List<String>) - Method in class org.igniterealtime.restclient.entity.GroupEntity
 
setAdmins(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setAffiliation(String) - Method in class org.igniterealtime.restclient.entity.ParticipantEntity
 
setAuthMode(AuthenticationMode) - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Sets the auth mode.
setBroadcastPresenceRoles(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setCanAnyoneDiscoverJID(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setCanChangeNickname(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setCanOccupantsChangeSubject(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setCanOccupantsInvite(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setConnectionTimeout(int) - Method in class org.igniterealtime.restclient.RestClient
Sets the connection timeout.
setCreationDate(Date) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setCreationDate(Date) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setDescription(String) - Method in class org.igniterealtime.restclient.entity.GroupEntity
Sets the description.
setDescription(String) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setEmail(String) - Method in class org.igniterealtime.restclient.entity.UserEntity
Sets the email.
setException(String) - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Sets the exception.
setExceptionStack(String) - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Sets the exception stack.
setGroupNames(List<String>) - Method in class org.igniterealtime.restclient.entity.UserGroupsEntity
Sets the group names.
setGroups(List<GroupEntity>) - Method in class org.igniterealtime.restclient.entity.GroupEntities
Sets the groups.
setGroups(List<String>) - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Sets the groups.
setHeaders(MultivaluedMap<String, Object>) - Method in class org.igniterealtime.restclient.RestClient
Sets the headers.
setHostAddress(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setHostName(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setJid(String) - Method in class org.igniterealtime.restclient.entity.ParticipantEntity
 
setJid(String) - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Sets the jid.
setKey(String) - Method in class org.igniterealtime.restclient.entity.SystemProperty
Sets the key.
setKey(String) - Method in class org.igniterealtime.restclient.entity.UserProperty
Sets the key.
setLastActionDate(Date) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setLogEnabled(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setLoginRestrictedToNickname(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setMaxUsers(int) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setMediaType(SupportedMediaType) - Method in class org.igniterealtime.restclient.RestClient
Sets the mediaType.
setMemberGroups(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setMembers(List<String>) - Method in class org.igniterealtime.restclient.entity.GroupEntity
 
setMembers(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setMembersOnly(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setMessage(String) - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Sets the message.
setModerated(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setModificationDate(Date) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setMucRooms(List<MUCRoomEntity>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntities
 
setName(String) - Method in class org.igniterealtime.restclient.entity.GroupEntity
Sets the name.
setName(String) - Method in class org.igniterealtime.restclient.entity.UserEntity
Sets the name.
setNaturalName(String) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setNickname(String) - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Sets the nickname.
setNode(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setOutcastGroups(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setOutcasts(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setOwnerGroups(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setOwners(List<String>) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setParticipants(List<ParticipantEntity>) - Method in class org.igniterealtime.restclient.entity.ParticipantEntities
 
setPassword(String) - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Sets the password.
setPassword(String) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setPassword(String) - Method in class org.igniterealtime.restclient.entity.UserEntity
Sets the password.
setPassword(String) - Method in class org.igniterealtime.restclient.RestClient
Sets the password.
setPersistent(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setPresenceStatus(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setPriority(int) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setProperties(List<SystemProperty>) - Method in class org.igniterealtime.restclient.entity.SystemProperties
Sets the properties.
setProperties(List<UserProperty>) - Method in class org.igniterealtime.restclient.entity.UserEntity
Sets the properties.
setPublicRoom(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setRegistrationEnabled(boolean) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setRessource(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setRessource(String) - Method in class org.igniterealtime.restclient.exception.ErrorResponse
Sets the ressource.
setRole(String) - Method in class org.igniterealtime.restclient.entity.ParticipantEntity
 
setRoomName(String) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setRoster(List<RosterItemEntity>) - Method in class org.igniterealtime.restclient.entity.RosterEntities
Sets the roster.
setSecure(boolean) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setSessionId(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setSessions(List<SessionEntity>) - Method in class org.igniterealtime.restclient.entity.SessionEntities
 
setSessionStatus(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setSharedSecretKey(String) - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Sets the shared secret key.
setSubject(String) - Method in class org.igniterealtime.restclient.entity.MUCRoomEntity
 
setSubscriptionType(int) - Method in class org.igniterealtime.restclient.entity.RosterItemEntity
Sets the subscription type.
setToken(AuthenticationToken) - Method in class org.igniterealtime.restclient.RestClient
Sets the token.
setUri(String) - Method in class org.igniterealtime.restclient.RestClient
Sets the uri.
setUsername(String) - Method in class org.igniterealtime.restclient.entity.AuthenticationToken
Sets the username.
setUsername(String) - Method in class org.igniterealtime.restclient.entity.SessionEntity
 
setUsername(String) - Method in class org.igniterealtime.restclient.entity.UserEntity
Sets the username.
setUsers(List<UserEntity>) - Method in class org.igniterealtime.restclient.entity.UserEntities
Sets the users.
setValue(String) - Method in class org.igniterealtime.restclient.entity.SystemProperty
Sets the value.
setValue(String) - Method in class org.igniterealtime.restclient.entity.UserProperty
Sets the value.
SupportedMediaType - Enum in org.igniterealtime.restclient.enums
 
SystemProperties - Class in org.igniterealtime.restclient.entity
The Class SystemProperties.
SystemProperties() - Constructor for class org.igniterealtime.restclient.entity.SystemProperties
Instantiates a new system properties.
SystemProperty - Class in org.igniterealtime.restclient.entity
The Class SystemProperty.
SystemProperty() - Constructor for class org.igniterealtime.restclient.entity.SystemProperty
Instantiates a new system property.
SystemProperty(String, String) - Constructor for class org.igniterealtime.restclient.entity.SystemProperty
Instantiates a new system property.

T

toString() - Method in class org.igniterealtime.restclient.exception.ErrorResponse
 

U

unlockUser(String) - Method in class org.igniterealtime.restclient.RestApiClient
Unlock user.
updateChatRoom(MUCRoomEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Update chat room.
updateGroup(GroupEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Update group.
updateRosterEntry(String, RosterItemEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Update roster entry.
updateSystemProperty(SystemProperty) - Method in class org.igniterealtime.restclient.RestApiClient
Update system property.
updateUser(UserEntity) - Method in class org.igniterealtime.restclient.RestApiClient
Update user.
UserEntities - Class in org.igniterealtime.restclient.entity
The Class UserEntities.
UserEntities() - Constructor for class org.igniterealtime.restclient.entity.UserEntities
Instantiates a new user entities.
UserEntities(List<UserEntity>) - Constructor for class org.igniterealtime.restclient.entity.UserEntities
Instantiates a new user entities.
UserEntity - Class in org.igniterealtime.restclient.entity
The Class UserEntity.
UserEntity() - Constructor for class org.igniterealtime.restclient.entity.UserEntity
Instantiates a new user entity.
UserEntity(String, String, String, String) - Constructor for class org.igniterealtime.restclient.entity.UserEntity
Instantiates a new user entity.
UserGroupsEntity - Class in org.igniterealtime.restclient.entity
The Class UserGroupsEntity.
UserGroupsEntity() - Constructor for class org.igniterealtime.restclient.entity.UserGroupsEntity
Instantiates a new user groups entity.
UserGroupsEntity(List<String>) - Constructor for class org.igniterealtime.restclient.entity.UserGroupsEntity
Instantiates a new user groups entity.
UserProperty - Class in org.igniterealtime.restclient.entity
The Class UserProperty.
UserProperty() - Constructor for class org.igniterealtime.restclient.entity.UserProperty
Instantiates a new user property.
UserProperty(String, String) - Constructor for class org.igniterealtime.restclient.entity.UserProperty
Instantiates a new user property.

V

valueOf(String) - Static method in enum org.igniterealtime.restclient.entity.AuthenticationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.igniterealtime.restclient.enums.SupportedMediaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.igniterealtime.restclient.entity.AuthenticationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.igniterealtime.restclient.enums.SupportedMediaType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I L M O P R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.