@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QualificationRequirement extends Object implements Serializable, Cloneable, StructuredPojo
The QualificationRequirement data structure describes a Qualification that a Worker must have before the Worker is allowed to accept a HIT. A requirement may optionally state that a Worker must have the Qualification in order to preview the HIT, or see the HIT in search results.
Constructor and Description |
---|
QualificationRequirement() |
Modifier and Type | Method and Description |
---|---|
QualificationRequirement |
clone() |
boolean |
equals(Object obj) |
String |
getActionsGuarded()
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action.
|
String |
getComparator()
The kind of comparison to make against a Qualification's value.
|
List<Integer> |
getIntegerValues()
The integer value to compare against the Qualification's value.
|
List<Locale> |
getLocaleValues()
The locale value to compare against the Qualification's value.
|
String |
getQualificationTypeId()
The ID of the Qualification type for the requirement.
|
Boolean |
getRequiredToPreview()
Deprecated.
|
int |
hashCode() |
Boolean |
isRequiredToPreview()
Deprecated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActionsGuarded(HITAccessActions actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action.
|
void |
setActionsGuarded(String actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action.
|
void |
setComparator(Comparator comparator)
The kind of comparison to make against a Qualification's value.
|
void |
setComparator(String comparator)
The kind of comparison to make against a Qualification's value.
|
void |
setIntegerValues(Collection<Integer> integerValues)
The integer value to compare against the Qualification's value.
|
void |
setLocaleValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value.
|
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the requirement.
|
void |
setRequiredToPreview(Boolean requiredToPreview)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
QualificationRequirement |
withActionsGuarded(HITAccessActions actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action.
|
QualificationRequirement |
withActionsGuarded(String actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action.
|
QualificationRequirement |
withComparator(Comparator comparator)
The kind of comparison to make against a Qualification's value.
|
QualificationRequirement |
withComparator(String comparator)
The kind of comparison to make against a Qualification's value.
|
QualificationRequirement |
withIntegerValues(Collection<Integer> integerValues)
The integer value to compare against the Qualification's value.
|
QualificationRequirement |
withIntegerValues(Integer... integerValues)
The integer value to compare against the Qualification's value.
|
QualificationRequirement |
withLocaleValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value.
|
QualificationRequirement |
withLocaleValues(Locale... localeValues)
The locale value to compare against the Qualification's value.
|
QualificationRequirement |
withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the requirement.
|
QualificationRequirement |
withRequiredToPreview(Boolean requiredToPreview)
Deprecated.
|
public void setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the requirement.
qualificationTypeId
- The ID of the Qualification type for the requirement.public String getQualificationTypeId()
The ID of the Qualification type for the requirement.
public QualificationRequirement withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type for the requirement.
qualificationTypeId
- The ID of the Qualification type for the requirement.public void setComparator(String comparator)
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
comparator
- The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to
an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo,
or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo
the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue
values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the
user's profile, regardless of its value.Comparator
public String getComparator()
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
Comparator
public QualificationRequirement withComparator(String comparator)
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
comparator
- The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to
an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo,
or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo
the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue
values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the
user's profile, regardless of its value.Comparator
public void setComparator(Comparator comparator)
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
comparator
- The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to
an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo,
or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo
the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue
values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the
user's profile, regardless of its value.Comparator
public QualificationRequirement withComparator(Comparator comparator)
The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo, or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the user's profile, regardless of its value.
comparator
- The kind of comparison to make against a Qualification's value. You can compare a Qualification's value to
an IntegerValue to see if it is LessThan, LessThanOrEqualTo, GreaterThan, GreaterThanOrEqualTo, EqualTo,
or NotEqualTo the IntegerValue. You can compare it to a LocaleValue to see if it is EqualTo, or NotEqualTo
the LocaleValue. You can check to see if the value is In or NotIn a set of IntegerValue or LocaleValue
values. Lastly, a Qualification requirement can also test if a Qualification Exists or DoesNotExist in the
user's profile, regardless of its value.Comparator
public List<Integer> getIntegerValues()
The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.
public void setIntegerValues(Collection<Integer> integerValues)
The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.
integerValues
- The integer value to compare against the Qualification's value. IntegerValue must not be present if
Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an
integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set
comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a
QualificationRequirement data structure.public QualificationRequirement withIntegerValues(Integer... integerValues)
The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.
NOTE: This method appends the values to the existing list (if any). Use
setIntegerValues(java.util.Collection)
or withIntegerValues(java.util.Collection)
if you want
to override the existing values.
integerValues
- The integer value to compare against the Qualification's value. IntegerValue must not be present if
Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an
integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set
comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a
QualificationRequirement data structure.public QualificationRequirement withIntegerValues(Collection<Integer> integerValues)
The integer value to compare against the Qualification's value. IntegerValue must not be present if Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a QualificationRequirement data structure.
integerValues
- The integer value to compare against the Qualification's value. IntegerValue must not be present if
Comparator is Exists or DoesNotExist. IntegerValue can only be used if the Qualification type has an
integer value; it cannot be used with the Worker_Locale QualificationType ID. When performing a set
comparison by using the In or the NotIn comparator, you can use up to 15 IntegerValue elements in a
QualificationRequirement data structure.public List<Locale> getLocaleValues()
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
public void setLocaleValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
localeValues
- The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166
country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale
QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn
comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo
comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to
30 LocaleValue elements in a QualificationRequirement data structure.public QualificationRequirement withLocaleValues(Locale... localeValues)
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
NOTE: This method appends the values to the existing list (if any). Use
setLocaleValues(java.util.Collection)
or withLocaleValues(java.util.Collection)
if you want to
override the existing values.
localeValues
- The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166
country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale
QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn
comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo
comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to
30 LocaleValue elements in a QualificationRequirement data structure.public QualificationRequirement withLocaleValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166 country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to 30 LocaleValue elements in a QualificationRequirement data structure.
localeValues
- The locale value to compare against the Qualification's value. The local value must be a valid ISO 3166
country code or supports ISO 3166-2 subdivisions. LocaleValue can only be used with a Worker_Locale
QualificationType ID. LocaleValue can only be used with the EqualTo, NotEqualTo, In, and NotIn
comparators. You must only use a single LocaleValue element when using the EqualTo or NotEqualTo
comparators. When performing a set comparison by using the In or the NotIn comparator, you can use up to
30 LocaleValue elements in a QualificationRequirement data structure.@Deprecated public void setRequiredToPreview(Boolean requiredToPreview)
DEPRECATED: Use the ActionsGuarded
field instead. If RequiredToPreview is true, the question data
for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries to preview
the HIT. That is, a Worker's Qualifications must meet all of the requirements for which RequiredToPreview is true
in order to preview the HIT. If a Worker meets all of the requirements where RequiredToPreview is true (or if
there are no such requirements), but does not meet all of the requirements for the HIT, the Worker will be
allowed to preview the HIT's question data, but will not be allowed to accept and complete the HIT. The default
is false. This should not be used in combination with the ActionsGuarded
field.
requiredToPreview
- DEPRECATED: Use the ActionsGuarded
field instead. If RequiredToPreview is true, the question
data for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries
to preview the HIT. That is, a Worker's Qualifications must meet all of the requirements for which
RequiredToPreview is true in order to preview the HIT. If a Worker meets all of the requirements where
RequiredToPreview is true (or if there are no such requirements), but does not meet all of the
requirements for the HIT, the Worker will be allowed to preview the HIT's question data, but will not be
allowed to accept and complete the HIT. The default is false. This should not be used in combination with
the ActionsGuarded
field.@Deprecated public Boolean getRequiredToPreview()
DEPRECATED: Use the ActionsGuarded
field instead. If RequiredToPreview is true, the question data
for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries to preview
the HIT. That is, a Worker's Qualifications must meet all of the requirements for which RequiredToPreview is true
in order to preview the HIT. If a Worker meets all of the requirements where RequiredToPreview is true (or if
there are no such requirements), but does not meet all of the requirements for the HIT, the Worker will be
allowed to preview the HIT's question data, but will not be allowed to accept and complete the HIT. The default
is false. This should not be used in combination with the ActionsGuarded
field.
ActionsGuarded
field instead. If RequiredToPreview is true, the question
data for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries
to preview the HIT. That is, a Worker's Qualifications must meet all of the requirements for which
RequiredToPreview is true in order to preview the HIT. If a Worker meets all of the requirements where
RequiredToPreview is true (or if there are no such requirements), but does not meet all of the
requirements for the HIT, the Worker will be allowed to preview the HIT's question data, but will not be
allowed to accept and complete the HIT. The default is false. This should not be used in combination with
the ActionsGuarded
field.@Deprecated public QualificationRequirement withRequiredToPreview(Boolean requiredToPreview)
DEPRECATED: Use the ActionsGuarded
field instead. If RequiredToPreview is true, the question data
for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries to preview
the HIT. That is, a Worker's Qualifications must meet all of the requirements for which RequiredToPreview is true
in order to preview the HIT. If a Worker meets all of the requirements where RequiredToPreview is true (or if
there are no such requirements), but does not meet all of the requirements for the HIT, the Worker will be
allowed to preview the HIT's question data, but will not be allowed to accept and complete the HIT. The default
is false. This should not be used in combination with the ActionsGuarded
field.
requiredToPreview
- DEPRECATED: Use the ActionsGuarded
field instead. If RequiredToPreview is true, the question
data for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries
to preview the HIT. That is, a Worker's Qualifications must meet all of the requirements for which
RequiredToPreview is true in order to preview the HIT. If a Worker meets all of the requirements where
RequiredToPreview is true (or if there are no such requirements), but does not meet all of the
requirements for the HIT, the Worker will be allowed to preview the HIT's question data, but will not be
allowed to accept and complete the HIT. The default is false. This should not be used in combination with
the ActionsGuarded
field.@Deprecated public Boolean isRequiredToPreview()
DEPRECATED: Use the ActionsGuarded
field instead. If RequiredToPreview is true, the question data
for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries to preview
the HIT. That is, a Worker's Qualifications must meet all of the requirements for which RequiredToPreview is true
in order to preview the HIT. If a Worker meets all of the requirements where RequiredToPreview is true (or if
there are no such requirements), but does not meet all of the requirements for the HIT, the Worker will be
allowed to preview the HIT's question data, but will not be allowed to accept and complete the HIT. The default
is false. This should not be used in combination with the ActionsGuarded
field.
ActionsGuarded
field instead. If RequiredToPreview is true, the question
data for the HIT will not be shown when a Worker whose Qualifications do not meet this requirement tries
to preview the HIT. That is, a Worker's Qualifications must meet all of the requirements for which
RequiredToPreview is true in order to preview the HIT. If a Worker meets all of the requirements where
RequiredToPreview is true (or if there are no such requirements), but does not meet all of the
requirements for the HIT, the Worker will be allowed to preview the HIT's question data, but will not be
allowed to accept and complete the HIT. The default is false. This should not be used in combination with
the ActionsGuarded
field.public void setActionsGuarded(String actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can preview the
HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview the HIT, but can see
the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot accept, preview, or see the HIT
in their search results). It's possible for you to create a HIT with multiple QualificationRequirements (which
can have different values for the ActionGuarded attribute). In this case, the Worker is only permitted to perform
an action when they have met all QualificationRequirements guarding the action. The actions in the order of least
restrictive to most restrictive are Discover, Preview and Accept. For example, if a Worker meets all
QualificationRequirements that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set
with PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.
actionsGuarded
- Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement
from taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can
preview the HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview
the HIT, but can see the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot
accept, preview, or see the HIT in their search results). It's possible for you to create a HIT with
multiple QualificationRequirements (which can have different values for the ActionGuarded attribute). In
this case, the Worker is only permitted to perform an action when they have met all
QualificationRequirements guarding the action. The actions in the order of least restrictive to most
restrictive are Discover, Preview and Accept. For example, if a Worker meets all QualificationRequirements
that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set with
PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.HITAccessActions
public String getActionsGuarded()
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can preview the
HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview the HIT, but can see
the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot accept, preview, or see the HIT
in their search results). It's possible for you to create a HIT with multiple QualificationRequirements (which
can have different values for the ActionGuarded attribute). In this case, the Worker is only permitted to perform
an action when they have met all QualificationRequirements guarding the action. The actions in the order of least
restrictive to most restrictive are Discover, Preview and Accept. For example, if a Worker meets all
QualificationRequirements that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set
with PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.
RequiredToPreview
field.HITAccessActions
public QualificationRequirement withActionsGuarded(String actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can preview the
HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview the HIT, but can see
the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot accept, preview, or see the HIT
in their search results). It's possible for you to create a HIT with multiple QualificationRequirements (which
can have different values for the ActionGuarded attribute). In this case, the Worker is only permitted to perform
an action when they have met all QualificationRequirements guarding the action. The actions in the order of least
restrictive to most restrictive are Discover, Preview and Accept. For example, if a Worker meets all
QualificationRequirements that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set
with PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.
actionsGuarded
- Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement
from taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can
preview the HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview
the HIT, but can see the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot
accept, preview, or see the HIT in their search results). It's possible for you to create a HIT with
multiple QualificationRequirements (which can have different values for the ActionGuarded attribute). In
this case, the Worker is only permitted to perform an action when they have met all
QualificationRequirements guarding the action. The actions in the order of least restrictive to most
restrictive are Discover, Preview and Accept. For example, if a Worker meets all QualificationRequirements
that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set with
PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.HITAccessActions
public void setActionsGuarded(HITAccessActions actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can preview the
HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview the HIT, but can see
the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot accept, preview, or see the HIT
in their search results). It's possible for you to create a HIT with multiple QualificationRequirements (which
can have different values for the ActionGuarded attribute). In this case, the Worker is only permitted to perform
an action when they have met all QualificationRequirements guarding the action. The actions in the order of least
restrictive to most restrictive are Discover, Preview and Accept. For example, if a Worker meets all
QualificationRequirements that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set
with PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.
actionsGuarded
- Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement
from taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can
preview the HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview
the HIT, but can see the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot
accept, preview, or see the HIT in their search results). It's possible for you to create a HIT with
multiple QualificationRequirements (which can have different values for the ActionGuarded attribute). In
this case, the Worker is only permitted to perform an action when they have met all
QualificationRequirements guarding the action. The actions in the order of least restrictive to most
restrictive are Discover, Preview and Accept. For example, if a Worker meets all QualificationRequirements
that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set with
PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.HITAccessActions
public QualificationRequirement withActionsGuarded(HITAccessActions actionsGuarded)
Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from
taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can preview the
HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview the HIT, but can see
the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot accept, preview, or see the HIT
in their search results). It's possible for you to create a HIT with multiple QualificationRequirements (which
can have different values for the ActionGuarded attribute). In this case, the Worker is only permitted to perform
an action when they have met all QualificationRequirements guarding the action. The actions in the order of least
restrictive to most restrictive are Discover, Preview and Accept. For example, if a Worker meets all
QualificationRequirements that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set
with PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.
actionsGuarded
- Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement
from taking the specified action. Valid arguments include "Accept" (Worker cannot accept the HIT, but can
preview the HIT and see it in their search results), "PreviewAndAccept" (Worker cannot accept or preview
the HIT, but can see the HIT in their search results), and "DiscoverPreviewAndAccept" (Worker cannot
accept, preview, or see the HIT in their search results). It's possible for you to create a HIT with
multiple QualificationRequirements (which can have different values for the ActionGuarded attribute). In
this case, the Worker is only permitted to perform an action when they have met all
QualificationRequirements guarding the action. The actions in the order of least restrictive to most
restrictive are Discover, Preview and Accept. For example, if a Worker meets all QualificationRequirements
that are set to DiscoverPreviewAndAccept, but do not meet all requirements that are set with
PreviewAndAccept, then the Worker will be able to Discover, i.e. see the HIT in their search result, but
will not be able to Preview or Accept the HIT. ActionsGuarded should not be used in combination with the
RequiredToPreview
field.HITAccessActions
public String toString()
toString
in class Object
Object.toString()
public QualificationRequirement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.