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

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
Direct Known Subclasses:
AgentAssignmentSearchResult, AuthorSearchResult, DeploymentVersionSearchResult, PlanSearchResult, ProjectSearchResult, UserSearchResult

public abstract class SearchResultEntity
extends Object


Constructor Summary
SearchResultEntity()
           
SearchResultEntity(String id)
           
 
Method Summary
 String getId()
           
abstract  String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultEntity

public SearchResultEntity()

SearchResultEntity

public SearchResultEntity(String id)
Method Detail

getType

public abstract String getType()

getId

public String getId()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.