Class SiteSealRequest
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.SiteSealRequest
-
public final 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 the lightTheme property: If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.Stringlocale()Get the locale property: Locale of site seal.voidvalidate()Validates the instance.SiteSealRequestwithLightTheme(Boolean lightTheme)Set the lightTheme property: If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.SiteSealRequestwithLocale(String locale)Set the locale property: Locale of site seal.
-
-
-
Method Detail
-
lightTheme
public Boolean lightTheme()
Get the lightTheme property: 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 the lightTheme property: 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 the locale property: Locale of site seal.- Returns:
- the locale value.
-
withLocale
public SiteSealRequest withLocale(String locale)
Set the locale property: Locale of site seal.- Parameters:
locale- the locale value to set.- Returns:
- the SiteSealRequest object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-