Class SiteSealRequest


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

      • SiteSealRequest

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