public final enum

PullRequestEntityType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.stash.pull.PullRequestEntityType

Class Overview

The various types of entities connected with a pull request. This enumeration may not be exhaustive - new values may be added from time to time as needed by the Stash API.

Summary

Enum Values
PullRequestEntityType  ACTIVITY   
PullRequestEntityType  COMMENT   
Public Methods
static PullRequestEntityType valueOf(String name)
final static PullRequestEntityType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PullRequestEntityType ACTIVITY

public static final PullRequestEntityType COMMENT

Public Methods

public static PullRequestEntityType valueOf (String name)

public static final PullRequestEntityType[] values ()