Package com.jumio.sdk.api_v1.model
Class ApiActionsParts
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
URI>
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.184215600+02:00[Europe/Vienna]")
public class ApiActionsParts
extends HashMap<String,URI>
ApiActionsParts
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBack()
href to manage BACK part for the account credentialgetFace()
href to manage FACE part for the account credentialhref to manage FACEMAP part for the account credentialgetFront()
href to manage FRONT part for the account credentialhref to manage PREPARED_DATA part for the account credentialint
hashCode()
preparedData
(URI preparedData) void
void
void
setFacemap
(URI facemap) void
void
setPreparedData
(URI preparedData) toString()
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
JSON_PROPERTY_FRONT
- See Also:
-
JSON_PROPERTY_BACK
- See Also:
-
JSON_PROPERTY_FACE
- See Also:
-
JSON_PROPERTY_FACEMAP
- See Also:
-
JSON_PROPERTY_PREPARED_DATA
- See Also:
-
-
Constructor Details
-
ApiActionsParts
public ApiActionsParts()
-
-
Method Details
-
front
-
getFront
href to manage FRONT part for the account credential- Returns:
- front
-
setFront
-
back
-
getBack
href to manage BACK part for the account credential- Returns:
- back
-
setBack
-
face
-
getFace
href to manage FACE part for the account credential- Returns:
- face
-
setFace
-
facemap
-
getFacemap
href to manage FACEMAP part for the account credential- Returns:
- facemap
-
setFacemap
-
preparedData
-
getPreparedData
href to manage PREPARED_DATA part for the account credential- Returns:
- preparedData
-
setPreparedData
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAbstractMap<String,
URI>
-