Interface ApiResponse<T>

    • Method Detail

      • isSuccess

        boolean isSuccess()
        Check is this response is indicated as successful.
        Returns:
        A boolean value: the check result.
      • getContent

        @Nullable
        T getContent()
        Get the received content with specified content type.
        Returns:
        The received content from this API response.