Interface GroupFilter

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

public interface GroupFilter extends TypedSearchRequest.SearchRequestFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    groupId(String groupId)
    Filters groups by the specified groupId.
    name(String name)
    Filters groups by the specified name.
  • Method Details

    • groupId

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

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