public class AsyncCallResult extends Object
| Constructor and Description |
|---|
AsyncCallResult(Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncCallResult |
createOk() |
Exception |
getException() |
boolean |
isNotOk() |
boolean |
isOk() |
public AsyncCallResult(Exception exception)
public static AsyncCallResult createOk()
public Exception getException()
public boolean isOk()
public boolean isNotOk()
Copyright © 2022 SAP. All rights reserved.