Package co.arago.hiro.client.rest
Class AppAPI.GetDesktopApplicationsCommand
- java.lang.Object
-
- co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf<AppAPI.GetDesktopApplicationsCommand,HiroVertexListMessage>
-
- co.arago.hiro.client.rest.AppAPI.GetDesktopApplicationsCommand
-
- Enclosing class:
- AppAPI
public class AppAPI.GetDesktopApplicationsCommand extends AuthenticatedAPIHandler.APIRequestConf<AppAPI.GetDesktopApplicationsCommand,HiroVertexListMessage>
Returns a list of all visible desktop applicationsAPI GET /api/app/[version]/desktop
- See Also:
- API Documentation
-
-
Field Summary
-
Fields inherited from class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
fragment, headers, httpRequestTimeout, maxRetries, path, query
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGetDesktopApplicationsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HiroVertexListMessageexecute()protected AppAPI.GetDesktopApplicationsCommandself()-
Methods inherited from class co.arago.hiro.client.rest.AuthenticatedAPIHandler.APIRequestConf
setHttpHeaders, setHttpRequestTimeout, setMaxRetries, setUrlFragment, setUrlQuery
-
-
-
-
Method Detail
-
self
protected AppAPI.GetDesktopApplicationsCommand self()
- Specified by:
selfin classAuthenticatedAPIHandler.APIRequestConf<AppAPI.GetDesktopApplicationsCommand,HiroVertexListMessage>
-
execute
public HiroVertexListMessage execute() throws HiroException, java.io.IOException, java.lang.InterruptedException
- Specified by:
executein classAuthenticatedAPIHandler.APIRequestConf<AppAPI.GetDesktopApplicationsCommand,HiroVertexListMessage>- Returns:
- A
HiroVertexListMessagewith the result data. - Throws:
HiroException- TokenAPIHandler.java.io.IOException- When the call got an IO error.java.lang.InterruptedException- When the call gets interrupted.
-
-