Package org.azd.git.items
Class ItemsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.git.items.ItemsRequestBuilder.GetQueryParameters
- Enclosing class:
ItemsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionSet to true to download the response as a file.Set to true to include item content when requesting json.Set to true to include content metadata.Set to true to include the latest changes.The recursion level of this request.Set to true to resolve Git LFS pointer files to return actual content from Git LFS.Set to true to sanitize an svg file and return it as image.The path scope.Version string identifier (name of tag/branch, SHA1 of commit)Version options - Specify additional modifiers to version (e.g Previous)Version type (branch, tag, or commit). -
Constructor Summary
-
Method Summary
-
Field Details
-
download
Set to true to download the response as a file. Default is false. -
includeContent
Set to true to include item content when requesting json. Default is false. -
includeContentMetadata
Set to true to include content metadata. Default is false. -
latestProcessedChange
Set to true to include the latest changes. Default is false. -
recursionLevel
The recursion level of this request. The default is 'none', no recursion. -
resolveLfs
Set to true to resolve Git LFS pointer files to return actual content from Git LFS. Default is false. -
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
The path scope. The default is null. -
version
Version string identifier (name of tag/branch, SHA1 of commit) -
versionOptions
Version options - Specify additional modifiers to version (e.g Previous) -
versionType
Version type (branch, tag, or commit). Determines how Id is interpreted
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-