Package com.auth0.client.mgmt.filter
Class ActionsFilter
java.lang.Object
com.auth0.client.mgmt.filter.BaseFilter
com.auth0.client.mgmt.filter.ActionsFilter
Used to filter the results when getting all actions.
- See Also:
-
Field Summary
Fields inherited from class com.auth0.client.mgmt.filter.BaseFilter
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithActionName(String actionName) Filters the result by the name of an actionwithDeployed(Boolean deployed) Filters the result by its deployment statuswithInstalled(Boolean installed) Filters the result by its installation statuswithPage(int pageNumber, int amountPerPage) Filter by pagewithTriggerId(String triggerId) Filters the result by a trigger IDMethods inherited from class com.auth0.client.mgmt.filter.BaseFilter
getAsMap
-
Constructor Details
-
ActionsFilter
public ActionsFilter()
-
-
Method Details
-
withTriggerId
Filters the result by a trigger ID- Parameters:
triggerId- the trigger ID to filter the results by- Returns:
- this filter instance
-
withActionName
Filters the result by the name of an action- Parameters:
actionName- the name of the action to filter by- Returns:
- this filter instance
-
withDeployed
Filters the result by its deployment status- Parameters:
deployed- whentrue, only deployed actions will be returned- Returns:
- this filter instance
-
withInstalled
Filters the result by its installation status- Parameters:
installed- whentrue, only installed actions will be returned- Returns:
- this filter instance
-
withPage
Filter by page- Parameters:
pageNumber- the page number to retrieve.amountPerPage- the amount of items per page to retrieve.- Returns:
- this filter instance
-