public class UserQueryProperty extends Object implements QueryProperty
UserQuery
.Modifier and Type | Field and Description |
---|---|
static UserQueryProperty |
EMAIL |
static UserQueryProperty |
FIRST_NAME |
static UserQueryProperty |
LAST_NAME |
static UserQueryProperty |
USER_ID |
Constructor and Description |
---|
UserQueryProperty(String name) |
public static final UserQueryProperty USER_ID
public static final UserQueryProperty FIRST_NAME
public static final UserQueryProperty LAST_NAME
public static final UserQueryProperty EMAIL
public UserQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static UserQueryProperty findByName(String propertyName)
Copyright © 2015. All rights reserved.