Class LicensedUsersQuery
java.lang.Object
com.atlassian.crowd.dao.licensing.LicensedUsersQuery
Defines constraints for the search query.
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
LicensedUsersQuery
(LicensingSummary licensingSummary, String textSearch, Date lastActiveOnOrBefore, boolean neverLoggedIn, DirectoryInfo directoryInfo, int start, int limit) -
Method Summary
Modifier and TypeMethodDescriptionstatic LicensedUsersQuery.Builder
builder()
static LicensedUsersQuery.Builder
builder
(LicensedUsersQuery data) boolean
int
getLimit()
int
getStart()
int
hashCode()
boolean
void
setDirectoryInfo
(DirectoryInfo directoryInfo) void
setLastActiveOnOrBefore
(Date lastActiveOnOrBefore) void
setLicensingSummary
(LicensingSummary licensingSummary) void
setLimit
(int limit) void
setStart
(int start) void
setTextSearch
(String textSearch) toString()
-
Constructor Details
-
LicensedUsersQuery
protected LicensedUsersQuery(LicensingSummary licensingSummary, @Nullable String textSearch, @Nullable Date lastActiveOnOrBefore, boolean neverLoggedIn, @Nullable DirectoryInfo directoryInfo, int start, int limit)
-
-
Method Details
-
getLicensingSummary
-
setLicensingSummary
-
getTextSearch
-
isNeverLoggedIn
public boolean isNeverLoggedIn() -
setTextSearch
-
getLastActiveOnOrBefore
-
setLastActiveOnOrBefore
-
getDirectoryInfo
-
setDirectoryInfo
-
getStart
public int getStart() -
setStart
public void setStart(int start) -
getLimit
public int getLimit() -
setLimit
public void setLimit(int limit) -
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-