Search

Class VAPIEndpoint

Extends java.lang.Object

Attributes

Name Type Description
endpointUrl String
isUseSecureConnection boolean
name String
password String
username String
useSecureConnection boolean

Methods

Name Returns
client(String username, String password) VAPIClient

Returned by

Method Returns
Endpoints.endpoints() VAPIEndpoint
VAPIManager.addEndpoint(String endpointUrl, boolean useSecureConnection, String username, String password) VAPIEndpoint
VAPIManager.findEndpoint(String endpointUrl) VAPIEndpoint
VAPIManager.getAllEndpoints() VAPIEndpoint[]

Referenced in

None