Interface Paths.Builder

    • Method Detail

      • quantity

        Paths.Builder quantity​(Integer quantity)

        The number of invalidation paths specified for the objects that you want to invalidate.

        Parameters:
        quantity - The number of invalidation paths specified for the objects that you want to invalidate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        Paths.Builder items​(Collection<String> items)

        A complex type that contains a list of the paths that you want to invalidate.

        Parameters:
        items - A complex type that contains a list of the paths that you want to invalidate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        Paths.Builder items​(String... items)

        A complex type that contains a list of the paths that you want to invalidate.

        Parameters:
        items - A complex type that contains a list of the paths that you want to invalidate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.