Interface UserBadgeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserBadge, UserBadge.Builder

public interface UserBadgeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    containsIcons(int key)
    map<int32, .Image> icons = 1;
    Deprecated.
    int
    map<int32, .Image> icons = 1;
    map<int32, .Image> icons = 1;
    getIconsOrDefault(int key, Image defaultValue)
    map<int32, .Image> icons = 1;
    getIconsOrThrow(int key)
    map<int32, .Image> icons = 1;
    string title = 2;
    com.google.protobuf.ByteString
    string title = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIconsCount

      int getIconsCount()
      map<int32, .Image> icons = 1;
    • containsIcons

      boolean containsIcons(int key)
      map<int32, .Image> icons = 1;
    • getIcons

      Deprecated.
      Use getIconsMap() instead.
    • getIconsMap

      Map<Integer,Image> getIconsMap()
      map<int32, .Image> icons = 1;
    • getIconsOrDefault

      Image getIconsOrDefault(int key, Image defaultValue)
      map<int32, .Image> icons = 1;
    • getIconsOrThrow

      Image getIconsOrThrow(int key)
      map<int32, .Image> icons = 1;
    • getTitle

      String getTitle()
      string title = 2;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 2;
      Returns:
      The bytes for title.