Uses of Class
co.arago.hiro.client.rest.AuthenticatedAPIHandler.SendBodyAPIRequestConf
-
Packages that use AuthenticatedAPIHandler.SendBodyAPIRequestConf Package Description co.arago.hiro.client.rest -
-
Uses of AuthenticatedAPIHandler.SendBodyAPIRequestConf in co.arago.hiro.client.rest
Classes in co.arago.hiro.client.rest with type parameters of type AuthenticatedAPIHandler.SendBodyAPIRequestConf Modifier and Type Class Description static classAuthenticatedAPIHandler.SendBodyAPIRequestConf<T extends AuthenticatedAPIHandler.SendBodyAPIRequestConf<T,R>,R>The basic configuration for all requests that are sending JSON data.Subclasses of AuthenticatedAPIHandler.SendBodyAPIRequestConf in co.arago.hiro.client.rest Modifier and Type Class Description classAuthAPI.PostMeProfileCommandchange profile of current token's accountclassAuthAPI.PutMePasswordCommandchange password of current token's accountclassGraphAPI.CreateEntityCommandcreate vertex entity using ogit/_type.classGraphAPI.PostTimeseriesCommandpost timeseries to an entityclassGraphAPI.PostVerbCommandconnect two vertices via an edge named verb.protected static classGraphAPI.QueryBodyConf<T extends GraphAPI.QueryBodyConf<T,R>,R>A config class that contains common parameters for all Graph Queries.classGraphAPI.QueryByIdsCommandquery by idsclassGraphAPI.QueryByXidCommandquery by xidclassGraphAPI.QueryGremlinCommandquery gremlinclassGraphAPI.QueryTimeseriesCommandquery timeseries valuesclassGraphAPI.QueryVerticesCommandquery verticesclassGraphAPI.UpdateEntityCommandupdate vertex entity by ogit/_id.
-