Class ApiActionsParts

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,URI>
com.jumio.sdk.api_v1.model.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:
  • Field Details

  • Constructor Details

    • ApiActionsParts

      public ApiActionsParts()
  • Method Details

    • front

      public ApiActionsParts front(URI front)
    • getFront

      @Nullable public URI getFront()
      href to manage FRONT part for the account credential
      Returns:
      front
    • setFront

      public void setFront(URI front)
    • back

      public ApiActionsParts back(URI back)
    • getBack

      @Nullable public URI getBack()
      href to manage BACK part for the account credential
      Returns:
      back
    • setBack

      public void setBack(URI back)
    • face

      public ApiActionsParts face(URI face)
    • getFace

      @Nullable public URI getFace()
      href to manage FACE part for the account credential
      Returns:
      face
    • setFace

      public void setFace(URI face)
    • facemap

      public ApiActionsParts facemap(URI facemap)
    • getFacemap

      @Nullable public URI getFacemap()
      href to manage FACEMAP part for the account credential
      Returns:
      facemap
    • setFacemap

      public void setFacemap(URI facemap)
    • preparedData

      public ApiActionsParts preparedData(URI preparedData)
    • getPreparedData

      @Nullable public URI getPreparedData()
      href to manage PREPARED_DATA part for the account credential
      Returns:
      preparedData
    • setPreparedData

      public void setPreparedData(URI preparedData)
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in interface Map<String,URI>
      Overrides:
      equals in class AbstractMap<String,URI>
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Map<String,URI>
      Overrides:
      hashCode in class AbstractMap<String,URI>
    • toString

      public String toString()
      Overrides:
      toString in class AbstractMap<String,URI>