Interface OrganizationListRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIds​(int index)
      repeated string ids = 1 [json_name = "ids"];
      com.google.protobuf.ByteString getIdsBytes​(int index)
      repeated string ids = 1 [json_name = "ids"];
      int getIdsCount()
      repeated string ids = 1 [json_name = "ids"];
      java.util.List<java.lang.String> getIdsList()
      repeated string ids = 1 [json_name = "ids"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getIdsList

        java.util.List<java.lang.String> getIdsList()
        repeated string ids = 1 [json_name = "ids"];
        Returns:
        A list containing the ids.
      • getIdsCount

        int getIdsCount()
        repeated string ids = 1 [json_name = "ids"];
        Returns:
        The count of ids.
      • getIds

        java.lang.String getIds​(int index)
        repeated string ids = 1 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.
      • getIdsBytes

        com.google.protobuf.ByteString getIdsBytes​(int index)
        repeated string ids = 1 [json_name = "ids"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The ids at the given index.