-
public final class AwaitPromiseRequestRequest object containing input parameters for the RuntimeDomain.awaitPromise command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpromiseObjectIdprivate final BooleanreturnByValueprivate final BooleangeneratePreview
-
Constructor Summary
Constructors Constructor Description AwaitPromiseRequest(String promiseObjectId, Boolean returnByValue, Boolean generatePreview)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final Booleancomponent3()final AwaitPromiseRequestcopy(String promiseObjectId, Boolean returnByValue, Boolean generatePreview)final StringgetPromiseObjectId()Identifier of the promise. final BooleangetReturnByValue()Whether the result is expected to be a JSON object that should be sent by value. final BooleangetGeneratePreview()Whether preview should be generated for the result. -
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
copy
final AwaitPromiseRequest copy(String promiseObjectId, Boolean returnByValue, Boolean generatePreview)
-
getPromiseObjectId
final String getPromiseObjectId()
Identifier of the promise.
-
getReturnByValue
final Boolean getReturnByValue()
Whether the result is expected to be a JSON object that should be sent by value.
-
getGeneratePreview
final Boolean getGeneratePreview()
Whether preview should be generated for the result.
-
-
-
-