Uses of Class
com.oracle.bmc.devops.model.RepositoryNotificationPreference
-
Packages that use RepositoryNotificationPreference Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of RepositoryNotificationPreference in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryNotificationPreference Modifier and Type Method Description RepositoryNotificationPreference
RepositoryNotificationPreference.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type RepositoryNotificationPreference Modifier and Type Method Description RepositoryNotificationPreference.Builder
RepositoryNotificationPreference.Builder. copy(RepositoryNotificationPreference model)
-
Uses of RepositoryNotificationPreference in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return RepositoryNotificationPreference Modifier and Type Method Description RepositoryNotificationPreference
GetRepositoryNotificationPreferenceResponse. getRepositoryNotificationPreference()
The returned RepositoryNotificationPreference instance.RepositoryNotificationPreference
UpdateRepositoryNotificationPreferenceResponse. getRepositoryNotificationPreference()
The returned RepositoryNotificationPreference instance.Methods in com.oracle.bmc.devops.responses with parameters of type RepositoryNotificationPreference Modifier and Type Method Description GetRepositoryNotificationPreferenceResponse.Builder
GetRepositoryNotificationPreferenceResponse.Builder. repositoryNotificationPreference(RepositoryNotificationPreference repositoryNotificationPreference)
The returned RepositoryNotificationPreference instance.UpdateRepositoryNotificationPreferenceResponse.Builder
UpdateRepositoryNotificationPreferenceResponse.Builder. repositoryNotificationPreference(RepositoryNotificationPreference repositoryNotificationPreference)
The returned RepositoryNotificationPreference instance.
-