Interface BrandDefaults.AppearanceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAccentColor()
      string accent_color = 3 [json_name = "accentColor"];
      com.google.protobuf.ByteString getAccentColorBytes()
      string accent_color = 3 [json_name = "accentColor"];
      java.lang.String getPrimaryColor()
      string primary_color = 1 [json_name = "primaryColor"];
      com.google.protobuf.ByteString getPrimaryColorBytes()
      string primary_color = 1 [json_name = "primaryColor"];
      java.lang.String getSecondaryColor()
      string secondary_color = 2 [json_name = "secondaryColor"];
      com.google.protobuf.ByteString getSecondaryColorBytes()
      string secondary_color = 2 [json_name = "secondaryColor"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPrimaryColor

        java.lang.String getPrimaryColor()
        string primary_color = 1 [json_name = "primaryColor"];
        Returns:
        The primaryColor.
      • getPrimaryColorBytes

        com.google.protobuf.ByteString getPrimaryColorBytes()
        string primary_color = 1 [json_name = "primaryColor"];
        Returns:
        The bytes for primaryColor.
      • getSecondaryColor

        java.lang.String getSecondaryColor()
        string secondary_color = 2 [json_name = "secondaryColor"];
        Returns:
        The secondaryColor.
      • getSecondaryColorBytes

        com.google.protobuf.ByteString getSecondaryColorBytes()
        string secondary_color = 2 [json_name = "secondaryColor"];
        Returns:
        The bytes for secondaryColor.
      • getAccentColor

        java.lang.String getAccentColor()
        string accent_color = 3 [json_name = "accentColor"];
        Returns:
        The accentColor.
      • getAccentColorBytes

        com.google.protobuf.ByteString getAccentColorBytes()
        string accent_color = 3 [json_name = "accentColor"];
        Returns:
        The bytes for accentColor.