Class WantedAttribute
java.lang.Object
com.yoti.api.client.shareurl.policy.WantedAttribute
Type and content of an user detail
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic WantedAttribute.Builderbuilder()Allows self asserted attributesList ofConstraintfor aWantedAttributeAdditional derived criteriagetName()Name identifying theWantedAttributebooleanDefines theWantedAttributeas not mandatory
-
Method Details
-
builder
-
getName
Name identifying theWantedAttribute- Returns:
- name of the attribute
-
getDerivation
Additional derived criteria- Returns:
- derivations
-
isOptional
public boolean isOptional()Defines theWantedAttributeas not mandatory- Returns:
- optional
-
getAcceptSelfAsserted
Allows self asserted attributes- Returns:
- accept self asserted
-
getConstraints
List ofConstraintfor aWantedAttribute- Returns:
- the list of constrains
-