public class ListOrganizationInvitationsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListOrganizationInvitationsRequest() |
ListOrganizationInvitationsRequest(ListOrganizationInvitationsRequest 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListOrganizationInvitationsRequest()
public ListOrganizationInvitationsRequest(ListOrganizationInvitationsRequest source)
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 © 2024. All rights reserved.