Package com.atlassian.query
Enum Class PersonalDataInQueryFindingService.UserDataInQuery
java.lang.Object
java.lang.Enum<PersonalDataInQueryFindingService.UserDataInQuery>
com.atlassian.query.PersonalDataInQueryFindingService.UserDataInQuery
- All Implemented Interfaces:
Serializable
,Comparable<PersonalDataInQueryFindingService.UserDataInQuery>
,Constable
- Enclosing interface:
- PersonalDataInQueryFindingService
public static enum PersonalDataInQueryFindingService.UserDataInQuery
extends Enum<PersonalDataInQueryFindingService.UserDataInQuery>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
YES
The query contains at least one reference to the user. -
MAYBE
The query might contain possible references, but the match is not 100% certain. This could due to two reasons:- user identifier in the query matches multiple users,
- user identifier occurs is such a place where it's impossible to verify if it's a real user reference.
-
NO
The query contains no references to the user.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-