public class SendOrganizationInvitationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SendOrganizationInvitationRequest() |
SendOrganizationInvitationRequest(SendOrganizationInvitationRequest 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 |
getInviteUin()
Get UIN of the invitee
|
String |
getName()
Get Name
|
String |
getRemark()
Get Notes
|
void |
setInviteUin(Long InviteUin)
Set UIN of the invitee
|
void |
setName(String Name)
Set Name
|
void |
setRemark(String Remark)
Set Notes
|
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 SendOrganizationInvitationRequest()
public SendOrganizationInvitationRequest(SendOrganizationInvitationRequest source)
public Long getInviteUin()
public void setInviteUin(Long InviteUin)
InviteUin
- UIN of the inviteepublic String getName()
public void setName(String Name)
Name
- Namepublic String getRemark()
public void setRemark(String Remark)
Remark
- NotesCopyright © 2024. All rights reserved.