public class GetTestCaseFieldsRequest extends ApiServiceRequest
| Constructor and Description |
|---|
GetTestCaseFieldsRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getProjectId() |
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
java.lang.String |
toString() |
GetTestCaseFieldsRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier and return itself.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier value to set.public GetTestCaseFieldsRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier value to set.public java.lang.String toString()
toString in class ApiServiceRequest