Interface ListResourcesFilters.Builder

    • Method Detail

      • namePrefix

        ListResourcesFilters.Builder namePrefix​(String namePrefix)

        Filters only resource that start with the entered name prefix .

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

        ListResourcesFilters.Builder primaryEmailPrefix​(String primaryEmailPrefix)

        Filters only resource with the provided primary email prefix.

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

        ListResourcesFilters.Builder state​(String state)

        Filters only resource with the provided state.

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

        ListResourcesFilters.Builder state​(EntityState state)

        Filters only resource with the provided state.

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