Interface UpdatePS4FriendListReqOuterClass.UpdatePS4FriendListReqOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdatePS4FriendListReqOuterClass.UpdatePS4FriendListReq, UpdatePS4FriendListReqOuterClass.UpdatePS4FriendListReq.Builder
Enclosing class:
UpdatePS4FriendListReqOuterClass

public static interface UpdatePS4FriendListReqOuterClass.UpdatePS4FriendListReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPsnIdList(int index)
    repeated string psn_id_list = 3;
    com.google.protobuf.ByteString
    getPsnIdListBytes(int index)
    repeated string psn_id_list = 3;
    int
    repeated string psn_id_list = 3;
    repeated string psn_id_list = 3;

    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

    • getPsnIdListList

      List<String> getPsnIdListList()
      repeated string psn_id_list = 3;
      Returns:
      A list containing the psnIdList.
    • getPsnIdListCount

      int getPsnIdListCount()
      repeated string psn_id_list = 3;
      Returns:
      The count of psnIdList.
    • getPsnIdList

      String getPsnIdList(int index)
      repeated string psn_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The psnIdList at the given index.
    • getPsnIdListBytes

      com.google.protobuf.ByteString getPsnIdListBytes(int index)
      repeated string psn_id_list = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the psnIdList at the given index.