@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class ParticipantVersion extends Object
Constructor and Description |
---|
ParticipantVersion() |
Modifier and Type | Method and Description |
---|---|
ParticipantVersion |
addDataGroupsItem(String dataGroupsItem) |
ParticipantVersion |
addLanguagesItem(String languagesItem) |
ParticipantVersion |
appDemographics(Map<String,DemographicResponse> appDemographics) |
ParticipantVersion |
appId(String appId) |
ParticipantVersion |
createdOn(DateTime createdOn) |
ParticipantVersion |
dataGroups(List<String> dataGroups) |
boolean |
equals(Object o) |
Map<String,DemographicResponse> |
getAppDemographics()
Maps demographic category name to demographic information for a specific category of app demographics.
|
String |
getAppId()
App that the participant lives in.
|
DateTime |
getCreatedOn()
ISO timestamp of when any version of this participant was first created.
|
List<String> |
getDataGroups()
Data groups assigned to this participant.
|
String |
getHealthCode()
Participant's health code.
|
List<String> |
getLanguages()
Languages captured from a request by this user's Accept-Language header.
|
DateTime |
getModifiedOn()
ISO timestamp of when this participant was last updated (ie, when this participant version was created).
|
Integer |
getParticipantVersion()
Participant version.
|
SharingScope |
getSharingScope()
Get sharingScope
|
Map<String,Map<String,DemographicResponse>> |
getStudyDemographics()
Maps studyId to the user's demographic information for a particular study.
|
Map<String,String> |
getStudyMemberships()
The studies assigned to the user, and the optional external ID being used for each assignment, if any.
|
String |
getTimeZone()
Participant's time zone, as an IANA time zone name (eg \"America/Los_Angeles\").
|
String |
getType()
ParticipantVersion
|
int |
hashCode() |
ParticipantVersion |
healthCode(String healthCode) |
ParticipantVersion |
languages(List<String> languages) |
ParticipantVersion |
modifiedOn(DateTime modifiedOn) |
ParticipantVersion |
participantVersion(Integer participantVersion) |
ParticipantVersion |
putAppDemographicsItem(String key,
DemographicResponse appDemographicsItem) |
ParticipantVersion |
putStudyDemographicsItem(String key,
Map<String,DemographicResponse> studyDemographicsItem) |
ParticipantVersion |
putStudyMembershipsItem(String key,
String studyMembershipsItem) |
void |
setAppDemographics(Map<String,DemographicResponse> appDemographics) |
void |
setAppId(String appId) |
void |
setCreatedOn(DateTime createdOn) |
void |
setDataGroups(List<String> dataGroups) |
void |
setHealthCode(String healthCode) |
void |
setLanguages(List<String> languages) |
void |
setModifiedOn(DateTime modifiedOn) |
void |
setParticipantVersion(Integer participantVersion) |
void |
setSharingScope(SharingScope sharingScope) |
void |
setStudyDemographics(Map<String,Map<String,DemographicResponse>> studyDemographics) |
void |
setStudyMemberships(Map<String,String> studyMemberships) |
void |
setTimeZone(String timeZone) |
ParticipantVersion |
sharingScope(SharingScope sharingScope) |
ParticipantVersion |
studyDemographics(Map<String,Map<String,DemographicResponse>> studyDemographics) |
ParticipantVersion |
studyMemberships(Map<String,String> studyMemberships) |
ParticipantVersion |
timeZone(String timeZone) |
String |
toString() |
public ParticipantVersion appId(String appId)
public String getAppId()
public void setAppId(String appId)
public ParticipantVersion healthCode(String healthCode)
public String getHealthCode()
public void setHealthCode(String healthCode)
public ParticipantVersion participantVersion(Integer participantVersion)
public Integer getParticipantVersion()
public void setParticipantVersion(Integer participantVersion)
public ParticipantVersion createdOn(DateTime createdOn)
public DateTime getCreatedOn()
public void setCreatedOn(DateTime createdOn)
public ParticipantVersion modifiedOn(DateTime modifiedOn)
public DateTime getModifiedOn()
public void setModifiedOn(DateTime modifiedOn)
public ParticipantVersion dataGroups(List<String> dataGroups)
public ParticipantVersion addDataGroupsItem(String dataGroupsItem)
public List<String> getDataGroups()
public ParticipantVersion languages(List<String> languages)
public ParticipantVersion addLanguagesItem(String languagesItem)
public List<String> getLanguages()
public ParticipantVersion sharingScope(SharingScope sharingScope)
public SharingScope getSharingScope()
public void setSharingScope(SharingScope sharingScope)
public ParticipantVersion studyMemberships(Map<String,String> studyMemberships)
public ParticipantVersion putStudyMembershipsItem(String key, String studyMembershipsItem)
public Map<String,String> getStudyMemberships()
public ParticipantVersion timeZone(String timeZone)
public String getTimeZone()
public void setTimeZone(String timeZone)
public ParticipantVersion appDemographics(Map<String,DemographicResponse> appDemographics)
public ParticipantVersion putAppDemographicsItem(String key, DemographicResponse appDemographicsItem)
public Map<String,DemographicResponse> getAppDemographics()
public void setAppDemographics(Map<String,DemographicResponse> appDemographics)
public ParticipantVersion studyDemographics(Map<String,Map<String,DemographicResponse>> studyDemographics)
public ParticipantVersion putStudyDemographicsItem(String key, Map<String,DemographicResponse> studyDemographicsItem)
public Map<String,Map<String,DemographicResponse>> getStudyDemographics()
public void setStudyDemographics(Map<String,Map<String,DemographicResponse>> studyDemographics)
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.