Package com.smartsheet.api.models
Class ServerInfo
- java.lang.Object
-
- com.smartsheet.api.models.ServerInfo
-
public class ServerInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureInfo
getFeatureInfo()
Gets the feature info.FormatTables
getFormats()
Gets the format tables.java.util.List<java.lang.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(java.util.List<java.lang.String> supportedLocales)
Sets the Smartsheet-supported locales.
-
-
-
Method Detail
-
getSupportedLocales
public java.util.List<java.lang.String> getSupportedLocales()
Gets the Smartsheet-supported locales.- Returns:
- the supported locales
-
setSupportedLocales
public void setSupportedLocales(java.util.List<java.lang.String> supportedLocales)
Sets the Smartsheet-supported locales.- Parameters:
supportedLocales
- the supported locales
-
getFormats
public FormatTables getFormats()
Gets the format tables.- Returns:
- the format tables
-
setFormats
public void setFormats(FormatTables formats)
Sets the format tables.- Parameters:
formats
- the format tables
-
getFeatureInfo
public FeatureInfo getFeatureInfo()
Gets the feature info.- Returns:
- the feature info
-
setFeatureInfo
public void setFeatureInfo(FeatureInfo featureInfo)
Sets the feature info.- Parameters:
featureInfo
- the feature info
-
-