Package org.gitlab4j.api.models
Class WikiAttachment
- java.lang.Object
-
- org.gitlab4j.api.models.WikiAttachment
-
public class WikiAttachment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWikiAttachment.Link
-
Constructor Summary
Constructors Constructor Description WikiAttachment()
-
Method Summary
Modifier and Type Method Description StringgetBranch()StringgetFileName()StringgetFilePath()WikiAttachment.LinkgetLink()voidsetBranch(String branch)voidsetFileName(String fileName)voidsetFilePath(String filePath)voidsetLink(WikiAttachment.Link link)StringtoString()
-
-
-
Method Detail
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
getFilePath
public String getFilePath()
-
setFilePath
public void setFilePath(String filePath)
-
getBranch
public String getBranch()
-
setBranch
public void setBranch(String branch)
-
getLink
public WikiAttachment.Link getLink()
-
setLink
public void setLink(WikiAttachment.Link link)
-
-