Class SiteSealRequest


  • public final class SiteSealRequest
    extends Object
    Site seal request.
    • Constructor Detail

      • SiteSealRequest

        public SiteSealRequest()
    • 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.