public final class DeleteModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
DeleteModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getModuleId() |
boolean |
isForce() |
void |
setForce(boolean force)
Sets force flag.
|
void |
setModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
java.lang.String |
toString() |
DeleteModuleRequest |
withForce(boolean force)
Sets force flag.
|
DeleteModuleRequest |
withModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic boolean isForce()
public void setForce(boolean force)
force - the given force flag to set.public DeleteModuleRequest withForce(boolean force)
force - the given force flag to set.public java.lang.Long getModuleId()
public void setModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public DeleteModuleRequest withModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest