public class CopyPersonRequest extends AbstractModel
Constructor and Description |
---|
CopyPersonRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getGroupIds()
Get List of groups to join.
|
String |
getPersonId()
Get Person ID, which is the `PersonId` in the `CreatePerson` API
|
void |
setGroupIds(String[] GroupIds)
Set List of groups to join.
|
void |
setPersonId(String PersonId)
Set Person ID, which is the `PersonId` in the `CreatePerson` API
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- Person ID, which is the `PersonId` in the `CreatePerson` APIpublic String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- List of groups to join. The array element value is the `GroupId` in the `CreateGroup` API.Copyright © 2020. All rights reserved.