Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiEcho |
ToolsResourceApi.echo(String message)
Echoes the provided message back to the caller.
|
ApiEcho |
ToolsResourceApi.echoError(String message)
Throws an error containing the given input message.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiEcho> |
ToolsResourceApi.echoErrorWithHttpInfo(String message)
Throws an error containing the given input message.
|
ApiResponse<ApiEcho> |
ToolsResourceApi.echoWithHttpInfo(String message)
Echoes the provided message back to the caller.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ToolsResourceApi.echoAsync(String message,
ApiCallback<ApiEcho> callback)
Echoes the provided message back to the caller.
|
com.squareup.okhttp.Call |
ToolsResourceApi.echoErrorAsync(String message,
ApiCallback<ApiEcho> callback)
Throws an error containing the given input message.
|
Modifier and Type | Method and Description |
---|---|
ApiEcho |
ApiEcho.message(String message) |
Copyright © 2019. All rights reserved.