Uses of Class
co.arago.hiro.client.model.vertex.HiroVertexMessage
-
Packages that use HiroVertexMessage Package Description co.arago.hiro.client.model.websocket.events.impl co.arago.hiro.client.rest -
-
Uses of HiroVertexMessage in co.arago.hiro.client.model.websocket.events.impl
Fields in co.arago.hiro.client.model.websocket.events.impl declared as HiroVertexMessage Modifier and Type Field Description HiroVertexMessageEventsMessage. bodyHiroVertexMessageEventsMessage. metadataConstructors in co.arago.hiro.client.model.websocket.events.impl with parameters of type HiroVertexMessage Constructor Description EventsMessage(java.lang.String id, java.lang.String type, java.lang.Long timestamp, java.lang.Long nanotime, HiroVertexMessage body, HiroVertexMessage metadata) -
Uses of HiroVertexMessage in co.arago.hiro.client.rest
Methods in co.arago.hiro.client.rest that return HiroVertexMessage Modifier and Type Method Description HiroVertexMessageAppAPI.GetApplicationCommand. execute()HiroVertexMessageAuthAPI.GetMeAccountCommand. execute()HiroVertexMessageAuthAPI.GetMeProfileCommand. execute()HiroVertexMessageAuthAPI.PostMeProfileCommand. execute()HiroVertexMessageAuthAPI.PutMePasswordCommand. execute()HiroVertexMessageGraphAPI.CreateEntityCommand. execute()HiroVertexMessageGraphAPI.DeleteEntityCommand. execute()HiroVertexMessageGraphAPI.GetEntityCommand. execute()HiroVertexMessageGraphAPI.PostVerbCommand. execute()HiroVertexMessageGraphAPI.UpdateEntityCommand. execute()
-