public final class MoveModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
MoveModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getModuleId() |
java.lang.Long |
getParentId() |
void |
setModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
void |
setParentId(java.lang.Long parentId)
Sets the parent identifier.
|
java.lang.String |
toString() |
MoveModuleRequest |
withModuleId(java.lang.Long moduleId)
Sets the module identifier.
|
MoveModuleRequest |
withParentId(java.lang.Long parentId)
Sets the parent identifier.
|
MoveModuleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic MoveModuleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier.public java.lang.Long getModuleId()
public void setModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public MoveModuleRequest withModuleId(java.lang.Long moduleId)
moduleId - the given module identifier to set.public java.lang.Long getParentId()
public void setParentId(java.lang.Long parentId)
parentId - the given parent identifier toset.public MoveModuleRequest withParentId(java.lang.Long parentId)
parentId - the given parent identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest