@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class EnrollmentDetail extends Object
Constructor and Description |
---|
EnrollmentDetail() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AccountRef |
getEnrolledBy()
This field will be absent if the participant enrolled themselves, otherwise it will contain a reference to the account that enrolled the participant.
|
DateTime |
getEnrolledOn()
Get enrolledOn
|
String |
getExternalId()
Get externalId
|
String |
getNote()
An optional, study-scoped participant note.
|
AccountRef |
getParticipant()
Get participant
|
String |
getStudyId()
Get studyId
|
String |
getType()
EnrollmentDetail
|
String |
getWithdrawalNote()
Get withdrawalNote
|
AccountRef |
getWithdrawnBy()
This field will be absent if the participant withdrew themselves from the study, otherwise it will contain a reference to the account that withdrew the participant.
|
DateTime |
getWithdrawnOn()
Get withdrawnOn
|
int |
hashCode() |
Boolean |
isConsentRequired()
Get consentRequired
|
String |
toString() |
public String getStudyId()
public String getExternalId()
public AccountRef getParticipant()
public Boolean isConsentRequired()
public DateTime getEnrolledOn()
public AccountRef getEnrolledBy()
public DateTime getWithdrawnOn()
public AccountRef getWithdrawnBy()
public String getWithdrawalNote()
public String getNote()
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.