get Typed Response Or Null
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): Profile?
Content copied to clipboard
A function to resolve the response body by verifying the type of the response and returning a non-null value iff the wrapper and data is the right type. This is desirable due to type erasure.