Class SiteSealRequest
java.lang.Object
com.microsoft.azure.management.appservice.SiteSealRequest
Site seal request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet if <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.locale()
Get locale of site seal.withLightTheme
(Boolean lightTheme) Set if <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.withLocale
(String locale) Set locale of site seal.
-
Constructor Details
-
SiteSealRequest
public SiteSealRequest()
-
-
Method Details
-
lightTheme
Get if <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.- Returns:
- the lightTheme value
-
withLightTheme
Set if <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.- Parameters:
lightTheme
- the lightTheme value to set- Returns:
- the SiteSealRequest object itself.
-
locale
Get locale of site seal.- Returns:
- the locale value
-
withLocale
Set locale of site seal.- Parameters:
locale
- the locale value to set- Returns:
- the SiteSealRequest object itself.
-