Package co.arago.hiro.client.rest
Class AuthAPI.Builder
- java.lang.Object
-
- co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf<T>
-
- co.arago.hiro.client.rest.AuthAPI.Conf<AuthAPI.Builder>
-
- co.arago.hiro.client.rest.AuthAPI.Builder
-
- Enclosing class:
- AuthAPI
public static final class AuthAPI.Builder extends AuthAPI.Conf<AuthAPI.Builder>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthAPIbuild()protected AuthAPI.Builderself()-
Methods inherited from class co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf
getApiName, getApiPath, getHttpRequestTimeout, getMaxRetries, getTokenApiHandler, setApiName, setApiPath, setHttpRequestTimeout, setMaxRetries, setTokenApiHandler
-
-
-
-
Method Detail
-
self
protected AuthAPI.Builder self()
- Specified by:
selfin classAuthenticatedAPIHandler.Conf<AuthAPI.Builder>
-
build
public AuthAPI build()
- Specified by:
buildin classAuthAPI.Conf<AuthAPI.Builder>
-
-