Package org.azd.git.pullrequests
Class PullRequestsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.git.pullrequests.PullRequestsRequestBuilder.GetQueryParameters
- Enclosing class:
PullRequestsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionIf true, the pull request will be returned with the associated commits.If true, the pull request will be returned with the associated work item references. -
Constructor Summary
-
Method Summary
-
Field Details
-
includeCommits
If true, the pull request will be returned with the associated commits. -
includeWorkItemRefs
If true, the pull request will be returned with the associated work item references.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-