public final class IntentOperations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IntentOperations.Builder
Builder for batches of intent operations.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
appId() |
static IntentOperations.Builder |
builder(ApplicationId applicationId)
Returns a builder for intent operation batches.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<IntentOperation> |
operations()
List of operations that need to be executed as a unit.
|
String |
toString() |
public List<IntentOperation> operations()
public ApplicationId appId()
public static IntentOperations.Builder builder(ApplicationId applicationId)
applicationId - application idCopyright © 2015. All rights reserved.