Uses of Class
com.oracle.bmc.devops.model.CreateReviewerDetails
-
Packages that use CreateReviewerDetails Package Description com.oracle.bmc.devops.model -
-
Uses of CreateReviewerDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CreateReviewerDetails Modifier and Type Method Description CreateReviewerDetails
CreateReviewerDetails.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type CreateReviewerDetails Modifier and Type Method Description List<CreateReviewerDetails>
CreatePullRequestDetails. getReviewers()
Reviewers for this pull request.Methods in com.oracle.bmc.devops.model with parameters of type CreateReviewerDetails Modifier and Type Method Description CreateReviewerDetails.Builder
CreateReviewerDetails.Builder. copy(CreateReviewerDetails model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type CreateReviewerDetails Modifier and Type Method Description CreatePullRequestDetails.Builder
CreatePullRequestDetails.Builder. reviewers(List<CreateReviewerDetails> reviewers)
Reviewers for this pull request.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type CreateReviewerDetails Constructor Description CreatePullRequestDetails(String displayName, String sourceBranch, String destinationBranch, String repositoryId, String sourceRepositoryId, String description, List<CreateReviewerDetails> reviewers, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-