Interface DeleteCommandPathArgumentBuilder


  • @ProviderType
    public interface DeleteCommandPathArgumentBuilder
    interface to build DeleteCommandPathArgument
    • Method Detail

      • withPath

        @Nonnull
        DeleteCommandPathArgumentBuilder withPath​(@Nonnull
                                                  java.lang.String path)
        set path of the selected item
        Parameters:
        path - path of the selected item
        Returns:
        this DeleteCommandPathArgumentBuilder
      • build

        @Nonnull
        DeleteCommandPathArgument build()
                                 throws java.lang.IllegalArgumentException
        build the DeleteCommandPathArgument
        Returns:
        the built DeleteCommandPathArgument
        Throws:
        java.lang.IllegalArgumentException