Class ItemsRequestBuilder.ListQueryParameters

java.lang.Object
org.azd.git.items.ItemsRequestBuilder.ListQueryParameters
Enclosing class:
ItemsRequestBuilder

public static class ItemsRequestBuilder.ListQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • download

      public Boolean download
      Set to true to download the response as a file. Default is false.
    • includeContent

      public Boolean includeContent
      Set to true to include item content when requesting json. Default is false.
    • includeContentMetadata

      public Boolean includeContentMetadata
      Set to true to include content metadata. Default is false.
    • latestProcessedChange

      public Boolean latestProcessedChange
      Set to true to include the latest changes. Default is false.
    • recursionLevel

      public VersionControlRecursionType recursionLevel
      The recursion level of this request. The default is 'none', no recursion.
    • resolveLfs

      public Boolean resolveLfs
      Set to true to resolve Git LFS pointer files to return actual content from Git LFS. Default is false.
    • sanitize

      public Boolean sanitize
      Set to true to sanitize an svg file and return it as image. Useful only if requested for svg file. Default is false.
    • scopePath

      public String scopePath
      The path scope. The default is null.
    • version

      public String version
      Version string identifier (name of tag/branch, SHA1 of commit)
    • versionOptions

      public GitVersionOptions versionOptions
      Version options - Specify additional modifiers to version (e.g Previous)
    • versionType

      public GitVersionType versionType
      Version type (branch, tag, or commit). Determines how Id is interpreted
    • zipForUnix

      public Boolean zipForUnix
      Set to true to keep the file permissions for unix (and POSIX) systems like executables and symlinks
  • Constructor Details

    • ListQueryParameters

      public ListQueryParameters()