public final class UpdateModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
UpdateModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
Module |
getModule() |
void |
setModule(Module module)
Sets the module information.
|
java.lang.String |
toString() |
UpdateModuleRequest |
withModule(Module module)
Sets the module information.
|
UpdateModuleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic UpdateModuleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public Module getModule()
public void setModule(Module module)
module - the given module information to set.public UpdateModuleRequest withModule(Module module)
module - the given module information to set.public java.lang.String toString()
toString in class ApiServiceRequest