Class Repository

java.lang.Object
org.sourcelab.github.client.objects.Repository

public class Repository extends Object
  • Constructor Details

  • Method Details

    • getId

      public long getId()
    • getName

      public String getName()
    • getFullName

      public String getFullName()
    • isPrivate

      public boolean isPrivate()
    • getHtmlUrl

      public String getHtmlUrl()
    • getDescription

      public String getDescription()
    • isArchived

      public boolean isArchived()
    • isDisabled

      public boolean isDisabled()
    • getCreatedAt

      public ZonedDateTime getCreatedAt()
    • getUpdatedAt

      public ZonedDateTime getUpdatedAt()
    • getOwner

      public RepositoryOwner getOwner()
    • toString

      public String toString()
      Overrides:
      toString in class Object