Class ApiActionsParts

java.lang.Object
com.jumio.sdk.account_v1.model.ApiActionsParts

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]") public class ApiActionsParts extends Object
ApiActionsParts
  • 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)
    • document

      public ApiActionsParts document(URI document)
    • getDocument

      @Nullable public URI getDocument()
      href to manage document upload for the account credential
      Returns:
      document
    • setDocument

      public void setDocument(URI document)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object