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 |
---|---|
String |
getExpand() |
com.atlassian.plugins.rest.common.Link |
getLink() |
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)
public String getExpand()
public com.atlassian.plugins.rest.common.Link getLink()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.