Interface StatusUnfollowOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getUserIds(int index)
    Users to unfollow.
    com.google.protobuf.ByteString
    getUserIdsBytes(int index)
    Users to unfollow.
    int
    Users to unfollow.
    Users to unfollow.

    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()
       Users to unfollow.
       
      repeated string user_ids = 1;
      Returns:
      A list containing the userIds.
    • getUserIdsCount

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

      String getUserIds(int index)
       Users to unfollow.
       
      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)
       Users to unfollow.
       
      repeated string user_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the userIds at the given index.