public class CreateReleaseRequest extends ApiServiceRequest
| Constructor and Description |
|---|
CreateReleaseRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getProjectId() |
Release |
getRelease() |
void |
setProjectId(java.lang.Long projectId)
Sets the given project identifier.
|
void |
setRelease(Release release)
Sets the release instance.
|
java.lang.String |
toString() |
CreateReleaseRequest |
withProjectId(java.lang.Long projectId)
Sets the given project identifier.
|
CreateReleaseRequest |
withRelease(Release release)
Sets the release instance.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public CreateReleaseRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public Release getRelease()
public void setRelease(Release release)
release - the given release instance to set.public CreateReleaseRequest withRelease(Release release)
release - the given release instance to set.public java.lang.String toString()
toString in class ApiServiceRequest