@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class AccountSummary extends Object
Constructor and Description |
---|
AccountSummary() |
Modifier and Type | Method and Description |
---|---|
AccountSummary |
addDataGroupsItem(String dataGroupsItem) |
AccountSummary |
addRolesItem(Role rolesItem) |
AccountSummary |
attributes(Map<String,String> attributes) |
AccountSummary |
dataGroups(List<String> dataGroups) |
boolean |
equals(Object o) |
String |
getAppId()
Get appId
|
Map<String,String> |
getAttributes()
Get attributes
|
String |
getClientTimeZone()
Participant's time zone.
|
DateTime |
getCreatedOn()
ISO 8601 date and time that the user account was created.
|
List<String> |
getDataGroups()
The data groups set for this user.
|
String |
getEmail()
Email address of user.
|
Map<String,String> |
getExternalIds()
A map of study ID to external ID for all the external IDs that have been assigned to this participant.
|
String |
getFirstName()
First (given) name of user.
|
String |
getId()
An identifier assigned to this user, used to retrieve a study participant record.
|
String |
getLastName()
Last (family) name of user.
|
String |
getNote()
Optional note related to user account.
|
String |
getOrgMembership()
The identifier of the organization this account is a member of (this will be an administrative account and not a study participant).
|
Phone |
getPhone()
Get phone
|
List<Role> |
getRoles()
Get roles
|
AccountStatus |
getStatus()
Get status
|
List<String> |
getStudyIds()
The studies this participant is associated to.
|
String |
getSynapseUserId()
The numerical identifier for a Synapse account.
|
String |
getType()
AccountSummary
|
int |
hashCode() |
AccountSummary |
putAttributesItem(String key,
String attributesItem) |
AccountSummary |
roles(List<Role> roles) |
void |
setAttributes(Map<String,String> attributes) |
void |
setDataGroups(List<String> dataGroups) |
void |
setRoles(List<Role> roles) |
String |
toString() |
public String getAppId()
public String getFirstName()
public String getLastName()
public String getEmail()
public Phone getPhone()
public String getId()
public DateTime getCreatedOn()
public AccountStatus getStatus()
public List<String> getStudyIds()
public Map<String,String> getExternalIds()
public String getSynapseUserId()
public AccountSummary attributes(Map<String,String> attributes)
public AccountSummary putAttributesItem(String key, String attributesItem)
public String getOrgMembership()
public AccountSummary roles(List<Role> roles)
public AccountSummary addRolesItem(Role rolesItem)
public AccountSummary dataGroups(List<String> dataGroups)
public AccountSummary addDataGroupsItem(String dataGroupsItem)
public List<String> getDataGroups()
public String getNote()
public String getClientTimeZone()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.