public class CreateOrganizationGroupInvitationLinkRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrganizationGroupInvitationLinkRequest() |
CreateOrganizationGroupInvitationLinkRequest(CreateOrganizationGroupInvitationLinkRequest 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 |
getExpireTime()
Get 到期时间(以秒为单位的时间戳),其上限为30天的有效期限。
|
UserInfo |
getOperator()
Get 执行本接口操作的员工信息。使用此接口时,必须填写userId。 支持填入集团子公司经办人 userId 代发合同。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
void |
setExpireTime(Long ExpireTime)
Set 到期时间(以秒为单位的时间戳),其上限为30天的有效期限。
|
void |
setOperator(UserInfo Operator)
Set 执行本接口操作的员工信息。使用此接口时,必须填写userId。 支持填入集团子公司经办人 userId 代发合同。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
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 CreateOrganizationGroupInvitationLinkRequest()
public CreateOrganizationGroupInvitationLinkRequest(CreateOrganizationGroupInvitationLinkRequest source)
public UserInfo getOperator()
public void setOperator(UserInfo Operator)
Operator
- 执行本接口操作的员工信息。使用此接口时,必须填写userId。 支持填入集团子公司经办人 userId 代发合同。 注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- 到期时间(以秒为单位的时间戳),其上限为30天的有效期限。Copyright © 2024. All rights reserved.