static RoomInfo.Builder |
RoomInfo.builder() |
|
RoomInfo.Builder |
RoomInfo.Builder.changeSubjectAllowed(boolean changeSubjectAllowed) |
Indicates, whether the room subject can be modified by participants.
|
RoomInfo.Builder |
RoomInfo.Builder.contacts(Collection<Jid> contacts) |
Gets the contact addresses (normally, room owner or owners).
|
RoomInfo.Builder |
RoomInfo.Builder.currentNumberOfOccupants(Integer occupants) |
Sets the current number of occupants in the room.
|
RoomInfo.Builder |
RoomInfo.Builder.description(String description) |
Sets a short description.
|
RoomInfo.Builder |
RoomInfo.Builder.language(Locale language) |
Sets the natural language for room discussions.
|
RoomInfo.Builder |
RoomInfo.Builder.ldapGroup(String ldapGroup) |
Sets an associated LDAP group that defines room membership; this should be an LDAP Distinguished Name
according to an implementation-specific or deployment-specific definition of a group.
|
RoomInfo.Builder |
RoomInfo.Builder.logs(URL logs) |
Sets an URL for archived discussion logs.
|
RoomInfo.Builder |
RoomInfo.Builder.maxHistoryMessages(Integer maxHistoryMessages) |
Sets the maximum number of history messages returned by the room.
|
RoomInfo.Builder |
RoomInfo.Builder.subject(String subject) |
Sets the current discussion topic.
|
RoomInfo.Builder |
RoomInfo.toBuilder() |
Converts this (immutable) data form to a builder, so that a modified form can be created.
|