Class Author
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.pullrequest.Author
-
- All Implemented Interfaces:
LinksHolder
public abstract class Author extends Object implements LinksHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Booleanactive()static Authorcreate(String name, String emailAddress, Integer id, String displayName, Boolean active, String slug, String type, Link link, Links links)abstract StringdisplayName()abstract StringemailAddress()abstract Integerid()abstract Linklink()abstract Stringname()abstract Stringslug()abstract Stringtype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.LinksHolder
links
-
-
-
-
Method Detail
-
name
public abstract String name()
-
emailAddress
@Nullable public abstract String emailAddress()
-
id
@Nullable public abstract Integer id()
-
displayName
@Nullable public abstract String displayName()
-
active
@Nullable public abstract Boolean active()
-
slug
@Nullable public abstract String slug()
-
type
@Nullable public abstract String type()
-
link
@Nullable public abstract Link link()
-
-