com.atlassian.bamboo.plugins.rest.model.build
Class RestResults

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.build.RestResults

public class RestResults
extends java.lang.Object


Field Summary
protected  java.lang.String expand
           
protected  com.atlassian.plugins.rest.common.Link link
           
protected  RestResultList results
           
 
Constructor Summary
RestResults()
           
RestResults(com.atlassian.plugins.rest.common.Link link, RestResultList results)
           
 
Method Summary
 RestResultList getResults()
           
 void setLink(com.atlassian.plugins.rest.common.Link resourceLink)
           
 void setResults(RestResultList results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

@Expandable
protected RestResultList results

expand

protected java.lang.String expand

link

protected com.atlassian.plugins.rest.common.Link link
Constructor Detail

RestResults

public RestResults()

RestResults

public RestResults(com.atlassian.plugins.rest.common.Link link,
                   RestResultList results)
Method Detail

setLink

public void setLink(com.atlassian.plugins.rest.common.Link resourceLink)

getResults

public RestResultList getResults()

setResults

public void setResults(RestResultList results)


Copyright © 2012 Atlassian. All Rights Reserved.