public class NewUserResponseAccountProperties extends Object
| Constructor and Description |
|---|
NewUserResponseAccountProperties() |
public NewUserResponseAccountProperties id(UUID id)
public UUID getId()
public void setId(UUID id)
public NewUserResponseAccountProperties siteId(Integer siteId)
public Integer getSiteId()
public void setSiteId(Integer siteId)
public NewUserResponseAccountProperties permissionProfile(PermissionProfileResponse permissionProfile)
public PermissionProfileResponse getPermissionProfile()
public void setPermissionProfile(PermissionProfileResponse permissionProfile)
public NewUserResponseAccountProperties groups(List<MemberGroupResponse> groups)
public NewUserResponseAccountProperties addGroupsItem(MemberGroupResponse groupsItem)
public List<MemberGroupResponse> getGroups()
public void setGroups(List<MemberGroupResponse> groups)
public NewUserResponseAccountProperties companyName(String companyName)
public String getCompanyName()
public void setCompanyName(String companyName)
public NewUserResponseAccountProperties jobTitle(String jobTitle)
public String getJobTitle()
public void setJobTitle(String jobTitle)
Copyright © 2021. All rights reserved.