com.gentics.contentnode.rest.model.request
Class FolderListRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.FolderListRequest

public class FolderListRequest
extends java.lang.Object

Request object for a request to list folders

Author:
najor

Constructor Summary
FolderListRequest()
           
 
Method Summary
 int getCreatedSince()
          Get createdSince
 java.lang.String getCreator()
          Get creator
 int getEditedSince()
          Get editedSince
 java.lang.String getEditor()
          Get editor
 java.lang.String getId()
          Get id
 java.lang.Boolean getInherited()
          Get inherited
 int getMaxItems()
          Get maxItems
 java.lang.Integer getNodeId()
          Get nodeId
 java.util.List<java.lang.String> getRecursiveIds()
          Get recursiveIds
 java.lang.String getSearch()
          Get search
 int getSkipCount()
          Get skipCount
 java.lang.String getSortBy()
          Get sortBy
 java.lang.String getSortOrder()
          Get sortOrder
 boolean isAddPrivileges()
          Get addPrivileges
 boolean isRecursive()
          Get recursive
 boolean isTree()
          Get tree
 void setAddPrivileges(boolean addPrivileges)
          Set addPrivileges
 void setCreatedSince(int createdSince)
          Set createdSince
 void setCreator(java.lang.String creator)
          Set creator
 void setEditedSince(int editedSince)
          Set editedSince
 void setEditor(java.lang.String editor)
          Set editor
 void setId(java.lang.String id)
          Set id
 void setInherited(java.lang.Boolean inherited)
          Set inherited
 void setMaxItems(int maxItems)
          Set maxItems
 void setNodeId(java.lang.Integer nodeId)
          Set nodeId
 void setRecursive(boolean recursive)
          Set recursive
 void setRecursiveIds(java.util.List<java.lang.String> recursiveIds)
          Set recursiveIds
 void setSearch(java.lang.String search)
          Set search
 void setSkipCount(int skipCount)
          Set skipCount
 void setSortBy(java.lang.String sortBy)
          Set sortBy
 void setSortOrder(java.lang.String sortOrder)
          Set sortOrder
 void setTree(boolean tree)
          Set tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderListRequest

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

getId

public java.lang.String getId()
Get id

Returns:
the id

setId

public void setId(java.lang.String id)
Set id

Parameters:
id - the id to set

getNodeId

public java.lang.Integer getNodeId()
Get nodeId

Returns:
the nodeId

setNodeId

public void setNodeId(java.lang.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 java.lang.String getSortBy()
Get sortBy

Returns:
the sortBy

setSortBy

public void setSortBy(java.lang.String sortBy)
Set sortBy

Parameters:
sortBy - the sortBy to set

getSortOrder

public java.lang.String getSortOrder()
Get sortOrder

Returns:
the sortOrder

setSortOrder

public void setSortOrder(java.lang.String sortOrder)
Set sortOrder

Parameters:
sortOrder - the sortOrder to set

getInherited

public java.lang.Boolean getInherited()
Get inherited

Returns:
the inherited

setInherited

public void setInherited(java.lang.Boolean inherited)
Set inherited

Parameters:
inherited - the inherited to set

getSearch

public java.lang.String getSearch()
Get search

Returns:
the search

setSearch

public void setSearch(java.lang.String search)
Set search

Parameters:
search - the search to set

getEditor

public java.lang.String getEditor()
Get editor

Returns:
the editor

setEditor

public void setEditor(java.lang.String editor)
Set editor

Parameters:
editor - the editor to set

getCreator

public java.lang.String getCreator()
Get creator

Returns:
the creator

setCreator

public void setCreator(java.lang.String creator)
Set creator

Parameters:
creator - the creator 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

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 java.util.List<java.lang.String> getRecursiveIds()
Get recursiveIds

Returns:
the recursiveIds

setRecursiveIds

public void setRecursiveIds(java.util.List<java.lang.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


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.