Uses of Class
co.arago.hiro.client.rest.GraphAPI.Conf
-
Packages that use GraphAPI.Conf Package Description co.arago.hiro.client.rest -
-
Uses of GraphAPI.Conf in co.arago.hiro.client.rest
Classes in co.arago.hiro.client.rest with type parameters of type GraphAPI.Conf Modifier and Type Class Description static classGraphAPI.Conf<T extends GraphAPI.Conf<T>>Subclasses of GraphAPI.Conf in co.arago.hiro.client.rest Modifier and Type Class Description static classGraphAPI.BuilderMethods in co.arago.hiro.client.rest that return GraphAPI.Conf Modifier and Type Method Description static GraphAPI.Conf<?>GraphAPI. newBuilder(TokenAPIHandler tokenAPIHandler)Constructors in co.arago.hiro.client.rest with parameters of type GraphAPI.Conf Constructor Description GraphAPI(GraphAPI.Conf<?> builder)Create this APIHandler by using its Builder.
-