Class FolderPage

java.lang.Object
ai.vectros.types.FolderPage

public final class FolderPage extends Object
  • Method Details

    • getData

      public Optional<List<FolderResponse>> getData()
      Returns:
      The items on this page, in the endpoint's natural order. Empty when there are no results.
    • getNextCursor

      public Optional<String> getNextCursor()
      Returns:
      An opaque cursor for the next page. Pass it back as the startFrom query parameter to continue paging; null when there are no more results. Treat it as opaque — echo it back unmodified, and never parse, construct, store long-term or compare it. Its format is unspecified, differs between endpoints, and changes between releases. A cursor is valid only for the exact query that returned it: keep every other parameter identical while paging.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static FolderPage.Builder builder()