public class InviteOrganizationMemberRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InviteOrganizationMemberRequest() |
InviteOrganizationMemberRequest(InviteOrganizationMemberRequest 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 |
---|---|
AuthRelationFile[] |
getAuthFile()
Get 互信主体证明文件列表。
|
String |
getIsAllowQuit()
Get 是否允许成员退出。允许:Allow,不允许:Denied。
|
Long |
getMemberUin()
Get 被邀请账号Uin。
|
String |
getName()
Get 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
Long |
getNodeId()
Get 成员所属部门的节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
String |
getPayUin()
Get 代付者Uin。成员代付费时需要
|
Long[] |
getPermissionIds()
Get 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须
|
String |
getPolicyType()
Get 关系策略。取值:Financial
|
String |
getRelationAuthName()
Get 互信实名主体名称。
|
String |
getRemark()
Get 备注。
|
Tag[] |
getTags()
Get 成员标签列表。最大10个
|
void |
setAuthFile(AuthRelationFile[] AuthFile)
Set 互信主体证明文件列表。
|
void |
setIsAllowQuit(String IsAllowQuit)
Set 是否允许成员退出。允许:Allow,不允许:Denied。
|
void |
setMemberUin(Long MemberUin)
Set 被邀请账号Uin。
|
void |
setName(String Name)
Set 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,
|
void |
setNodeId(Long NodeId)
Set 成员所属部门的节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取
|
void |
setPayUin(String PayUin)
Set 代付者Uin。成员代付费时需要
|
void |
setPermissionIds(Long[] PermissionIds)
Set 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须
|
void |
setPolicyType(String PolicyType)
Set 关系策略。取值:Financial
|
void |
setRelationAuthName(String RelationAuthName)
Set 互信实名主体名称。
|
void |
setRemark(String Remark)
Set 备注。
|
void |
setTags(Tag[] Tags)
Set 成员标签列表。最大10个
|
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 InviteOrganizationMemberRequest()
public InviteOrganizationMemberRequest(InviteOrganizationMemberRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- 被邀请账号Uin。public String getName()
public void setName(String Name)
Name
- 成员名称。最大长度为25个字符,支持英文字母、数字、汉字、符号+@、&._[]-:,public String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType
- 关系策略。取值:Financialpublic Long[] getPermissionIds()
public void setPermissionIds(Long[] PermissionIds)
PermissionIds
- 成员财务权限ID列表。取值:1-查看账单、2-查看余额、3-资金划拨、4-合并出账、5-开票、6-优惠继承、7-代付费,1、2 默认必须public Long getNodeId()
public void setNodeId(Long NodeId)
NodeId
- 成员所属部门的节点ID。可以通过[DescribeOrganizationNodes](https://cloud.tencent.com/document/product/850/82926)获取public String getRemark()
public void setRemark(String Remark)
Remark
- 备注。public String getIsAllowQuit()
public void setIsAllowQuit(String IsAllowQuit)
IsAllowQuit
- 是否允许成员退出。允许:Allow,不允许:Denied。public String getPayUin()
public void setPayUin(String PayUin)
PayUin
- 代付者Uin。成员代付费时需要public String getRelationAuthName()
public void setRelationAuthName(String RelationAuthName)
RelationAuthName
- 互信实名主体名称。public AuthRelationFile[] getAuthFile()
public void setAuthFile(AuthRelationFile[] AuthFile)
AuthFile
- 互信主体证明文件列表。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 成员标签列表。最大10个Copyright © 2024. All rights reserved.