Package us.kbase.workspace
Class RemoveModuleOwnershipParams
- java.lang.Object
-
- us.kbase.workspace.RemoveModuleOwnershipParams
-
@Generated("com.googlecode.jsonschema2pojo") public class RemoveModuleOwnershipParams extends ObjectOriginal spec-file type: RemoveModuleOwnershipParams
Parameters for the remove_module_ownership function. Required arguments: modulename mod - the module to modify. username old_owner - the user to remove from the module's list of owners.
-
-
Constructor Summary
Constructors Constructor Description RemoveModuleOwnershipParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetMod()StringgetOldOwner()voidsetAdditionalProperties(String name, Object value)voidsetMod(String mod)voidsetOldOwner(String oldOwner)StringtoString()RemoveModuleOwnershipParamswithMod(String mod)RemoveModuleOwnershipParamswithOldOwner(String oldOwner)
-
-
-
Method Detail
-
getMod
public String getMod()
-
setMod
public void setMod(String mod)
-
withMod
public RemoveModuleOwnershipParams withMod(String mod)
-
getOldOwner
public String getOldOwner()
-
setOldOwner
public void setOldOwner(String oldOwner)
-
withOldOwner
public RemoveModuleOwnershipParams withOldOwner(String oldOwner)
-
-