Package com.scytales.mvalid.sdk.data
Class IsoDocRequests
-
- All Implemented Interfaces:
public final class IsoDocRequests
The type Iso doc requests.
-
-
Method Summary
Modifier and Type Method Description static Map<String, Map<String, Map<String, Boolean>>>
getContactInfoDocRequest(boolean intentToRetain)
Gets contact info doc request. static Map<String, Map<String, Map<String, Boolean>>>
getAgeOverDocRequest(int ageOverValue, boolean intentToRetain)
Gets age over doc request. static Map<String, Map<String, Map<String, Boolean>>>
getDocRequestForIsoDocType(Map<String, Boolean> itemsRequest)
Gets doc request for iso doc type. -
-
Method Detail
-
getContactInfoDocRequest
static Map<String, Map<String, Map<String, Boolean>>> getContactInfoDocRequest(boolean intentToRetain)
Gets contact info doc request.
- Parameters:
intentToRetain
- the intent to retain
-
getAgeOverDocRequest
static Map<String, Map<String, Map<String, Boolean>>> getAgeOverDocRequest(int ageOverValue, boolean intentToRetain)
Gets age over doc request.
- Parameters:
ageOverValue
- the age over valueintentToRetain
- the intent to retain
-
-
-
-