public class ListOrganizationInvitationsRequest extends AbstractModel
Constructor and Description |
---|
ListOrganizationInvitationsRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getInvited()
Get Whether to list the invitations you received or the invitations you sent.
|
Long |
getLimit()
Get Limit
|
Long |
getOffset()
Get Offset
|
void |
setInvited(Long Invited)
Set Whether to list the invitations you received or the invitations you sent.
|
void |
setLimit(Long Limit)
Set Limit
|
void |
setOffset(Long Offset)
Set Offset
|
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 Long getInvited()
public void setInvited(Long Invited)
Invited
- Whether to list the invitations you received or the invitations you sent. `1`: list the invitations you received; `0`: list the invitations you sent.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- LimitCopyright © 2021. All rights reserved.