SiteSealRequest Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SiteSealRequest
- com.
Implements
public final class SiteSealRequest
implements JsonSerializable<SiteSealRequest>
Site seal request.
Constructor Summary
| Constructor | Description |
|---|---|
| SiteSealRequest() |
Creates an instance of Site |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
| Boolean |
lightTheme()
Get the light |
| String |
locale()
Get the locale property: Locale of site seal. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Site |
withLightTheme(Boolean lightTheme)
Set the light |
|
Site |
withLocale(String locale)
Set the locale property: Locale of site seal. |
Methods inherited from java.lang.Object
Constructor Details
SiteSealRequest
public SiteSealRequest()
Creates an instance of SiteSealRequest class.
Method Details
fromJson
public static SiteSealRequest fromJson(JsonReader jsonReader)
Reads an instance of SiteSealRequest from the JsonReader.
Parameters:
Returns:
Throws:
lightTheme
public Boolean lightTheme()
Get the lightTheme property: If true use the light color theme for site seal; otherwise, use the default color theme.
Returns:
locale
public String locale()
Get the locale property: Locale of site seal.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLightTheme
public SiteSealRequest withLightTheme(Boolean lightTheme)
Set the lightTheme property: If true use the light color theme for site seal; otherwise, use the default color theme.
Parameters:
Returns:
withLocale
public SiteSealRequest withLocale(String locale)
Set the locale property: Locale of site seal.
Parameters:
Returns: