public static enum PersonalDataInQueryFindingService.UserDataInQuery extends Enum<PersonalDataInQueryFindingService.UserDataInQuery>
Enum Constant and Description |
---|
MAYBE
The query might contain possible references, but the match
is not 100% certain.
|
NO
The query contains no references to the user.
|
YES
The query contains at least one reference to the user.
|
Modifier and Type | Method and Description |
---|---|
static PersonalDataInQueryFindingService.UserDataInQuery |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonalDataInQueryFindingService.UserDataInQuery[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersonalDataInQueryFindingService.UserDataInQuery YES
public static final PersonalDataInQueryFindingService.UserDataInQuery MAYBE
public static final PersonalDataInQueryFindingService.UserDataInQuery NO
public static PersonalDataInQueryFindingService.UserDataInQuery[] values()
for (PersonalDataInQueryFindingService.UserDataInQuery c : PersonalDataInQueryFindingService.UserDataInQuery.values()) System.out.println(c);
public static PersonalDataInQueryFindingService.UserDataInQuery valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2023 Atlassian. All Rights Reserved.