Interface StatusFollowOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getUserIds(int index)
    User IDs to follow.
    com.google.protobuf.ByteString
    getUserIdsBytes(int index)
    User IDs to follow.
    int
    User IDs to follow.
    User IDs to follow.
    getUsernames(int index)
    Usernames to follow.
    com.google.protobuf.ByteString
    getUsernamesBytes(int index)
    Usernames to follow.
    int
    Usernames to follow.
    Usernames to follow.

    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

    • getUserIdsList

      List<String> getUserIdsList()
       User IDs to follow.
       
      repeated string user_ids = 1;
      Returns:
      A list containing the userIds.
    • getUserIdsCount

      int getUserIdsCount()
       User IDs to follow.
       
      repeated string user_ids = 1;
      Returns:
      The count of userIds.
    • getUserIds

      String getUserIds(int index)
       User IDs to follow.
       
      repeated string user_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The userIds at the given index.
    • getUserIdsBytes

      com.google.protobuf.ByteString getUserIdsBytes(int index)
       User IDs to follow.
       
      repeated string user_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the userIds at the given index.
    • getUsernamesList

      List<String> getUsernamesList()
       Usernames to follow.
       
      repeated string usernames = 2;
      Returns:
      A list containing the usernames.
    • getUsernamesCount

      int getUsernamesCount()
       Usernames to follow.
       
      repeated string usernames = 2;
      Returns:
      The count of usernames.
    • getUsernames

      String getUsernames(int index)
       Usernames to follow.
       
      repeated string usernames = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The usernames at the given index.
    • getUsernamesBytes

      com.google.protobuf.ByteString getUsernamesBytes(int index)
       Usernames to follow.
       
      repeated string usernames = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the usernames at the given index.