Package org.gitlab4j.api.models
Class WikiAttachment
- java.lang.Object
-
- org.gitlab4j.api.models.WikiAttachment
-
- All Implemented Interfaces:
java.io.Serializable
public class WikiAttachment extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWikiAttachment.Link
-
Constructor Summary
Constructors Constructor Description WikiAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBranch()java.lang.StringgetFileName()java.lang.StringgetFilePath()WikiAttachment.LinkgetLink()voidsetBranch(java.lang.String branch)voidsetFileName(java.lang.String fileName)voidsetFilePath(java.lang.String filePath)voidsetLink(WikiAttachment.Link link)java.lang.StringtoString()
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName()
-
setFileName
public void setFileName(java.lang.String fileName)
-
getFilePath
public java.lang.String getFilePath()
-
setFilePath
public void setFilePath(java.lang.String filePath)
-
getBranch
public java.lang.String getBranch()
-
setBranch
public void setBranch(java.lang.String branch)
-
getLink
public WikiAttachment.Link getLink()
-
setLink
public void setLink(WikiAttachment.Link link)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-