Class CallerInfo


  • public class CallerInfo
    extends java.lang.Object
    CallerInfo is used to represent SHAKEN/STIR status information about the caller.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean isVerified()
      Returns `true` if the caller has been validated at 'A' level, `false` if the caller has been verified at any lower level or has failed validation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isVerified

        @Nullable
        public java.lang.Boolean isVerified()
        Returns `true` if the caller has been validated at 'A' level, `false` if the caller has been verified at any lower level or has failed validation. Returns `null` if no caller verification information is available or if stir status value is `null`.