public class ListCollaboratorsRequest extends AbstractModel
| Constructor and Description | 
|---|
| ListCollaboratorsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getLimit()Get Number of entries per page. | 
| Long | getOffset()Get Pagination start value. | 
| void | setLimit(Long Limit)Set Number of entries per page. | 
| void | setOffset(Long Offset)Set Pagination start value. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries per page. Default value: 20public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination start value. Default value: 0Copyright © 2020. All rights reserved.