Uses of Interface
io.dialob.api.client.okhttp.ApiClient.Api
-
Packages that use ApiClient.Api Package Description io.dialob.api.client io.dialob.api.client.okhttp -
-
Uses of ApiClient.Api in io.dialob.api.client
Subinterfaces of ApiClient.Api in io.dialob.api.client Modifier and Type Interface Description interfaceDialobFormServiceApiinterfaceDialobQuestionnaireServiceApi -
Uses of ApiClient.Api in io.dialob.api.client.okhttp
Methods in io.dialob.api.client.okhttp with type parameters of type ApiClient.Api Modifier and Type Method Description <T extends ApiClient.Api>
TApiClient. buildClient(Class<T> clientClass)Creates a feign client for given API interface.
-