public final class CreateProjectRequest extends ApiServiceRequest
| Constructor and Description |
|---|
CreateProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
Project |
getProject() |
void |
setProject(Project project)
Sets the
project information used to create project. |
java.lang.String |
toString() |
CreateProjectRequest |
withProject(Project project)
Sets the
project information used to create project. |
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic void setProject(Project project)
project information used to create project.project - the given project information to set.public CreateProjectRequest withProject(Project project)
project information used to create project.project - the given project information to set.create project request
instance.public java.lang.String toString()
toString in class ApiServiceRequest