Package us.kbase.workspace
Class RemoveModuleOwnershipParams
- java.lang.Object
-
- us.kbase.workspace.RemoveModuleOwnershipParams
-
@Generated("com.googlecode.jsonschema2pojo") public class RemoveModuleOwnershipParams extends Object
Original 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()
String
getMod()
String
getOldOwner()
void
setAdditionalProperties(String name, Object value)
void
setMod(String mod)
void
setOldOwner(String oldOwner)
String
toString()
RemoveModuleOwnershipParams
withMod(String mod)
RemoveModuleOwnershipParams
withOldOwner(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)
-
-