Uses of Interface
com.authlete.common.api.AuthleteApiBasicImpl.AuthleteApiCall
-
Packages that use AuthleteApiBasicImpl.AuthleteApiCall Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of AuthleteApiBasicImpl.AuthleteApiCall in com.authlete.common.api
Methods in com.authlete.common.api with parameters of type AuthleteApiBasicImpl.AuthleteApiCall Modifier and Type Method Description protected <TResponse>
TResponseAuthleteApiBasicImpl. executeApiCall(AuthleteApiBasicImpl.AuthleteApiCall<TResponse> apiCall)
Execute an Authlete API call.
-