Package org.azd.git.blobs
Class BlobsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.git.blobs.BlobsRequestBuilder.GetQueryParameters
- Enclosing class:
BlobsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionIf true, prompt for a download rather than rendering in a browser.Provide a fileName to use for a download.Options: json, zip, text, octetstream.If true, try to resolve a blob to its LFS contents, if it's an LFS pointer file. -
Constructor Summary
-
Method Summary
-
Field Details
-
format
Options: json, zip, text, octetstream. If not set, defaults to the MIME type set in the Accept header which is "application/json". -
download
If true, prompt for a download rather than rendering in a browser. Note: this value defaults to true if format is zip. -
resolveLfs
If true, try to resolve a blob to its LFS contents, if it's an LFS pointer file. Only compatible with octet-stream Accept headers or $format types -
fileName
Provide a fileName to use for a download.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-