@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-12-17T23:29:05.070-05:00") public class SystemApi extends Object
| Constructor and Description |
|---|
SystemApi() |
SystemApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
StringList |
v1AdminSystemFeaturesListGet(String sessionToken)
Get the full set of Symphony features available for this pod
|
StringList |
v1AdminSystemProtocolsListGet(String sessionToken)
Get a list of all URI protocols supported by the company (pod)
|
RoleDetailList |
v1AdminSystemRolesListGet(String sessionToken)
Get a list of all roles available in the company (pod)
|
public SystemApi()
public SystemApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public StringList v1AdminSystemFeaturesListGet(String sessionToken) throws ApiException
sessionToken - Session authentication token. (required)ApiException - if fails to make API callpublic StringList v1AdminSystemProtocolsListGet(String sessionToken) throws ApiException
sessionToken - Session authentication token. (required)ApiException - if fails to make API callpublic RoleDetailList v1AdminSystemRolesListGet(String sessionToken) throws ApiException
sessionToken - Session authentication token. (required)ApiException - if fails to make API callCopyright © 2017 Symphony Software Foundation. All rights reserved.