Interface UpdatePS4FriendListNotifyOuterClass.UpdatePS4FriendListNotifyOrBuilder

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

public static interface UpdatePS4FriendListNotifyOuterClass.UpdatePS4FriendListNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    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 = 14;
      Returns:
      A list containing the psnIdList.
    • getPsnIdListCount

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

      String getPsnIdList(int index)
      repeated string psn_id_list = 14;
      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 = 14;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the psnIdList at the given index.