@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class SignUp extends Object
Constructor and Description |
---|
SignUp() |
Modifier and Type | Method and Description |
---|---|
SignUp |
addDataGroupsItem(String dataGroupsItem) |
SignUp |
addLanguagesItem(String languagesItem) |
SignUp |
addRolesItem(Role rolesItem) |
SignUp |
appId(String appId) |
SignUp |
attributes(Map<String,String> attributes) |
SignUp |
clientData(Object clientData) |
SignUp |
clientTimeZone(String clientTimeZone) |
SignUp |
consent(Boolean consent) |
SignUp |
dataGroups(List<String> dataGroups) |
SignUp |
email(String email) |
SignUp |
emailVerified(Boolean emailVerified) |
boolean |
equals(Object o) |
SignUp |
externalId(String externalId) |
SignUp |
externalIds(Map<String,String> externalIds) |
SignUp |
firstName(String firstName) |
String |
getAppId()
The app ID of the app the participant is joining.
|
Map<String,String> |
getAttributes()
A map of user profile attributes that have been set for this user (the attributes themselves must be specified in the app's configuration, and the values are stored encrypted in case they capture personally-identifying information).
|
Object |
getClientData()
Client data for a user should be in a syntactically valid JSON format.
|
String |
getClientTimeZone()
Participant's time zone.
|
DateTime |
getCreatedOn()
The date and time the account was created.
|
List<String> |
getDataGroups()
The data groups set for this user.
|
String |
getEmail()
The user's email.
|
String |
getExternalId()
An externally-assignable identifier a research partner can use to re-identify a user's data in the exported data set (this must be provided by the application, it is not created by Bridge).
|
Map<String,String> |
getExternalIds()
The exernal IDs this participant is associated to, mapped to the study that issued the external ID.
|
String |
getFirstName()
First name (given name) of the user.
|
String |
getId()
An ID assigned to this account by Bridge system.
|
List<String> |
getLanguages()
Two letter language codes to assign to this user (these are initially retrieved from the user's `Accept-Language` header and then persisted as part of account configuration).
|
String |
getLastName()
Last name (family name) of the 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).
|
String |
getPassword()
User's password.
|
Phone |
getPhone()
Get phone
|
List<Role> |
getRoles()
Get roles
|
SharingScope |
getSharingScope()
Get sharingScope
|
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()
SignUp
|
int |
hashCode() |
Boolean |
isConsent()
**Create user API for admins only.** Create this user consented to all required consents.
|
Boolean |
isEmailVerified()
Has the user verified that they have control of this email address?
|
Boolean |
isNotifyByEmail()
True if the user has consented to be contacted via email outside the application, false otherwise.
|
Boolean |
isPhoneVerified()
Has the user verified that they have control of this phone number?
|
SignUp |
languages(List<String> languages) |
SignUp |
lastName(String lastName) |
SignUp |
note(String note) |
SignUp |
notifyByEmail(Boolean notifyByEmail) |
SignUp |
orgMembership(String orgMembership) |
SignUp |
password(String password) |
SignUp |
phone(Phone phone) |
SignUp |
phoneVerified(Boolean phoneVerified) |
SignUp |
putAttributesItem(String key,
String attributesItem) |
SignUp |
putExternalIdsItem(String key,
String externalIdsItem) |
SignUp |
roles(List<Role> roles) |
void |
setAppId(String appId) |
void |
setAttributes(Map<String,String> attributes) |
void |
setClientData(Object clientData) |
void |
setClientTimeZone(String clientTimeZone) |
void |
setConsent(Boolean consent) |
void |
setDataGroups(List<String> dataGroups) |
void |
setEmail(String email) |
void |
setEmailVerified(Boolean emailVerified) |
void |
setExternalId(String externalId) |
void |
setExternalIds(Map<String,String> externalIds) |
void |
setFirstName(String firstName) |
void |
setLanguages(List<String> languages) |
void |
setLastName(String lastName) |
void |
setNote(String note) |
void |
setNotifyByEmail(Boolean notifyByEmail) |
void |
setOrgMembership(String orgMembership) |
void |
setPassword(String password) |
void |
setPhone(Phone phone) |
void |
setPhoneVerified(Boolean phoneVerified) |
void |
setRoles(List<Role> roles) |
void |
setSharingScope(SharingScope sharingScope) |
void |
setStatus(AccountStatus status) |
void |
setSynapseUserId(String synapseUserId) |
SignUp |
sharingScope(SharingScope sharingScope) |
SignUp |
status(AccountStatus status) |
SignUp |
synapseUserId(String synapseUserId) |
String |
toString() |
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getSynapseUserId()
public void setSynapseUserId(String synapseUserId)
public String getId()
public Boolean isNotifyByEmail()
public void setNotifyByEmail(Boolean notifyByEmail)
public Map<String,String> getAttributes()
public SignUp sharingScope(SharingScope sharingScope)
public SharingScope getSharingScope()
public void setSharingScope(SharingScope sharingScope)
public DateTime getCreatedOn()
public Boolean isEmailVerified()
public void setEmailVerified(Boolean emailVerified)
public Boolean isPhoneVerified()
public void setPhoneVerified(Boolean phoneVerified)
public SignUp status(AccountStatus status)
public AccountStatus getStatus()
public void setStatus(AccountStatus status)
public List<String> getDataGroups()
public Object getClientData()
public void setClientData(Object clientData)
public List<String> getLanguages()
public List<String> getStudyIds()
public Map<String,String> getExternalIds()
public String getOrgMembership()
public void setOrgMembership(String orgMembership)
public String getNote()
public void setNote(String note)
public String getClientTimeZone()
public void setClientTimeZone(String clientTimeZone)
public String getAppId()
public void setAppId(String appId)
public String getEmail()
public void setEmail(String email)
public Phone getPhone()
public void setPhone(Phone phone)
public String getExternalId()
public void setExternalId(String externalId)
public String getPassword()
public void setPassword(String password)
public Boolean isConsent()
public void setConsent(Boolean consent)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.