Package us.kbase.workspace
Class ListModuleVersionsParams
- java.lang.Object
-
- us.kbase.workspace.ListModuleVersionsParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListModuleVersionsParams extends Object
Original spec-file type: ListModuleVersionsParams
Parameters for the list_module_versions function. Required arguments: One of: modulename mod - returns all versions of the module. type_string type - returns all versions of the module associated with the type.
-
-
Constructor Summary
Constructors Constructor Description ListModuleVersionsParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getMod()
String
getType()
void
setAdditionalProperties(String name, Object value)
void
setMod(String mod)
void
setType(String type)
String
toString()
ListModuleVersionsParams
withMod(String mod)
ListModuleVersionsParams
withType(String type)
-
-
-
Method Detail
-
getMod
public String getMod()
-
setMod
public void setMod(String mod)
-
withMod
public ListModuleVersionsParams withMod(String mod)
-
getType
public String getType()
-
setType
public void setType(String type)
-
withType
public ListModuleVersionsParams withType(String type)
-
-