Class ChangesRequest

java.lang.Object
com.atlassian.bitbucket.content.ChangesRequest

public class ChangesRequest extends Object
  • Method Details

    • getRepository

      @Nonnull public Repository getRepository()
    • getSinceId

      @Nullable public String getSinceId()
    • getUntilId

      @Nonnull public String getUntilId()
    • isWithComments

      public boolean isWithComments()
      Returns:
      true if the comment counts associated with the paths in the changes should be included in the response to this request. false otherwise