Interface FolderContent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.net.URI downloadUrl()
      Content download URL
      java.net.URI gitUrl()
      Git blob API URL
      java.net.URI htmlUrl()
      Content URL
      java.lang.String name()
      Content name.
      java.lang.String path()
      The content path.
      java.lang.Integer size()
      Content size in bytes
      java.lang.String type()
      Content type.
      • Methods inherited from interface com.spotify.github.v3.git.ShaLink

        sha, url
    • Method Detail

      • type

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

        @Nullable
        java.lang.Integer size()
        Content size in bytes
      • name

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

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

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

        @Nullable
        java.net.URI htmlUrl()
        Content URL
      • downloadUrl

        @Nullable
        java.net.URI downloadUrl()
        Content download URL