Interface HorizonClient
-
- All Known Implementing Classes:
MockHorizonClient
public interface HorizonClient- Author:
- olaa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HorizonResponsegetDashboard()HorizonResponsegetMetrics(byte[] query)HorizonResponsegetTopFolders()HorizonResponsegetUser()
-
-
-
Method Detail
-
getMetrics
HorizonResponse getMetrics(byte[] query)
-
getUser
HorizonResponse getUser()
-
getDashboard
HorizonResponse getDashboard()
-
getTopFolders
HorizonResponse getTopFolders()
-
-