public class CompletionProposalsResource extends org.springframework.hateoas.RepresentationModel<CompletionProposalsResource>
Modifier and Type | Class and Description |
---|---|
static class |
CompletionProposalsResource.Proposal
Represents a completion proposal for the DSL when using e.g. TAB completion
in the Shell.
|
Constructor and Description |
---|
CompletionProposalsResource() |
Modifier and Type | Method and Description |
---|---|
void |
addProposal(String text,
String explanation) |
List<CompletionProposalsResource.Proposal> |
getProposals() |
public List<CompletionProposalsResource.Proposal> getProposals()
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.