public class Settings extends Object
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
boolean |
archiveMucMessages() |
boolean |
archiveOnlyForContactsInRoster() |
StoreMethod |
getStoreMethod() |
boolean |
isAutoArchivingEnabled() |
void |
parse(String data) |
String |
serialize() |
void |
setArchiveMucMessages(boolean archiveMucMessages) |
void |
setArchiveOnlyForContactsInRoster(boolean archiveOnlyForContactsInRoster) |
void |
setAuto(boolean auto) |
void |
setStoreMethod(StoreMethod storeMethod) |
boolean |
updateRequirements(StoreMethod requiredStoreMethod,
StoreMuc storeMuc) |
public boolean isAutoArchivingEnabled()
public boolean archiveOnlyForContactsInRoster()
public StoreMethod getStoreMethod()
public void setStoreMethod(StoreMethod storeMethod)
public boolean archiveMucMessages()
public String serialize()
public void parse(String data)
public void setAuto(boolean auto)
public void setArchiveMucMessages(boolean archiveMucMessages)
public void setArchiveOnlyForContactsInRoster(boolean archiveOnlyForContactsInRoster)
public boolean updateRequirements(StoreMethod requiredStoreMethod, StoreMuc storeMuc)
Copyright © 2012–2019 "Tigase, Inc.". All rights reserved.