Uses of Interface
co.arago.hiro.client.model.ToMap
-
-
Uses of ToMap in co.arago.hiro.client.connection.token
Classes in co.arago.hiro.client.connection.token that implement ToMap Modifier and Type Class Description protected static classAbstractRemoteAuthTokenAPIHandler.TokenInfoExtends the TokenResponse with additional data and operations. -
Uses of ToMap in co.arago.hiro.client.model
Subinterfaces of ToMap in co.arago.hiro.client.model Modifier and Type Interface Description interfaceEncodedURIMessageThis interface defines a default method to create an EncodedForm String from this object.Classes in co.arago.hiro.client.model that implement ToMap Modifier and Type Class Description classDefaultHiroItemListMessageRepresents a HIRO list of items.classHiroErrorHandles error responses from HIRO of the format.static classHiroError.HiroErrorEntryclassHiroItemListMessage<T extends HiroJsonMap>Represents a HIRO list of items.classHiroJsonMapThis is a generic model class that collects all keys and values of a JSON object inHiroJsonMap.fieldsMap.classHiroMessageThis contains a LinkedHashMap<String, Object>HiroJsonMap.fieldsMap(fromHiroJsonMapfor the generic incoming data.classVersionResponseThe response to a version GET request against "/api/version".static classVersionResponse.VersionEntry -
Uses of ToMap in co.arago.hiro.client.model.token
Classes in co.arago.hiro.client.model.token that implement ToMap Modifier and Type Class Description classAbstractTokenRequestJSON for a token request.classAuthorizeRequestclassCodeFlowTokenRequestJSON for a token request.classDecodedTokenData structure of the encoded JSON payload of a HIRO tokenstatic classDecodedToken.DataclassPasswordTokenRequestJSON for a token request.classTokenRefreshRequestJSON for a token refresh request.classTokenResponseThe token response from the auth API -
Uses of ToMap in co.arago.hiro.client.model.vertex
Classes in co.arago.hiro.client.model.vertex that implement ToMap Modifier and Type Class Description classHiroVertexListMessageSpecial case of theHiroItemListMessagewhere the data is aHiroVertexMessage.classHiroVertexMessageContains data of a HIRO vertex.static classMetaValueList.MetaValueField -
Uses of ToMap in co.arago.hiro.client.model.vertex.timeseries
Classes in co.arago.hiro.client.model.vertex.timeseries that implement ToMap Modifier and Type Class Description classHiroTimeseriesListMessagestatic classHiroTimeseriesListMessage.TimeseriesEntry -
Uses of ToMap in co.arago.hiro.client.model.websocket.action
Classes in co.arago.hiro.client.model.websocket.action that implement ToMap Modifier and Type Class Description classAbstractActionHandlerIdMessage -
Uses of ToMap in co.arago.hiro.client.model.websocket.action.impl
Classes in co.arago.hiro.client.model.websocket.action.impl that implement ToMap Modifier and Type Class Description classActionHandlerAck{ "type": "acknowledged", "id": "id1", "code": 200, "message: "..." }classActionHandlerError{ "type": "error", "code": 400, "message: "bad request" }classActionHandlerNack{ "type": "negativeAcknowledged", "id": "id1", "code": 400, "message: "bad request" }classActionHandlerResult{ "type": "sendActionResult", "id": "id1", "result": "..." }classActionHandlerSubmit{ "type": "submitAction", "id": "id1", "handler": "handlerId", "capability": "ExecuteCommand", "parameters": {}, "timeout": 30000 } -
Uses of ToMap in co.arago.hiro.client.model.websocket.events.impl
Classes in co.arago.hiro.client.model.websocket.events.impl that implement ToMap Modifier and Type Class Description classEventsMessageAn incoming events message from the events-ws.
Example:
-