Interface PathToObjectIdentifiers.Builder

    • Method Detail

      • path

        PathToObjectIdentifiers.Builder path​(String path)

        The path that is used to identify the object starting from directory root.

        Parameters:
        path - The path that is used to identify the object starting from directory root.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIdentifiers

        PathToObjectIdentifiers.Builder objectIdentifiers​(Collection<String> objectIdentifiers)

        Lists ObjectIdentifiers starting from directory root to the object in the request.

        Parameters:
        objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectIdentifiers

        PathToObjectIdentifiers.Builder objectIdentifiers​(String... objectIdentifiers)

        Lists ObjectIdentifiers starting from directory root to the object in the request.

        Parameters:
        objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.