Package us.kbase.workspace
Class ListModulesParams
- java.lang.Object
-
- us.kbase.workspace.ListModulesParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListModulesParams extends ObjectOriginal 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()StringgetOwner()voidsetAdditionalProperties(String name, Object value)voidsetOwner(String owner)StringtoString()ListModulesParamswithOwner(String owner)
-
-
-
Method Detail
-
getOwner
public String getOwner()
-
setOwner
public void setOwner(String owner)
-
withOwner
public ListModulesParams withOwner(String owner)
-
-