public class IdentityApi extends Object
| Constructor and Description |
|---|
IdentityApi() |
IdentityApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayInputStream |
convertInputToByteArray(InputStream is) |
ApiClient |
getApiClient() |
List<Connection> |
getConnections()
Allows you to retrieve the connections for this users
Override the base server url that include version
|
com.google.api.client.http.HttpResponse |
getConnectionsForHttpResponse() |
String |
getXeroTenantId(String xeroTenantId) |
void |
setApiClient(ApiClient apiClient) |
void |
setXeroTenantId(String xeroTenantId) |
public IdentityApi()
public IdentityApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void setXeroTenantId(String xeroTenantId)
public List<Connection> getConnections() throws IOException
200 - Success - return response of type Connections array with 0 to n Connection
IOException - if an error occurs while attempting to invoke the APIpublic com.google.api.client.http.HttpResponse getConnectionsForHttpResponse()
throws IOException
IOExceptionpublic ByteArrayInputStream convertInputToByteArray(InputStream is) throws IOException
IOExceptionCopyright © 2019. All rights reserved.