public interface ActionResult
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getMessage()
Optional additional message relating to the action invocation.
|
ActionState |
getState()
Returns the state of the action.
|
Optional<URI> |
getURI()
Optional URI that can contain more information about the request.
|
@Nonnull Optional<String> getMessage()
@Nonnull ActionState getState()
Copyright © 2024 Atlassian. All rights reserved.