@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class IntentToParticipate extends Object
Constructor and Description |
---|
IntentToParticipate() |
Modifier and Type | Method and Description |
---|---|
IntentToParticipate |
appId(String appId) |
IntentToParticipate |
consentSignature(ConsentSignature consentSignature) |
IntentToParticipate |
email(String email) |
boolean |
equals(Object o) |
String |
getAppId()
The identifier for the app in which the user consents to participate.
|
ConsentSignature |
getConsentSignature()
Get consentSignature
|
String |
getEmail()
Get email
|
String |
getOsName()
The operating system name under which the install link can be retrieved.
|
Phone |
getPhone()
Get phone
|
SharingScope |
getScope()
Get scope
|
String |
getSubpopGuid()
The specific subpopulation sent in the study to which the user consents to participate.
|
String |
getType()
IntentToParticipate
|
int |
hashCode() |
IntentToParticipate |
osName(String osName) |
IntentToParticipate |
phone(Phone phone) |
IntentToParticipate |
scope(SharingScope scope) |
void |
setAppId(String appId) |
void |
setConsentSignature(ConsentSignature consentSignature) |
void |
setEmail(String email) |
void |
setOsName(String osName) |
void |
setPhone(Phone phone) |
void |
setScope(SharingScope scope) |
void |
setSubpopGuid(String subpopGuid) |
IntentToParticipate |
subpopGuid(String subpopGuid) |
String |
toString() |
public IntentToParticipate appId(String appId)
public String getAppId()
public void setAppId(String appId)
public IntentToParticipate subpopGuid(String subpopGuid)
public String getSubpopGuid()
public void setSubpopGuid(String subpopGuid)
public IntentToParticipate osName(String osName)
public String getOsName()
public void setOsName(String osName)
public IntentToParticipate phone(Phone phone)
public Phone getPhone()
public void setPhone(Phone phone)
public IntentToParticipate email(String email)
public String getEmail()
public void setEmail(String email)
public IntentToParticipate consentSignature(ConsentSignature consentSignature)
public ConsentSignature getConsentSignature()
public void setConsentSignature(ConsentSignature consentSignature)
public IntentToParticipate scope(SharingScope scope)
public SharingScope getScope()
public void setScope(SharingScope scope)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.