Interface ListGroupsFilters.Builder

    • Method Detail

      • namePrefix

        ListGroupsFilters.Builder namePrefix​(String namePrefix)

        Filters only groups with the provided name prefix.

        Parameters:
        namePrefix - Filters only groups with the provided name prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • primaryEmailPrefix

        ListGroupsFilters.Builder primaryEmailPrefix​(String primaryEmailPrefix)

        Filters only groups with the provided primary email prefix.

        Parameters:
        primaryEmailPrefix - Filters only groups with the provided primary email prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        ListGroupsFilters.Builder state​(String state)

        Filters only groups with the provided state.

        Parameters:
        state - Filters only groups with the provided state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntityState, EntityState
      • state

        ListGroupsFilters.Builder state​(EntityState state)

        Filters only groups with the provided state.

        Parameters:
        state - Filters only groups with the provided state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntityState, EntityState