Uses of Class
io.github.cdklabs.projen.gitlab.LinkType
-
Packages that use LinkType Package Description io.github.cdklabs.projen.gitlab -
-
Uses of LinkType in io.github.cdklabs.projen.gitlab
Methods in io.github.cdklabs.projen.gitlab that return LinkType Modifier and Type Method Description default LinkTypeLink. getLinkType()(experimental) The content kind of what users can download via url.LinkTypeLink.Jsii$Proxy. getLinkType()static LinkTypeLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkType[]LinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.gitlab with parameters of type LinkType Modifier and Type Method Description Link.BuilderLink.Builder. linkType(LinkType linkType)Sets the value ofLink.getLinkType()
-