Uses of Class
co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
-
Packages that use AuthenticatedAPIHandler.Conf Package Description co.arago.hiro.client.rest -
-
Uses of AuthenticatedAPIHandler.Conf in co.arago.hiro.client.rest
Classes in co.arago.hiro.client.rest with type parameters of type AuthenticatedAPIHandler.Conf Modifier and Type Class Description static classAuthenticatedAPIHandler.Conf<T extends AuthenticatedAPIHandler.Conf<T>>Configuration interface for all the parameters of an AuthenticatedAPIHandler.Subclasses of AuthenticatedAPIHandler.Conf in co.arago.hiro.client.rest Modifier and Type Class Description static classAppAPI.Builderstatic classAppAPI.Conf<T extends AppAPI.Conf<T>>static classAuthAPI.Builderstatic classAuthAPI.Conf<T extends AuthAPI.Conf<T>>static classGraphAPI.Builderstatic classGraphAPI.Conf<T extends GraphAPI.Conf<T>>Constructors in co.arago.hiro.client.rest with parameters of type AuthenticatedAPIHandler.Conf Constructor Description AuthenticatedAPIHandler(AuthenticatedAPIHandler.Conf<?> builder)Create this APIHandler by using its Builder.
-