Interface ListUsersFilters.Builder

    • Method Detail

      • usernamePrefix

        ListUsersFilters.Builder usernamePrefix​(String usernamePrefix)

        Filters only users with the provided username prefix.

        Parameters:
        usernamePrefix - Filters only users with the provided username prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayNamePrefix

        ListUsersFilters.Builder displayNamePrefix​(String displayNamePrefix)

        Filters only users with the provided display name prefix.

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

        ListUsersFilters.Builder primaryEmailPrefix​(String primaryEmailPrefix)

        Filters only users with the provided email prefix.

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

        ListUsersFilters.Builder state​(String state)

        Filters only users with the provided state.

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

        ListUsersFilters.Builder state​(EntityState state)

        Filters only users with the provided state.

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