Package com.seeq.model
Class WorkbenchItemOutputListV1
java.lang.Object
com.seeq.model.WorkbenchItemOutputListV1
WorkbenchItemOutputListV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContentItem
(WorkbenchSearchResultPreviewV1 contentItem) addPathItem
(ItemPreviewV1 pathItem) content
(List<WorkbenchSearchResultPreviewV1> content) boolean
Workbench itemsgetLimit()
The pagination limit, the total number of collection items that will be returned in this page of resultsgetNext()
The href of the next set of paginated resultsThe pagination offset, the index of the first collection item that will be returned in this page of resultsgetPath()
The list of folders that specify where this these items are in the folder hierarchy.getPrev()
The href of the previous set of paginated resultsA plain language status message with information about any issues that may have been encountered during an operation.The total number of itemsint
hashCode()
path
(List<ItemPreviewV1> path) void
setContent
(List<WorkbenchSearchResultPreviewV1> content) void
void
void
void
setPath
(List<ItemPreviewV1> path) void
void
setStatusMessage
(String statusMessage) void
setTotalResults
(Integer totalResults) statusMessage
(String statusMessage) toString()
totalResults
(Integer totalResults)
-
Constructor Details
-
WorkbenchItemOutputListV1
public WorkbenchItemOutputListV1()
-
-
Method Details
-
content
-
addContentItem
-
getContent
Workbench items- Returns:
- content
-
setContent
-
limit
-
getLimit
The pagination limit, the total number of collection items that will be returned in this page of results- Returns:
- limit
-
setLimit
-
next
-
getNext
The href of the next set of paginated results- Returns:
- next
-
setNext
-
offset
-
getOffset
The pagination offset, the index of the first collection item that will be returned in this page of results- Returns:
- offset
-
setOffset
-
path
-
addPathItem
-
getPath
The list of folders that specify where this these items are in the folder hierarchy.- Returns:
- path
-
setPath
-
prev
-
getPrev
The href of the previous set of paginated results- Returns:
- prev
-
setPrev
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
totalResults
-
getTotalResults
The total number of items- Returns:
- totalResults
-
setTotalResults
-
equals
-
hashCode
public int hashCode() -
toString
-