Class FolderView


  • public final class FolderView
    extends PagedView
    Represents the view settings in a folder search operation.
    • Constructor Detail

      • FolderView

        public FolderView​(int pageSize)
        Initializes a new instance of the FolderView class.
        Parameters:
        pageSize - The maximum number of elements the search operation should return.
      • FolderView

        public FolderView​(int pageSize,
                          int offset)
        Initializes a new instance of the FolderView class.
        Parameters:
        pageSize - The maximum number of elements the search operation should return.
        offset - The offset of the view from the base point.
      • FolderView

        public FolderView​(int pageSize,
                          int offset,
                          OffsetBasePoint offsetBasePoint)
        Initializes a new instance of the FolderView class.
        Parameters:
        pageSize - The maximum number of elements the search operation should return.
        offset - The offset of the view from the base point.
        offsetBasePoint - The base point of the offset.