public class ServerInfo extends Object
| Constructor and Description |
|---|
ServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
FeatureInfo |
getFeatureInfo()
Gets the feature info.
|
FormatTables |
getFormats()
Gets the format tables.
|
List<String> |
getSupportedLocales()
Gets the Smartsheet-supported locales.
|
void |
setFeatureInfo(FeatureInfo featureInfo)
Sets the feature info.
|
void |
setFormats(FormatTables formats)
Sets the format tables.
|
void |
setSupportedLocales(List<String> supportedLocales)
Sets the Smartsheet-supported locales.
|
public List<String> getSupportedLocales()
public void setSupportedLocales(List<String> supportedLocales)
supportedLocales - the supported localespublic FormatTables getFormats()
public void setFormats(FormatTables formats)
formats - the format tablespublic FeatureInfo getFeatureInfo()
public void setFeatureInfo(FeatureInfo featureInfo)
featureInfo - the feature infoCopyright © 2014–2017 Smartsheet. All rights reserved.