Package com.auth0.client.mgmt.filter
Class FieldsFilter
java.lang.Object
com.auth0.client.mgmt.filter.BaseFilter
com.auth0.client.mgmt.filter.FieldsFilter
- Direct Known Subclasses:
ClientFilter,ConnectionFilter,DeviceCredentialsFilter,QueryFilter,RulesFilter
Class used to filter the results received when calling an Auth0 endpoint.
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 TypeMethodDescriptionwithFields(String fields, boolean includeFields) Only retrieve certain fields from the item.Methods inherited from class com.auth0.client.mgmt.filter.BaseFilter
getAsMap
-
Constructor Details
-
FieldsFilter
public FieldsFilter()
-
-
Method Details
-
withFields
Only retrieve certain fields from the item.- Parameters:
fields- a list of comma separated fields to retrieve.includeFields- whether to include or exclude in the response the fields that were given.- Returns:
- this filter instance
-