Class SingleParam
java.lang.Object
com.emc.documentum.rest.http.parameter.SingleParam
A typed parameter group for the common single resource parameters used on the controller.
It contains below parameters:
- view
- links
@ResponseBody
public ResponseEntity<GroupObject> getFolder(
@PathVariable("repositoryName") final String repositoryName,
@PathVariable("folderId") final String folderId,
@TypedParam final SingleParam singleParam,
@RequestUri final UriInfo uriInfo) {
}
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SingleParam
public SingleParam()Default constructor -
SingleParam
Constructor- Parameters:
attributeView
- attribute view
-
-
Method Details
-
setAttributeView
Set attribute view- Parameters:
view
- attribute view
-
getAttributeView
Get attribute view- Returns:
- the attribute view
-
isLinks
public boolean isLinks()Check if it is links- Returns:
true
if it is links
-
setLinks
public void setLinks(boolean links) Set links- Parameters:
links
- links to set
-