Interface DeleteNotificationsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getIds(int index)
    The id of notifications.
    com.google.protobuf.ByteString
    getIdsBytes(int index)
    The id of notifications.
    int
    The id of notifications.
    The id of notifications.

    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

    • getIdsList

      List<String> getIdsList()
       The id of notifications.
       
      repeated string ids = 1;
      Returns:
      A list containing the ids.
    • getIdsCount

      int getIdsCount()
       The id of notifications.
       
      repeated string ids = 1;
      Returns:
      The count of ids.
    • getIds

      String getIds(int index)
       The id of notifications.
       
      repeated string ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.
    • getIdsBytes

      com.google.protobuf.ByteString getIdsBytes(int index)
       The id of notifications.
       
      repeated string ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the ids at the given index.