Uses of Class
com.oracle.bmc.devops.model.UpdateRepositoryNotificationPreferenceDetails
-
Packages that use UpdateRepositoryNotificationPreferenceDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of UpdateRepositoryNotificationPreferenceDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return UpdateRepositoryNotificationPreferenceDetails Modifier and Type Method Description UpdateRepositoryNotificationPreferenceDetails
UpdateRepositoryNotificationPreferenceDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type UpdateRepositoryNotificationPreferenceDetails Modifier and Type Method Description UpdateRepositoryNotificationPreferenceDetails.Builder
UpdateRepositoryNotificationPreferenceDetails.Builder. copy(UpdateRepositoryNotificationPreferenceDetails model)
-
Uses of UpdateRepositoryNotificationPreferenceDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return UpdateRepositoryNotificationPreferenceDetails Modifier and Type Method Description UpdateRepositoryNotificationPreferenceDetails
UpdateRepositoryNotificationPreferenceRequest. getBody$()
Alternative accessor for the body parameter.UpdateRepositoryNotificationPreferenceDetails
UpdateRepositoryNotificationPreferenceRequest. getUpdateRepositoryNotificationPreferenceDetails()
The information to be updated.Methods in com.oracle.bmc.devops.requests with parameters of type UpdateRepositoryNotificationPreferenceDetails Modifier and Type Method Description UpdateRepositoryNotificationPreferenceRequest.Builder
UpdateRepositoryNotificationPreferenceRequest.Builder. body$(UpdateRepositoryNotificationPreferenceDetails body)
Alternative setter for the body parameter.UpdateRepositoryNotificationPreferenceRequest.Builder
UpdateRepositoryNotificationPreferenceRequest.Builder. updateRepositoryNotificationPreferenceDetails(UpdateRepositoryNotificationPreferenceDetails updateRepositoryNotificationPreferenceDetails)
The information to be updated.
-