Class UsersExportFilter

java.lang.Object
com.auth0.client.mgmt.filter.BaseFilter
com.auth0.client.mgmt.filter.UsersExportFilter

public class UsersExportFilter extends BaseFilter
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:
BaseFilter
  • Constructor Details

    • UsersExportFilter

      public UsersExportFilter()
  • Method Details

    • withFormat

      public UsersExportFilter withFormat(String format)
      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

      public UsersExportFilter withLimit(int limit)
      Limits the amount of results
      Parameters:
      limit - the amount of results to include
      Returns:
      this filter instance
    • withFields

      public UsersExportFilter withFields(List<UsersExportField> fields)
      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