Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestChangeScope
-
Uses of PullRequestChangeScope in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestChangesRequest.getChangeScope()
Specifies the scope of the changes to be streamed.static PullRequestChangeScope
Returns the enum constant of this class with the specified name.static PullRequestChangeScope[]
PullRequestChangeScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPullRequestChangesRequest.Builder.changeScope
(PullRequestChangeScope value) Specifies the scope of the changes to be streamed.