Package io.github.cdklabs.projen.gitlab
Class Link.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.gitlab.Link.Jsii$Proxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.gitlab.Link
Link.Builder, Link.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Link.Builder builder)Constructor that initializes the object based on literal property values passed by theLink.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetFilepath()(experimental) The redirect link to the url.LinkTypegetLinkType()(experimental) The content kind of what users can download via url.StringgetName()(experimental) The name of the link.StringgetUrl()(experimental) The URL to download a file.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(Link.Builder builder)
Constructor that initializes the object based on literal property values passed by theLink.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:Link(experimental) The name of the link.
-
getUrl
public final String getUrl()
Description copied from interface:Link(experimental) The URL to download a file.
-
getFilepath
public final String getFilepath()
Description copied from interface:Link(experimental) The redirect link to the url.- Specified by:
getFilepathin interfaceLink
-
getLinkType
public final LinkType getLinkType()
Description copied from interface:Link(experimental) The content kind of what users can download via url.- Specified by:
getLinkTypein interfaceLink
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-