Class LicensedUsersQuery
java.lang.Object
com.atlassian.crowd.dao.licensing.LicensedUsersQuery
Defines constraints for the search query.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLicensedUsersQuery(LicensingSummary licensingSummary, String textSearch, Date lastActiveOnOrBefore, boolean neverLoggedIn, DirectoryInfo directoryInfo, int start, int limit) -
Method Summary
Modifier and TypeMethodDescriptionstatic LicensedUsersQuery.Builderbuilder()static LicensedUsersQuery.Builderbuilder(LicensedUsersQuery data) booleanintgetLimit()intgetStart()inthashCode()booleanvoidsetDirectoryInfo(DirectoryInfo directoryInfo) voidsetLastActiveOnOrBefore(Date lastActiveOnOrBefore) voidsetLicensingSummary(LicensingSummary licensingSummary) voidsetLimit(int limit) voidsetStart(int start) voidsetTextSearch(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
-