Class FolderListRequest


  • public class FolderListRequest
    extends Object
    Request object for a request to list folders
    Author:
    najor
    • Constructor Detail

      • FolderListRequest

        public FolderListRequest()
        Parameters:
        id -
        addPrivileges -
    • Method Detail

      • getId

        public String getId()
        Get id
        Returns:
        the id
      • setId

        public void setId​(String id)
        Set id
        Parameters:
        id - the id to set
      • getNodeId

        public Integer getNodeId()
        Get nodeId
        Returns:
        the nodeId
      • setNodeId

        public void setNodeId​(Integer nodeId)
        Set nodeId
        Parameters:
        nodeId - the nodeId to set
      • getSkipCount

        public int getSkipCount()
        Get skipCount
        Returns:
        the skipCount
      • setSkipCount

        public void setSkipCount​(int skipCount)
        Set skipCount
        Parameters:
        skipCount - the skipCount to set
      • getMaxItems

        public int getMaxItems()
        Get maxItems
        Returns:
        the maxItems
      • setMaxItems

        public void setMaxItems​(int maxItems)
        Set maxItems
        Parameters:
        maxItems - the maxItems to set
      • isRecursive

        public boolean isRecursive()
        Get recursive
        Returns:
        the recursive
      • setRecursive

        public void setRecursive​(boolean recursive)
        Set recursive
        Parameters:
        recursive - the recursive to set
      • getSortBy

        public String getSortBy()
        Get sortBy
        Returns:
        the sortBy
      • setSortBy

        public void setSortBy​(String sortBy)
        Set sortBy
        Parameters:
        sortBy - the sortBy to set
      • getSortOrder

        public String getSortOrder()
        Get sortOrder
        Returns:
        the sortOrder
      • setSortOrder

        public void setSortOrder​(String sortOrder)
        Set sortOrder
        Parameters:
        sortOrder - the sortOrder to set
      • getInherited

        public Boolean getInherited()
        Get inherited
        Returns:
        the inherited
      • setInherited

        public void setInherited​(Boolean inherited)
        Set inherited
        Parameters:
        inherited - the inherited to set
      • getSearch

        public String getSearch()
        Get search
        Returns:
        the search
      • setSearch

        public void setSearch​(String search)
        Set search
        Parameters:
        search - the search to set
      • getEditor

        public String getEditor()
        Get editor
        Returns:
        the editor
      • setEditor

        public void setEditor​(String editor)
        Set editor
        Parameters:
        editor - the editor to set
      • getCreator

        public String getCreator()
        Get creator
        Returns:
        the creator
      • setCreator

        public void setCreator​(String creator)
        Set creator
        Parameters:
        creator - the creator to set
      • getEditedBefore

        public int getEditedBefore()
        Get editedBefore
        Returns:
        the editedBefore
      • setEditedBefore

        public void setEditedBefore​(int editedBefore)
        Set editedBefore
        Parameters:
        editedBefore - the editedBefore to set
      • getEditedSince

        public int getEditedSince()
        Get editedSince
        Returns:
        the editedSince
      • setEditedSince

        public void setEditedSince​(int editedSince)
        Set editedSince
        Parameters:
        editedSince - the editedSince to set
      • getCreatedBefore

        public int getCreatedBefore()
        Get createdBefore
        Returns:
        the createdBefore
      • setCreatedBefore

        public void setCreatedBefore​(int createdBefore)
        Set createdBefore
        Parameters:
        createdBefore - the createdBefore to set
      • getCreatedSince

        public int getCreatedSince()
        Get createdSince
        Returns:
        the createdSince
      • setCreatedSince

        public void setCreatedSince​(int createdSince)
        Set createdSince
        Parameters:
        createdSince - the createdSince to set
      • isTree

        public boolean isTree()
        Get tree
        Returns:
        the tree
      • setTree

        public void setTree​(boolean tree)
        Set tree
        Parameters:
        tree - the tree to set
      • getRecursiveIds

        public List<String> getRecursiveIds()
        Get recursiveIds
        Returns:
        the recursiveIds
      • setRecursiveIds

        public void setRecursiveIds​(List<String> recursiveIds)
        Set recursiveIds
        Parameters:
        recursiveIds - the recursiveIds to set
      • isAddPrivileges

        public boolean isAddPrivileges()
        Get addPrivileges
        Returns:
        the addPrivileges
      • setAddPrivileges

        public void setAddPrivileges​(boolean addPrivileges)
        Set addPrivileges
        Parameters:
        addPrivileges - the addPrivileges to set
      • isPrivilegeMap

        public boolean isPrivilegeMap()
        True for adding privilege maps to the folders
        Returns:
        true to add privilege maps
      • setPrivilegeMap

        public void setPrivilegeMap​(boolean privilegeMap)
        Set true to add privilege maps
        Parameters:
        privilegeMap -
      • getWastebin

        public WastebinSearch getWastebin()
        exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objects
        Returns:
        wastebin search option
      • setWastebin

        public void setWastebin​(WastebinSearch wastebin)
        Set the wastebin search option
        Parameters:
        wastebin - wastebin search option
      • getStagingPackageName

        public String getStagingPackageName()
        Get staging package name to check the folder staging status upon
        Returns:
      • setStagingPackageName

        public void setStagingPackageName​(String stagingPackageName)
        Set staging package name to check the folder staging status upon
        Parameters:
        stagingPackageName -