public class DomainIntentOperations
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DomainIntentOperations.Builder
A builder for constructing domain intent operations.
|
Modifier | Constructor and Description |
---|---|
protected |
DomainIntentOperations() |
Modifier and Type | Method and Description |
---|---|
static DomainIntentOperations.Builder |
builder()
Returns a new builder.
|
DomainIntentOperationsContext |
callback()
Returns the callback for this batch of operations.
|
java.util.List<DomainIntentOperation> |
stages()
Returns the domain intent operations as sets of stages that should be
executed sequentially.
|
java.lang.String |
toString() |
public static DomainIntentOperations.Builder builder()
public java.util.List<DomainIntentOperation> stages()
public DomainIntentOperationsContext callback()
public java.lang.String toString()
toString
in class java.lang.Object