Class VersionOrDeleteMarkersChunk

java.lang.Object
org.jets3t.service.VersionOrDeleteMarkersChunk

public class VersionOrDeleteMarkersChunk extends Object
  • Constructor Details

  • Method Details

    • getItems

      public BaseVersionOrDeleteMarker[] getItems()
    • getItemCount

      public int getItemCount()
    • getCommonPrefixes

      public String[] getCommonPrefixes()
      Returns:
      the common prefixes in this chunk.
    • getNextKeyMarker

      public String getNextKeyMarker()
      Returns:
      the last key returned by the previous chunk if that chunk was incomplete, null otherwise.
    • getNextVersionIdMarker

      public String getNextVersionIdMarker()
    • getPrefix

      public String getPrefix()
      Returns:
      the prefix applied when this object chunk was generated. If no prefix was applied, this method will return null.
    • getDelimiter

      public String getDelimiter()
      Returns:
      the delimiter applied when this object chunk was generated. If no delimiter was applied, this method will return null.
    • isListingComplete

      public boolean isListingComplete()