public class CreateAndSendClientInvitationMailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAndSendClientInvitationMailRequest() |
CreateAndSendClientInvitationMailRequest(CreateAndSendClientInvitationMailRequest 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 |
---|---|
String |
getEmail()
Get Email address that receives the customer invitation link.
|
String |
getInvitationRole()
Get Invite a role.
|
String |
getMaterialUrl()
Get Specifies the application material.
|
void |
setEmail(String Email)
Set Email address that receives the customer invitation link.
|
void |
setInvitationRole(String InvitationRole)
Set Invite a role.
|
void |
setMaterialUrl(String MaterialUrl)
Set Specifies the application material.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAndSendClientInvitationMailRequest()
public CreateAndSendClientInvitationMailRequest(CreateAndSendClientInvitationMailRequest source)
public String getEmail()
public void setEmail(String Email)
Email
- Email address that receives the customer invitation link.public String getInvitationRole()
public void setInvitationRole(String InvitationRole)
InvitationRole
- Invite a role.
Note: if no value is passed, it defaults to the sub - customer.
Client: customer.
SubAgent: second-level reseller.public String getMaterialUrl()
public void setMaterialUrl(String MaterialUrl)
MaterialUrl
- Specifies the application material.
Note: this field takes effect only in the scenario of inviting a second-level reseller.Copyright © 2025. All rights reserved.