public final class SiteSealRequest extends Object
| Constructor and Description |
|---|
SiteSealRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
lightTheme()
Get the lightTheme property: If <code>true</code> use the light color theme for site seal; otherwise,
use the default color theme.
|
String |
locale()
Get the locale property: Locale of site seal.
|
void |
validate()
Validates the instance.
|
SiteSealRequest |
withLightTheme(Boolean lightTheme)
Set the lightTheme property: If <code>true</code> use the light color theme for site seal; otherwise,
use the default color theme.
|
SiteSealRequest |
withLocale(String locale)
Set the locale property: Locale of site seal.
|
public Boolean lightTheme()
public SiteSealRequest withLightTheme(Boolean lightTheme)
lightTheme - the lightTheme value to set.public String locale()
public SiteSealRequest withLocale(String locale)
locale - the locale value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.