Class AuthorSearchResult
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
-
- com.atlassian.bamboo.plugins.rest.model.search.AuthorSearchResult
-
public class AuthorSearchResult extends SearchResultEntity
-
-
Constructor Summary
Constructors Constructor Description AuthorSearchResult()
AuthorSearchResult(Author author)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
-
-
-
Constructor Detail
-
AuthorSearchResult
public AuthorSearchResult()
-
AuthorSearchResult
public AuthorSearchResult(Author author)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classSearchResultEntity
-
-