public abstract class Result extends Object
public abstract <T extends Result> T fromResponse(Protocol protocol, NetworkResponse response) throws ApiException
T - Object extends `Result`protocol - The protocol, please check the `Protocol` enum.response - The response.ApiException - Failed, possibly due to a data error.Copyright © 2023. All rights reserved.