public class CompletionTemplate extends Object implements CompletionOperations
Constructor and Description |
---|
CompletionTemplate(RestTemplate restTemplate,
org.springframework.hateoas.Link link) |
Modifier and Type | Method and Description |
---|---|
CompletionProposalsResource |
streamCompletions(String prefix,
int levelOfDetail)
Return the list of streamCompletions that are compatible with the given DSL prefix.
|
public CompletionTemplate(RestTemplate restTemplate, org.springframework.hateoas.Link link)
public CompletionProposalsResource streamCompletions(String prefix, int levelOfDetail)
CompletionOperations
streamCompletions
in interface CompletionOperations
levelOfDetail
- 1 based integer allowing progressive disclosure of more and more
complex streamCompletionsCopyright © 2016 Pivotal Software, Inc.. All rights reserved.