public class GetProjectRequest extends AbstractQTestApiServiceRequest
projectId| Constructor and Description |
|---|
GetProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeAlwaysOn() |
boolean |
isIncludeUserProfile() |
void |
setIncludeAlwaysOn(boolean includeAlwaysOn)
Sets the include always on flag.
|
void |
setIncludeUserProfile(boolean includeUserProfile)
Sets the include user profile flag.
|
java.lang.String |
toString() |
GetProjectRequest |
withIncludeAlwaysOn(boolean includeAlwaysOn)
Sets the include user profile flag.
|
GetProjectRequest |
withIncludeUserProfile(boolean includeUserProfile)
Sets the include user profile flag.
|
GetProjectRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
getProjectId, setProjectIdcopyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic GetProjectRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public boolean isIncludeUserProfile()
public void setIncludeUserProfile(boolean includeUserProfile)
includeUserProfile - the given include user profile flag to set.public GetProjectRequest withIncludeUserProfile(boolean includeUserProfile)
includeUserProfile - the given include user profile flag to set.get project request instance.public boolean isIncludeAlwaysOn()
public void setIncludeAlwaysOn(boolean includeAlwaysOn)
includeAlwaysOn - the given include always on flag to set.public GetProjectRequest withIncludeAlwaysOn(boolean includeAlwaysOn)
includeAlwaysOn - the given include always on flag to set.get project request instance.public java.lang.String toString()
toString in class ApiServiceRequest