Package us.kbase.workspace
Class GetNamesByPrefixResults
- java.lang.Object
-
- us.kbase.workspace.GetNamesByPrefixResults
-
@Generated("com.googlecode.jsonschema2pojo") public class GetNamesByPrefixResults extends Object
Original spec-file type: GetNamesByPrefixResults
Results object for the get_names_by_prefix function. list
- > names - the names matching the provided prefix,
listed in order of the input workspaces.
-
-
Constructor Summary
Constructors Constructor Description GetNamesByPrefixResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
List<List<String>>
getNames()
void
setAdditionalProperties(String name, Object value)
void
setNames(List<List<String>> names)
String
toString()
GetNamesByPrefixResults
withNames(List<List<String>> names)
-
-
-
Method Detail
-
withNames
public GetNamesByPrefixResults withNames(List<List<String>> names)
-
-