com.atlassian.bamboo.plugins.rest.model.search
Class AuthorSearchResult

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
      extended by com.atlassian.bamboo.plugins.rest.model.search.AuthorSearchResult

public class AuthorSearchResult
extends SearchResultEntity


Constructor Summary
AuthorSearchResult()
           
AuthorSearchResult(Author author)
           
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorSearchResult

public AuthorSearchResult()

AuthorSearchResult

public AuthorSearchResult(Author author)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in class SearchResultEntity


Copyright © 2012 Atlassian. All Rights Reserved.