public class LicensedUsersQuery extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LicensedUsersQuery.Builder |
Modifier | Constructor and Description |
---|---|
protected |
LicensedUsersQuery(LicensingSummary licensingSummary,
String textSearch,
Date lastActiveOnOrBefore,
boolean neverLoggedIn,
DirectoryInfo directoryInfo,
int start,
int limit) |
Modifier and Type | Method and Description |
---|---|
static LicensedUsersQuery.Builder |
builder() |
static LicensedUsersQuery.Builder |
builder(LicensedUsersQuery data) |
boolean |
equals(Object o) |
Optional<DirectoryInfo> |
getDirectoryInfo() |
Optional<Date> |
getLastActiveOnOrBefore() |
LicensingSummary |
getLicensingSummary() |
int |
getLimit() |
int |
getStart() |
String |
getTextSearch() |
int |
hashCode() |
boolean |
isNeverLoggedIn() |
void |
setDirectoryInfo(DirectoryInfo directoryInfo) |
void |
setLastActiveOnOrBefore(Date lastActiveOnOrBefore) |
void |
setLicensingSummary(LicensingSummary licensingSummary) |
void |
setLimit(int limit) |
void |
setStart(int start) |
void |
setTextSearch(String textSearch) |
String |
toString() |
protected LicensedUsersQuery(LicensingSummary licensingSummary, @Nullable String textSearch, @Nullable Date lastActiveOnOrBefore, boolean neverLoggedIn, @Nullable DirectoryInfo directoryInfo, int start, int limit)
public LicensingSummary getLicensingSummary()
public void setLicensingSummary(LicensingSummary licensingSummary)
public String getTextSearch()
public boolean isNeverLoggedIn()
public Optional<DirectoryInfo> getDirectoryInfo()
public void setDirectoryInfo(@Nullable DirectoryInfo directoryInfo)
public int getStart()
public void setStart(int start)
public int getLimit()
public void setLimit(int limit)
public static LicensedUsersQuery.Builder builder()
public static LicensedUsersQuery.Builder builder(LicensedUsersQuery data)
Copyright © 2020 Atlassian. All rights reserved.