public class RemoteDeclarationSessionDeployment extends Object
| Modifier and Type | Method and Description |
|---|---|
static RemoteDeclarationSessionDeployment |
failure(Exception exception) |
Exception |
getException() |
String |
getId() |
boolean |
isSuccess() |
static RemoteDeclarationSessionDeployment |
success(String id) |
public static RemoteDeclarationSessionDeployment success(String id)
public static RemoteDeclarationSessionDeployment failure(Exception exception)
public String getId()
public Exception getException()
public boolean isSuccess()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.