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
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()