Interface FolderContent

    • Method Detail

      • type

        @Nullable
        String type()
        Content type. E.g file, dir, symlink, submodule
      • size

        @Nullable
        Integer size()
        Content size in bytes
      • name

        @Nullable
        String name()
        Content name. E.g. file name
      • path

        @Nullable
        String path()
        The content path.
      • gitUrl

        @Nullable
        URI gitUrl()
        Git blob API URL
      • htmlUrl

        @Nullable
        URI htmlUrl()
        Content URL
      • downloadUrl

        @Nullable
        URI downloadUrl()
        Content download URL