public static class ServiceModel.PostUser 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 |
|---|
PostUser() |
| 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.PostUser |
setAccessGroups(List<String> value) |
ServiceModel.PostUser |
setCustomId(String value) |
ServiceModel.PostUser |
setEmail(String value) |
ServiceModel.PostUser |
setId(String value) |
ServiceModel.PostUser |
setRoles(List<String> value) |
ServiceModel.PostUser |
setUserProfile(ServiceModel.UserProfile value) |
ServiceModel.PostUser |
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.PostUser setId(String value)
public String getCustomId()
public ServiceModel.PostUser setCustomId(String value)
public ServiceModel.UserProfile getUserProfile()
public ServiceModel.PostUser setUserProfile(ServiceModel.UserProfile value)
public String getEmail()
public ServiceModel.PostUser setEmail(String value)
public ServiceModel.UserType getUserType()
public ServiceModel.PostUser setUserType(ServiceModel.UserType value)
public ServiceModel.PostUser setRoles(List<String> value)
public ServiceModel.PostUser setAccessGroups(List<String> value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.User>Copyright © 2022. All rights reserved.