public static class ServiceModel.PutUserV2 extends Object implements net.servicestack.client.IReturn<ServiceModel.User>
| Modifier and Type | Field and Description |
|---|---|
List<String> |
AccessGroups |
String |
CustomId |
String |
Email |
String |
Id |
List<String> |
Roles |
ServiceModel.UserProfile |
UserProfile |
ServiceModel.UserType |
UserType |
| Constructor and Description |
|---|
PutUserV2() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAccessGroups() |
String |
getCustomId() |
String |
getEmail() |
String |
getId() |
Object |
getResponseType() |
List<String> |
getRoles() |
ServiceModel.UserProfile |
getUserProfile() |
ServiceModel.UserType |
getUserType() |
ServiceModel.PutUserV2 |
setAccessGroups(List<String> value) |
ServiceModel.PutUserV2 |
setCustomId(String value) |
ServiceModel.PutUserV2 |
setEmail(String value) |
ServiceModel.PutUserV2 |
setId(String value) |
ServiceModel.PutUserV2 |
setRoles(List<String> value) |
ServiceModel.PutUserV2 |
setUserProfile(ServiceModel.UserProfile value) |
ServiceModel.PutUserV2 |
setUserType(ServiceModel.UserType value) |
public String Id
public String CustomId
public ServiceModel.UserProfile UserProfile
public String Email
public ServiceModel.UserType UserType
public String getId()
public ServiceModel.PutUserV2 setId(String value)
public String getCustomId()
public ServiceModel.PutUserV2 setCustomId(String value)
public ServiceModel.UserProfile getUserProfile()
public ServiceModel.PutUserV2 setUserProfile(ServiceModel.UserProfile value)
public String getEmail()
public ServiceModel.PutUserV2 setEmail(String value)
public ServiceModel.UserType getUserType()
public ServiceModel.PutUserV2 setUserType(ServiceModel.UserType value)
public ServiceModel.PutUserV2 setRoles(List<String> value)
public ServiceModel.PutUserV2 setAccessGroups(List<String> value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.User>Copyright © 2022. All rights reserved.