public final class CreateModuleRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
CreateModuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
Module |
getModule() |
java.lang.Long |
getParentId() |
void |
setModule(Module module)
Sets the module data to request.
|
void |
setParentId(java.lang.Long parentId)
Sets the parent identifier.
|
java.lang.String |
toString() |
CreateModuleRequest |
withModule(Module module)
Sets the module data to request and return itself.
|
CreateModuleRequest |
withParentId(java.lang.Long parentId)
Sets the parent identifier.
|
CreateModuleRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier to request and return itself.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic CreateModuleRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getParentId()
public void setParentId(java.lang.Long parentId)
parentId - the given parent identifier to set.public CreateModuleRequest withParentId(java.lang.Long parentId)
parentId - the given parent identifier to set.public Module getModule()
public void setModule(Module module)
module - the given module data to set.public CreateModuleRequest withModule(Module module)
module - the given module data to set.public java.lang.String toString()
toString in class ApiServiceRequest