| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
Qualification |
Qualification.clone() |
Qualification |
GetQualificationScoreResult.getQualification()
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and
the value (score).
|
Qualification |
Qualification.withGrantTime(Date grantTime)
The date and time the Qualification was granted to the Worker.
|
Qualification |
Qualification.withIntegerValue(Integer integerValue)
The value (score) of the Qualification, if the Qualification has an integer value.
|
Qualification |
Qualification.withLocaleValue(Locale localeValue) |
Qualification |
Qualification.withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the Qualification.
|
Qualification |
Qualification.withStatus(QualificationStatus status)
The status of the Qualification.
|
Qualification |
Qualification.withStatus(String status)
The status of the Qualification.
|
Qualification |
Qualification.withWorkerId(String workerId)
The ID of the Worker who possesses the Qualification.
|
| Modifier and Type | Method and Description |
|---|---|
List<Qualification> |
ListWorkersWithQualificationTypeResult.getQualifications()
The list of Qualification elements returned by this call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetQualificationScoreResult.setQualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and
the value (score).
|
GetQualificationScoreResult |
GetQualificationScoreResult.withQualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and
the value (score).
|
ListWorkersWithQualificationTypeResult |
ListWorkersWithQualificationTypeResult.withQualifications(Qualification... qualifications)
The list of Qualification elements returned by this call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkersWithQualificationTypeResult.setQualifications(Collection<Qualification> qualifications)
The list of Qualification elements returned by this call.
|
ListWorkersWithQualificationTypeResult |
ListWorkersWithQualificationTypeResult.withQualifications(Collection<Qualification> qualifications)
The list of Qualification elements returned by this call.
|
Copyright © 2017. All rights reserved.