Class Link

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

public class Link extends Object
  • Constructor Details

    • Link

      public Link()
  • Method Details

    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getExternal

      @Deprecated public Boolean getExternal()
      Deprecated.
      deprecated in GitLab 15.9, will be removed in GitLab 16.0.
    • setExternal

      @Deprecated public void setExternal(Boolean external)
      Deprecated.
      deprecated in GitLab 15.9, will be removed in GitLab 16.0.
    • getLinkType

      public String getLinkType()
    • setLinkType

      public void setLinkType(String linkType)
    • toString

      public String toString()
      Overrides:
      toString in class Object