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