Uses of Class
com.oracle.bmc.datascience.model.NotebookSessionGitRepoConfigDetails
-
Packages that use NotebookSessionGitRepoConfigDetails Package Description com.oracle.bmc.datascience.model -
-
Uses of NotebookSessionGitRepoConfigDetails in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return NotebookSessionGitRepoConfigDetails Modifier and Type Method Description NotebookSessionGitRepoConfigDetails
NotebookSessionGitRepoConfigDetails.Builder. build()
Methods in com.oracle.bmc.datascience.model that return types with arguments of type NotebookSessionGitRepoConfigDetails Modifier and Type Method Description List<NotebookSessionGitRepoConfigDetails>
NotebookSessionGitConfigDetails. getNotebookSessionGitRepoConfigCollection()
A collection of Git repository configurations.Methods in com.oracle.bmc.datascience.model with parameters of type NotebookSessionGitRepoConfigDetails Modifier and Type Method Description NotebookSessionGitRepoConfigDetails.Builder
NotebookSessionGitRepoConfigDetails.Builder. copy(NotebookSessionGitRepoConfigDetails model)
Method parameters in com.oracle.bmc.datascience.model with type arguments of type NotebookSessionGitRepoConfigDetails Modifier and Type Method Description NotebookSessionGitConfigDetails.Builder
NotebookSessionGitConfigDetails.Builder. notebookSessionGitRepoConfigCollection(List<NotebookSessionGitRepoConfigDetails> notebookSessionGitRepoConfigCollection)
A collection of Git repository configurations.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type NotebookSessionGitRepoConfigDetails Constructor Description NotebookSessionGitConfigDetails(List<NotebookSessionGitRepoConfigDetails> notebookSessionGitRepoConfigCollection)
Deprecated.
-