Class RepositoryFileResponse

java.lang.Object
org.gitlab4j.api.models.RepositoryFileResponse

public class RepositoryFileResponse extends Object
  • Constructor Details

    • RepositoryFileResponse

      public RepositoryFileResponse()
  • Method Details

    • getFilePath

      public String getFilePath()
    • setFilePath

      public void setFilePath(String filePath)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)
    • toString

      public String toString()
      Overrides:
      toString in class Object