Uses of Class
com.oracle.bmc.devops.model.PullRequestComment.FileType
-
Packages that use PullRequestComment.FileType Package Description com.oracle.bmc.devops.model -
-
Uses of PullRequestComment.FileType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestComment.FileType Modifier and Type Method Description static PullRequestComment.FileTypePullRequestComment.FileType. create(String key)PullRequestComment.FileTypeCreatePullRequestCommentDetails. getFileType()File path in the target commitPullRequestComment.FileTypePullRequestComment. getFileType()File path in the target commitPullRequestComment.FileTypePullRequestCommentSummary. getFileType()File path in the target commitstatic PullRequestComment.FileTypePullRequestComment.FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static PullRequestComment.FileType[]PullRequestComment.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestComment.FileType Modifier and Type Method Description CreatePullRequestCommentDetails.BuilderCreatePullRequestCommentDetails.Builder. fileType(PullRequestComment.FileType fileType)File path in the target commitPullRequestComment.BuilderPullRequestComment.Builder. fileType(PullRequestComment.FileType fileType)File path in the target commitPullRequestCommentSummary.BuilderPullRequestCommentSummary.Builder. fileType(PullRequestComment.FileType fileType)File path in the target commit
-