Class SiteSealRequest
- java.lang.Object
-
- com.microsoft.azure.management.appservice.SiteSealRequest
-
public class SiteSealRequest extends Object
Site seal request.
-
-
Constructor Summary
Constructors Constructor Description SiteSealRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanlightTheme()Get if <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.Stringlocale()Get locale of site seal.SiteSealRequestwithLightTheme(Boolean lightTheme)Set if <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.SiteSealRequestwithLocale(String locale)Set locale of site seal.
-
-
-
Method Detail
-
lightTheme
public Boolean 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
public SiteSealRequest withLightTheme(Boolean lightTheme)
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
public String locale()
Get locale of site seal.- Returns:
- the locale value
-
withLocale
public SiteSealRequest withLocale(String locale)
Set locale of site seal.- Parameters:
locale- the locale value to set- Returns:
- the SiteSealRequest object itself.
-
-