Class RestResources
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.resource.RestResources
-
public class RestResources extends Object
-
-
Constructor Summary
Constructors Constructor Description RestResources()
RestResources(com.atlassian.plugins.rest.common.Link link, RestResourceList resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLink(com.atlassian.plugins.rest.common.Link link)
void
setResources(RestResourceList resources)
-
-
-
Constructor Detail
-
RestResources
public RestResources()
-
RestResources
public RestResources(com.atlassian.plugins.rest.common.Link link, RestResourceList resources)
-
-
Method Detail
-
setLink
public void setLink(com.atlassian.plugins.rest.common.Link link)
-
setResources
public void setResources(RestResourceList resources)
-
-