public enum UserPropertyFilter extends Enum<UserPropertyFilter>
| Enum Constant and Description |
|---|
ACTIVE |
EMAIL |
FIRSTNAME |
GROUP_DESCRIPTION |
GROUP_NAME |
LASTNAME |
NUMBER |
OBJECTID |
ORGANIZATIONALUNIT_ID |
ORGANIZATIONALUNIT_NAME |
ORGANIZATIONALUNIT_SYMBOL |
POSITION_NAME |
POSITION_SYMBOL |
ROLEID |
USERNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty() |
static UserPropertyFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserPropertyFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserPropertyFilter OBJECTID
public static final UserPropertyFilter USERNAME
public static final UserPropertyFilter FIRSTNAME
public static final UserPropertyFilter LASTNAME
public static final UserPropertyFilter NUMBER
public static final UserPropertyFilter EMAIL
public static final UserPropertyFilter ACTIVE
public static final UserPropertyFilter GROUP_NAME
public static final UserPropertyFilter GROUP_DESCRIPTION
public static final UserPropertyFilter POSITION_NAME
public static final UserPropertyFilter POSITION_SYMBOL
public static final UserPropertyFilter ORGANIZATIONALUNIT_NAME
public static final UserPropertyFilter ORGANIZATIONALUNIT_SYMBOL
public static final UserPropertyFilter ORGANIZATIONALUNIT_ID
public static final UserPropertyFilter ROLEID
public static UserPropertyFilter[] values()
for (UserPropertyFilter c : UserPropertyFilter.values()) System.out.println(c);
public static UserPropertyFilter 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 nullpublic String getProperty()
Copyright © 2024 Suncode. All rights reserved.