Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestActivityType
Packages that use PullRequestActivityType
-
Uses of PullRequestActivityType in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestActivityTypeModifier and TypeMethodDescriptionstatic PullRequestActivityTypeReturns the enum constant of this class with the specified name.static PullRequestActivityType[]PullRequestActivityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestActivityTypeModifier and TypeMethodDescriptionPullRequestActivitySearchRequest.getTypes()Specifies the type(s) of activities to search for.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestActivityTypeModifier and TypeMethodDescriptionPullRequestActivitySearchRequest.Builder.types(PullRequestActivityType value, PullRequestActivityType... values) Method parameters in com.atlassian.bitbucket.pull with type arguments of type PullRequestActivityTypeModifier and TypeMethodDescriptionPullRequestActivitySearchRequest.Builder.types(Iterable<PullRequestActivityType> values)