Interface ModerationNotificationsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultImage()
      string default_image = 1 [json_name = "defaultImage"];
      com.google.protobuf.ByteString getDefaultImageBytes()
      string default_image = 1 [json_name = "defaultImage"];
      QuestionImages getImageMode()
      .streamlayer.interactive.QuestionImages image_mode = 2 [json_name = "imageMode"];
      int getImageModeValue()
      .streamlayer.interactive.QuestionImages image_mode = 2 [json_name = "imageMode"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getDefaultImage

        java.lang.String getDefaultImage()
        string default_image = 1 [json_name = "defaultImage"];
        Returns:
        The defaultImage.
      • getDefaultImageBytes

        com.google.protobuf.ByteString getDefaultImageBytes()
        string default_image = 1 [json_name = "defaultImage"];
        Returns:
        The bytes for defaultImage.
      • getImageModeValue

        int getImageModeValue()
        .streamlayer.interactive.QuestionImages image_mode = 2 [json_name = "imageMode"];
        Returns:
        The enum numeric value on the wire for imageMode.
      • getImageMode

        QuestionImages getImageMode()
        .streamlayer.interactive.QuestionImages image_mode = 2 [json_name = "imageMode"];
        Returns:
        The imageMode.