Package us.kbase.workspace
Class ListModulesParams
- java.lang.Object
-
- us.kbase.workspace.ListModulesParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListModulesParams extends Object
Original spec-file type: ListModulesParams
Parameters for the list_modules() function. Optional arguments: username owner - only list modules owned by this user.
-
-
Constructor Summary
Constructors Constructor Description ListModulesParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getOwner()
void
setAdditionalProperties(String name, Object value)
void
setOwner(String owner)
String
toString()
ListModulesParams
withOwner(String owner)
-
-
-
Method Detail
-
getOwner
public String getOwner()
-
setOwner
public void setOwner(String owner)
-
withOwner
public ListModulesParams withOwner(String owner)
-
-