Package com.auth0.client.mgmt.filter
Class UsersExportFilter
java.lang.Object
com.auth0.client.mgmt.filter.BaseFilter
com.auth0.client.mgmt.filter.UsersExportFilter
Class used to filter the results received when a Users Exports Job is completed. Related to the
JobsEntity entity.
This class is not thread-safe.
- See Also:
-
Field Summary
Fields inherited from class com.auth0.client.mgmt.filter.BaseFilter
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithConnectionId(String connectionId) ID for the connection from which you want to export userswithFields(List<UsersExportField> fields) Selects the fields to include in each user exportwithFormat(String format) Changes the output format of the exports filewithLimit(int limit) Limits the amount of resultsMethods inherited from class com.auth0.client.mgmt.filter.BaseFilter
getAsMap
-
Constructor Details
-
UsersExportFilter
public UsersExportFilter()
-
-
Method Details
-
withFormat
Changes the output format of the exports file- Parameters:
format- the format of the exports file. Typically 'csv' or 'json'.- Returns:
- this filter instance
-
withLimit
Limits the amount of results- Parameters:
limit- the amount of results to include- Returns:
- this filter instance
-
withFields
Selects the fields to include in each user export- Parameters:
fields- the list of fields to include in each user export- Returns:
- this filter instance
-
withConnectionId
ID for the connection from which you want to export users- Parameters:
connectionId- ID for the connection- Returns:
- this filter instance
- See Also:
-