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 class
WikiAttachment.Link
-
Constructor Summary
Constructors Constructor Description WikiAttachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBranch()
String
getFileName()
String
getFilePath()
WikiAttachment.Link
getLink()
void
setBranch(String branch)
void
setFileName(String fileName)
void
setFilePath(String filePath)
void
setLink(WikiAttachment.Link link)
String
toString()
-
-
-
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)
-
-