Package org.azd.git.refs
Class RefsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.git.refs.RefsRequestBuilder.GetQueryParameters
- Enclosing class:
RefsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionThe continuation token used for pagination.A filter to apply to the refs (starts with).A filter to apply to the refs (contains).Specifies if referenceLinks should be included in the result.Includes only branches that the user owns, the branches the user favorites, and the default branch.Includes up to the first 1000 commit statuses for each ref.True to include only the tip commit status for each ref.Annotated tags will populate the PeeledObjectId property.Maximum number of refs to return. -
Constructor Summary
-
Method Summary
-
Field Details
-
top
Maximum number of refs to return. It cannot be bigger than 1000. If it is not provided but continuationToken is, top will default to 100. -
continuationToken
The continuation token used for pagination. -
filter
A filter to apply to the refs (starts with). -
filterContains
A filter to apply to the refs (contains). -
includeLinks
Specifies if referenceLinks should be included in the result. default is false. -
includeMyBranches
Includes only branches that the user owns, the branches the user favorites, and the default branch. The default value is false. Cannot be combined with the filter parameter. -
includeStatuses
Includes up to the first 1000 commit statuses for each ref. The default value is false. -
latestStatusesOnly
True to include only the tip commit status for each ref. This option requires includeStatuses to be true. The default value is false. -
peelTags
Annotated tags will populate the PeeledObjectId property. default is false.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-