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