Class CompletionProposalsResource
java.lang.Object
org.springframework.hateoas.RepresentationModel<CompletionProposalsResource>
org.springframework.cloud.dataflow.rest.resource.CompletionProposalsResource
public class CompletionProposalsResource
extends org.springframework.hateoas.RepresentationModel<CompletionProposalsResource>
Represents a list of completion proposals for the DSL when using e.g. TAB
completion in the Shell.
- Author:
- Eric Bottard
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a completion proposal for the DSL when using e.g. TAB completion in the Shell. -
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
CompletionProposalsResource
public CompletionProposalsResource()
-
-
Method Details
-
addProposal
-
getProposals
-