@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class AssessmentReference2 extends Object
Constructor and Description |
---|
AssessmentReference2() |
Modifier and Type | Method and Description |
---|---|
AssessmentReference2 |
addLabelsItem(Label labelsItem) |
AssessmentReference2 |
appId(String appId) |
AssessmentReference2 |
colorScheme(ColorScheme colorScheme) |
boolean |
equals(Object o) |
String |
getAppId()
Schedules can refer to assessments in the shared library (appId = shared) or in their own local assessment library (appId will be the appId of the app in which the study is running).
|
ColorScheme |
getColorScheme()
Get colorScheme
|
String |
getGuid()
The assessment revision guid.
|
String |
getIdentifier()
The identifier of the assessment (which stays the same regardless of the revision or GUID of the assessment).
|
ImageResource |
getImageResource()
Get imageResource
|
List<Label> |
getLabels()
A collection of labels for this assessment.
|
Integer |
getMinutesToComplete()
The number of minutes it takes for a participant to complete this assessment.
|
Integer |
getRevision()
The revision of the assessment under the given identifier (the identifier and the revision together are mapped to a single GUID which can be used to reference the assessment; only the GUID is required in this object).
|
String |
getTitle()
A title for this assessment to show to study designers.
|
String |
getType()
AssessmentReference
|
AssessmentReference2 |
guid(String guid) |
int |
hashCode() |
AssessmentReference2 |
identifier(String identifier) |
AssessmentReference2 |
imageResource(ImageResource imageResource) |
AssessmentReference2 |
labels(List<Label> labels) |
AssessmentReference2 |
minutesToComplete(Integer minutesToComplete) |
AssessmentReference2 |
revision(Integer revision) |
void |
setAppId(String appId) |
void |
setColorScheme(ColorScheme colorScheme) |
void |
setGuid(String guid) |
void |
setIdentifier(String identifier) |
void |
setImageResource(ImageResource imageResource) |
void |
setLabels(List<Label> labels) |
void |
setMinutesToComplete(Integer minutesToComplete) |
void |
setRevision(Integer revision) |
void |
setTitle(String title) |
AssessmentReference2 |
title(String title) |
String |
toString() |
public AssessmentReference2 appId(String appId)
public String getAppId()
public void setAppId(String appId)
public AssessmentReference2 guid(String guid)
public String getGuid()
public void setGuid(String guid)
public AssessmentReference2 title(String title)
public String getTitle()
public void setTitle(String title)
public AssessmentReference2 identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public AssessmentReference2 revision(Integer revision)
public Integer getRevision()
public void setRevision(Integer revision)
public AssessmentReference2 minutesToComplete(Integer minutesToComplete)
public Integer getMinutesToComplete()
public void setMinutesToComplete(Integer minutesToComplete)
public AssessmentReference2 labels(List<Label> labels)
public AssessmentReference2 addLabelsItem(Label labelsItem)
public List<Label> getLabels()
public AssessmentReference2 colorScheme(ColorScheme colorScheme)
public ColorScheme getColorScheme()
public void setColorScheme(ColorScheme colorScheme)
public AssessmentReference2 imageResource(ImageResource imageResource)
public ImageResource getImageResource()
public void setImageResource(ImageResource imageResource)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.