| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestEventType |
PullRequestEventType.fromValue(String value)
Use this in place of valueOf.
|
static PullRequestEventType |
PullRequestEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestEventType[] |
PullRequestEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePullRequestEventsRequest |
DescribePullRequestEventsRequest.withPullRequestEventType(PullRequestEventType pullRequestEventType)
Optional.
|
PullRequestEvent |
PullRequestEvent.withPullRequestEventType(PullRequestEventType pullRequestEventType)
The type of the pull request event (for example, a status change event (PULL_REQUEST_STATUS_CHANGED) or update
event (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).
|
Copyright © 2021. All rights reserved.