public class UpdateUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateUserRequest() |
UpdateUserRequest(UpdateUserRequest 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 |
getNewDescription()
Get User description.
|
String |
getNewDisplayName()
Get Display name of the user.
|
String |
getNewEmail()
Get Email address of the user.
|
String |
getNewFirstName()
Get First name of the user.
|
String |
getNewLastName()
Get Last name of the user.
|
String |
getUserId()
Get User ID.
|
String |
getZoneId()
Get Space ID.
|
void |
setNewDescription(String NewDescription)
Set User description.
|
void |
setNewDisplayName(String NewDisplayName)
Set Display name of the user.
|
void |
setNewEmail(String NewEmail)
Set Email address of the user.
|
void |
setNewFirstName(String NewFirstName)
Set First name of the user.
|
void |
setNewLastName(String NewLastName)
Set Last name of the user.
|
void |
setUserId(String UserId)
Set User ID.
|
void |
setZoneId(String ZoneId)
Set Space ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateUserRequest()
public UpdateUserRequest(UpdateUserRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Space ID.public String getUserId()
public void setUserId(String UserId)
UserId
- User ID.public String getNewFirstName()
public void setNewFirstName(String NewFirstName)
NewFirstName
- First name of the user.public String getNewLastName()
public void setNewLastName(String NewLastName)
NewLastName
- Last name of the user.public String getNewDisplayName()
public void setNewDisplayName(String NewDisplayName)
NewDisplayName
- Display name of the user.public String getNewDescription()
public void setNewDescription(String NewDescription)
NewDescription
- User description.public String getNewEmail()
public void setNewEmail(String NewEmail)
NewEmail
- Email address of the user.Copyright © 2024. All rights reserved.