Uses of Class
com.authlete.common.api.AuthleteApiBasicImpl.NotFoundHandling
-
Packages that use AuthleteApiBasicImpl.NotFoundHandling Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of AuthleteApiBasicImpl.NotFoundHandling in com.authlete.common.api
Methods in com.authlete.common.api that return AuthleteApiBasicImpl.NotFoundHandling Modifier and Type Method Description static AuthleteApiBasicImpl.NotFoundHandling
AuthleteApiBasicImpl.NotFoundHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthleteApiBasicImpl.NotFoundHandling[]
AuthleteApiBasicImpl.NotFoundHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.api with parameters of type AuthleteApiBasicImpl.NotFoundHandling Modifier and Type Method Description protected <TResponse>
TResponseAuthleteApiBasicImpl. callApiWith4xxHandling(AuthleteApiBasicImpl.HttpMethod method, String auth, String path, Map<String,Object[]> queryParams, Object requestBody, Class<TResponse> responseClass, Options options, AuthleteApiBasicImpl.NotFoundHandling notFoundHandling, AuthleteApiBasicImpl.ClientErrorHandling clientErrorHandling)
Call an API with centralized context handling and specified 4xx handling strategies.protected <TResponse>
TResponseAuthleteApiBasicImpl. callApiWithNotFoundHandling(AuthleteApiBasicImpl.HttpMethod method, String auth, String path, Map<String,Object[]> queryParams, Object requestBody, Class<TResponse> responseClass, Options options, AuthleteApiBasicImpl.NotFoundHandling notFoundHandling)
Call an API with centralized context handling and specified 404 handling strategy.
-