Class BuildChangesRequestBuilder.GetQueryParameters

java.lang.Object
org.azd.build.builds.BuildChangesRequestBuilder.GetQueryParameters
Enclosing class:
BuildChangesRequestBuilder

public static class BuildChangesRequestBuilder.GetQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • top

      public Integer top
      Specify to return top changes between builds.
    • continuationToken

      public String continuationToken
      Continuation token to return the paginated response.
    • includeSourceChange

      public Boolean includeSourceChange
      True to include the source build changes.
  • Constructor Details

    • GetQueryParameters

      public GetQueryParameters()