public class CopyPersonRequest extends AbstractModel
Constructor and Description |
---|
CopyPersonRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getGroupIds()
Get List of the groups to add to.
|
String |
getPersonId()
Get Person ID
|
void |
setGroupIds(String[] GroupIds)
Set List of the groups to add to.
|
void |
setPersonId(String PersonId)
Set Person ID
|
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 IDpublic String[] getGroupIds()
public void setGroupIds(String[] GroupIds)
GroupIds
- List of the groups to add to.Copyright © 2020. All rights reserved.