Class RequestedIbvVisualReviewCheck.Builder

java.lang.Object
com.yoti.api.client.docs.session.create.check.RequestedIbvVisualReviewCheck.Builder
Enclosing class:
RequestedIbvVisualReviewCheck

public static class RequestedIbvVisualReviewCheck.Builder extends Object
  • Method Details

    • withManualCheckAlways

      public RequestedIbvVisualReviewCheck.Builder withManualCheckAlways()
      Sets the manual check value to ALWAYS of a config that will be used for ibv visual review check
      Returns:
      the builder
    • withManualCheckFallback

      public RequestedIbvVisualReviewCheck.Builder withManualCheckFallback()
      Sets the manual check value to FALLBACK of a config that will be used for ibv visual review check
      Returns:
      the builder
    • withManualCheckNever

      public RequestedIbvVisualReviewCheck.Builder withManualCheckNever()
      Sets the manual check value to NEVER of a config that will be used for ibv visual review check
      Returns:
      the builder
    • withManualCheckIbv

      public RequestedIbvVisualReviewCheck.Builder withManualCheckIbv()
      Sets the manual check value to IBV of a config that will be used for ibv visual review check
      Returns:
      the builder
    • build