public class ListCollaboratorsRequest extends AbstractModel
Constructor and Description |
---|
ListCollaboratorsRequest() |
ListCollaboratorsRequest(ListCollaboratorsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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, toJsonString
public ListCollaboratorsRequest()
public ListCollaboratorsRequest(ListCollaboratorsRequest source)
public 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 © 2023. All rights reserved.