public abstract static class Intent.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IntentId |
intentId |
protected int |
priority |
protected int |
version |
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
intentId(IntentId intentId) |
Intent.Builder |
priority(int priority) |
Intent.Builder |
version(int version) |
protected IntentId intentId
protected int priority
protected int version
public Intent.Builder intentId(IntentId intentId)
public Intent.Builder priority(int priority)
public Intent.Builder version(int version)