类的使用
cn.feiliu.taskflow.open.ApiResponse
-
使用ApiResponse的程序包 程序包 说明 cn.feiliu.taskflow.open cn.feiliu.taskflow.open.api -
-
cn.feiliu.taskflow.open中ApiResponse的使用
返回ApiResponse的cn.feiliu.taskflow.open中的方法 修饰符和类型 方法 说明 static ApiResponseApiResponse. noContent()static ApiResponseApiResponse. of(Map<String,List<String>> headers, int code, String reason)static ApiResponseApiResponse. of(Map<String,List<String>> headers, TaskflowErrorInformation engineErrorResponse, int code, String reason)static <T> ApiResponse<T>ApiResponse. ok(T body) -
cn.feiliu.taskflow.open.api中ApiResponse的使用
返回ApiResponse的cn.feiliu.taskflow.open.api中的方法 修饰符和类型 方法 说明 ApiResponse<TokenResponse>IAuthService. getToken(String authHeader)Generate Taskflow platform requests token
-