Interface GroupFilter

All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
All Known Implementing Classes:
GroupFilterImpl

public interface GroupFilter extends TypedFilterableRequest.SearchRequestFilter
  • Method Details

    • groupId

      GroupFilter groupId(String groupId)
      Filters groups by the specified groupId.
      Parameters:
      groupId - the ID of the group
      Returns:
      the updated filter
    • groupId

    • name

      GroupFilter name(String name)
      Filters groups by the specified name.
      Parameters:
      name - the name of the group
      Returns:
      the updated filter