Class: CloudControllerBase
new CloudControllerBase(endPoint)
Parameters:
Name |
Type |
Description |
endPoint |
String
|
[CC endpoint] |
- Source:
Methods
setEndPoint(endPoint) → {void}
Set endpoint
Parameters:
Name |
Type |
Description |
endPoint |
String
|
[CC endpoint] |
- Source:
Returns:
-
Type
-
void
setToken(token) → {void}
Set token
Parameters:
Name |
Type |
Description |
token |
JSON
|
[Oauth token from UAA] |
- Source:
Returns:
-
Type
-
void