@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-07-13T01:30:51.265Z") public class Subpopulation extends Object
Constructor and Description |
---|
Subpopulation() |
Modifier and Type | Method and Description |
---|---|
Subpopulation |
addDataGroupsAssignedWhileConsentedItem(String dataGroupsAssignedWhileConsentedItem) |
Subpopulation |
addStudyIdsAssignedOnConsentItem(String studyIdsAssignedOnConsentItem) |
Subpopulation |
autoSendConsentSuppressed(Boolean autoSendConsentSuppressed) |
Subpopulation |
consentHTML(String consentHTML) |
Subpopulation |
consentPDF(String consentPDF) |
Subpopulation |
criteria(Criteria criteria) |
Subpopulation |
dataGroupsAssignedWhileConsented(List<String> dataGroupsAssignedWhileConsented) |
Subpopulation |
defaultGroup(Boolean defaultGroup) |
Subpopulation |
description(String description) |
boolean |
equals(Object o) |
String |
getConsentHTML()
The URL to retrieve an HTML version of the published and active version of the consent.
|
String |
getConsentPDF()
The URL to retrieve a PDF version of the published and active version of the consent.
|
Criteria |
getCriteria()
Optional selection criteria that can be used to determine if a user should be assigned to this subpopulation or not.
|
List<String> |
getDataGroupsAssignedWhileConsented()
The data groups that will be assigned to a participant who consents to membership in this subpopulation.
|
String |
getDescription()
The description of this subpopulation.
|
String |
getGuid()
A unique auto-generated identifier for the subpopulation.
|
String |
getName()
The name of this subpopulation.
|
DateTime |
getPublishedConsentCreatedOn()
The creation date (ISO 8601 timestamp) of the version of the consent agreement for this subpopulation that is published, ie.
|
List<String> |
getStudyIdsAssignedOnConsent()
The studies this participant is associated to when they consent to membership in this subpopulation.
|
String |
getType()
Subpopulation
|
Long |
getVersion()
The optimistic locking version of the survey.
|
Subpopulation |
guid(String guid) |
int |
hashCode() |
Boolean |
isAutoSendConsentSuppressed()
Should the user automatically be sent (via email or SMS) a copy of the consent when they sign it?
|
Boolean |
isDefaultGroup()
If true, this is the default subpopulation created for an app, and it cannot be deleted (although it can be changed, and even made optional or hidden through the use of criteria).
|
Boolean |
isRequired()
If true, participants must sign the consent associated with this subpopulation if they are identified as a member of this subpopulation.
|
Subpopulation |
name(String name) |
Subpopulation |
publishedConsentCreatedOn(DateTime publishedConsentCreatedOn) |
Subpopulation |
required(Boolean required) |
void |
setAutoSendConsentSuppressed(Boolean autoSendConsentSuppressed) |
void |
setConsentHTML(String consentHTML) |
void |
setConsentPDF(String consentPDF) |
void |
setCriteria(Criteria criteria) |
void |
setDataGroupsAssignedWhileConsented(List<String> dataGroupsAssignedWhileConsented) |
void |
setDefaultGroup(Boolean defaultGroup) |
void |
setDescription(String description) |
void |
setGuid(String guid) |
void |
setName(String name) |
void |
setPublishedConsentCreatedOn(DateTime publishedConsentCreatedOn) |
void |
setRequired(Boolean required) |
void |
setStudyIdsAssignedOnConsent(List<String> studyIdsAssignedOnConsent) |
void |
setVersion(Long version) |
Subpopulation |
studyIdsAssignedOnConsent(List<String> studyIdsAssignedOnConsent) |
String |
toString() |
Subpopulation |
version(Long version) |
public Subpopulation guid(String guid)
public String getGuid()
public void setGuid(String guid)
public Subpopulation name(String name)
public String getName()
public void setName(String name)
public Subpopulation description(String description)
public String getDescription()
public void setDescription(String description)
public Subpopulation criteria(Criteria criteria)
public Criteria getCriteria()
public void setCriteria(Criteria criteria)
public Subpopulation autoSendConsentSuppressed(Boolean autoSendConsentSuppressed)
public Boolean isAutoSendConsentSuppressed()
public void setAutoSendConsentSuppressed(Boolean autoSendConsentSuppressed)
public Subpopulation required(Boolean required)
public Boolean isRequired()
public void setRequired(Boolean required)
public Subpopulation defaultGroup(Boolean defaultGroup)
public Boolean isDefaultGroup()
public void setDefaultGroup(Boolean defaultGroup)
public Subpopulation publishedConsentCreatedOn(DateTime publishedConsentCreatedOn)
public DateTime getPublishedConsentCreatedOn()
public void setPublishedConsentCreatedOn(DateTime publishedConsentCreatedOn)
public Subpopulation dataGroupsAssignedWhileConsented(List<String> dataGroupsAssignedWhileConsented)
public Subpopulation addDataGroupsAssignedWhileConsentedItem(String dataGroupsAssignedWhileConsentedItem)
public List<String> getDataGroupsAssignedWhileConsented()
public void setDataGroupsAssignedWhileConsented(List<String> dataGroupsAssignedWhileConsented)
public Subpopulation studyIdsAssignedOnConsent(List<String> studyIdsAssignedOnConsent)
public Subpopulation addStudyIdsAssignedOnConsentItem(String studyIdsAssignedOnConsentItem)
public List<String> getStudyIdsAssignedOnConsent()
public void setStudyIdsAssignedOnConsent(List<String> studyIdsAssignedOnConsent)
public Subpopulation version(Long version)
public Long getVersion()
public void setVersion(Long version)
public Subpopulation consentHTML(String consentHTML)
public String getConsentHTML()
public void setConsentHTML(String consentHTML)
public Subpopulation consentPDF(String consentPDF)
public String getConsentPDF()
public void setConsentPDF(String consentPDF)
public String getType()
Copyright © 2023 Sage Bionetworks. All rights reserved.