public interface CompletionOperations
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.
|
CompletionProposalsResource |
taskCompletions(String prefix,
int levelOfDetail)
Return the list of taskCompletions that are compatible with the given DSL prefix.
|
CompletionProposalsResource streamCompletions(String prefix, int levelOfDetail)
prefix
- the provided prefix value from DSLlevelOfDetail
- integer value that specifies the level of detail user wants in
stream completionsCompletionProposalsResource taskCompletions(String prefix, int levelOfDetail)
prefix
- the provided prefix value from DSLlevelOfDetail
- integer value that specifies the level of detail user wants in
task completionsCopyright © 2024 Pivotal Software, Inc.. All rights reserved.