Package us.kbase.workspace
Class ListModuleVersionsParams
- java.lang.Object
-
- us.kbase.workspace.ListModuleVersionsParams
-
@Generated("com.googlecode.jsonschema2pojo") public class ListModuleVersionsParams extends ObjectOriginal 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()StringgetMod()StringgetType()voidsetAdditionalProperties(String name, Object value)voidsetMod(String mod)voidsetType(String type)StringtoString()ListModuleVersionsParamswithMod(String mod)ListModuleVersionsParamswithType(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)
-
-