Package com.oracle.bmc.adm.model
Class PullRequestProperties.Builder
- java.lang.Object
- 
- com.oracle.bmc.adm.model.PullRequestProperties.Builder
 
- 
- Enclosing class:
- PullRequestProperties
 
 public static class PullRequestProperties.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PullRequestPropertiesbuild()PullRequestProperties.Buildercopy(PullRequestProperties model)PullRequestProperties.BuilderpullRequestIdentifier(String pullRequestIdentifier)Unique identifier for the pull or merge request created in the recommend stage.PullRequestProperties.BuilderpullRequestUrl(String pullRequestUrl)The web link to the pull or merge request created in the recommend stage.
 
- 
- 
- 
Method Detail- 
pullRequestIdentifierpublic PullRequestProperties.Builder pullRequestIdentifier(String pullRequestIdentifier) Unique identifier for the pull or merge request created in the recommend stage.- Parameters:
- pullRequestIdentifier- the value to set
- Returns:
- this builder
 
 - 
pullRequestUrlpublic PullRequestProperties.Builder pullRequestUrl(String pullRequestUrl) The web link to the pull or merge request created in the recommend stage.- Parameters:
- pullRequestUrl- the value to set
- Returns:
- this builder
 
 - 
buildpublic PullRequestProperties build() 
 - 
copypublic PullRequestProperties.Builder copy(PullRequestProperties model) 
 
- 
 
-