Package org.azd.build.builds
Class BuildChangesRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.build.builds.BuildChangesRequestBuilder.GetQueryParameters
- Enclosing class:
BuildChangesRequestBuilder
Represents the query parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionContinuation token to return the paginated response.True to include the source build changes.Specify to return top changes between builds. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
top
Specify to return top changes between builds. -
continuationToken
Continuation token to return the paginated response. -
includeSourceChange
True to include the source build changes.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-