Package org.azd.git.types
Class GitItemRequestData
java.lang.Object
org.azd.git.types.GitItemRequestData
Represents the request body for Git items batch Api.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Whether to include metadata for all itemsboolean
Whether to include the _links field on the shallow referencesCollection of items to fetch, including path, version, and recursion levelboolean
Whether to include shallow ref to commit that last changed each item -
Constructor Summary
-
Method Summary
-
Field Details
-
includeContentMetadata
public boolean includeContentMetadataWhether to include metadata for all items -
includeLinks
public boolean includeLinksWhether to include the _links field on the shallow references -
itemDescriptors
Collection of items to fetch, including path, version, and recursion level -
latestProcessedChange
public boolean latestProcessedChangeWhether to include shallow ref to commit that last changed each item
-
-
Constructor Details
-
GitItemRequestData
public GitItemRequestData()
-