public interface Link
Available methods and actions which can be done after a successful Verification
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
    static class 
    The related action that can be performed on the initiated Verification.
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    The complete URL to perform the specified action, localized to the DataCenter which handled the original Verification request.
    The HTTP method to use when performing the action using the linked localized URL.
    The related action that can be performed on the initiated Verification.
  • Method Details

    • getRel

      Link.RelEnum getRel()
      The related action that can be performed on the initiated Verification.
      Returns:
      rel
    • getHref

      String getHref()
      The complete URL to perform the specified action, localized to the DataCenter which handled the original Verification request.
      Returns:
      href
    • getMethod

      String getMethod()
      The HTTP method to use when performing the action using the linked localized URL.
      Returns:
      method
    • builder

      static Link.Builder builder()
      Getting builder
      Returns:
      New Builder instance