Package org.gitlab4j.api.webhook
Class WikiPageEvent.ObjectAttributes
java.lang.Object
org.gitlab4j.api.webhook.WikiPageEvent.ObjectAttributes
- Enclosing class:
- WikiPageEvent
public static class WikiPageEvent.ObjectAttributes extends Object
-
Constructor Summary
Constructors Constructor Description ObjectAttributes()
-
Method Summary
Modifier and Type Method Description String
getAction()
String
getContent()
String
getFormat()
String
getMessage()
String
getSlug()
String
getTitle()
String
getUrl()
void
setAction(String action)
void
setContent(String content)
void
setFormat(String format)
void
setMessage(String message)
void
setSlug(String slug)
void
setTitle(String title)
void
setUrl(String url)
-
Constructor Details
-
ObjectAttributes
public ObjectAttributes()
-
-
Method Details
-
getTitle
-
setTitle
-
getContent
-
setContent
-
getFormat
-
setFormat
-
getMessage
-
setMessage
-
getSlug
-
setSlug
-
getAction
-
setAction
-
getUrl
-
setUrl
-