Package org.azd.git.pushes
Class PushesRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.git.pushes.PushesRequestBuilder.ListQueryParameters
- Enclosing class:
PushesRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionStart date to search from.Whether to include the _links field on the shallow referencesIf true, include the list of refs that were updated by the push.Identity of the person who submitted the push.Branch name to consider.Start date to search from.End date to search from.Start date to search from. -
Constructor Summary
-
Method Summary
-
Field Details
-
top
Start date to search from. -
skip
Start date to search from. -
fromDate
Start date to search from. -
includeLinks
Whether to include the _links field on the shallow references -
includeRefUpdates
If true, include the list of refs that were updated by the push. -
pusherId
Identity of the person who submitted the push. -
refName
Branch name to consider. -
toDate
End date to search from.
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-