Interface Unwrappable

  • All Superinterfaces:
    Response
    All Known Implementing Classes:
    VResponse

    public interface Unwrappable
    extends Response
    This interface represents that the response can be unwrapped.
    Author:
    Ween Jiann Lee
    • Method Detail

      • getInner

        @NotNull
        @NotNull Response getInner()
        Returns the unwrapped version of this request.
        Returns:
        an instance of request