Package co.arago.hiro.client.rest
Class GraphAPI.Builder
- java.lang.Object
-
- co.arago.hiro.client.rest.AuthenticatedAPIHandler.Conf<T>
-
- co.arago.hiro.client.rest.GraphAPI.Conf<GraphAPI.Builder>
-
- co.arago.hiro.client.rest.GraphAPI.Builder
-
- Enclosing class:
- GraphAPI
public static final class GraphAPI.Builder extends GraphAPI.Conf<GraphAPI.Builder>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphAPIbuild()protected GraphAPI.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 GraphAPI.Builder self()
- Specified by:
selfin classAuthenticatedAPIHandler.Conf<GraphAPI.Builder>
-
build
public GraphAPI build()
- Specified by:
buildin classGraphAPI.Conf<GraphAPI.Builder>
-
-