public interface RegistrationOptions
| Modifier and Type | Method and Description |
|---|---|
static RegistrationOptions |
create() |
java.lang.String |
getScope() |
java.lang.String |
getUpdateViaCache() |
boolean |
isUseCache() |
void |
setScope(java.lang.String scope) |
void |
setUpdateViaCache(java.lang.String updateViaCache) |
void |
setUseCache(boolean useCache) |
static RegistrationOptions create()
java.lang.String getScope()
java.lang.String getUpdateViaCache()
boolean isUseCache()
void setScope(java.lang.String scope)
void setUpdateViaCache(java.lang.String updateViaCache)
void setUseCache(boolean useCache)