public class EndpointUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static InteractiveHost |
getInteractiveHost()
Returns the first
InteractiveHost returned from the API endpoint. |
static List<InteractiveHost> |
getInteractiveHosts()
Returns a
List of InteractiveHosts returned from the API endpoint. |
public static InteractiveHost getInteractiveHost() throws InteractiveNoHostsFoundException
InteractiveHost returned from the API endpoint.InteractiveHost returned from the API endpointInteractiveNoHostsFoundException - If no Interactive hosts were returned from the Interactive servicepublic static List<InteractiveHost> getInteractiveHosts() throws InteractiveNoHostsFoundException
List of InteractiveHosts returned from the API endpoint.List of InteractiveHosts returned from the API endpointInteractiveNoHostsFoundException - If no Interactive hosts were returned from the Interactive serviceCopyright © 2018. All rights reserved.