public class RestResults extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
protected com.atlassian.plugins.rest.common.Link |
link |
protected RestResultList |
results |
Constructor and Description |
---|
RestResults() |
RestResults(com.atlassian.plugins.rest.common.Link link,
RestResultList results) |
Modifier and Type | Method and Description |
---|---|
RestResultList |
getResults() |
void |
setLink(com.atlassian.plugins.rest.common.Link resourceLink) |
void |
setResults(RestResultList results) |
@Expandable protected RestResultList results
protected String expand
protected com.atlassian.plugins.rest.common.Link link
public RestResults()
public RestResults(com.atlassian.plugins.rest.common.Link link, RestResultList results)
public void setLink(com.atlassian.plugins.rest.common.Link resourceLink)
public RestResultList getResults()
public void setResults(RestResultList results)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.