public class AbstractClient extends Object
| 构造器和说明 |
|---|
AbstractClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static okhttp3.ResponseBody |
execute(retrofit2.Call<okhttp3.ResponseBody> call) |
protected static <T> T |
executeCall(retrofit2.Call<com.glodon.paas.foundation.restclient.RESTResponse<T>> call) |
protected String |
generateBasicOAuth(@NotNull Credential credential) |
protected String |
validToken(@NotNull String accessToken) |
protected String generateBasicOAuth(@NotNull @NotNull Credential credential)
protected static <T> T executeCall(retrofit2.Call<com.glodon.paas.foundation.restclient.RESTResponse<T>> call)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionprotected static okhttp3.ResponseBody execute(retrofit2.Call<okhttp3.ResponseBody> call)
throws com.bimface.exception.BimfaceException
com.bimface.exception.BimfaceExceptionCopyright © 2024. All rights reserved.