Uses of Class
com.oracle.bmc.devops.responses.UpdateProjectNotificationPreferenceResponse
-
Packages that use UpdateProjectNotificationPreferenceResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of UpdateProjectNotificationPreferenceResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return UpdateProjectNotificationPreferenceResponse Modifier and Type Method Description UpdateProjectNotificationPreferenceResponse
Devops. updateProjectNotificationPreference(UpdateProjectNotificationPreferenceRequest request)
Update the project notification preference for the user passed as path paramUpdateProjectNotificationPreferenceResponse
DevopsClient. updateProjectNotificationPreference(UpdateProjectNotificationPreferenceRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type UpdateProjectNotificationPreferenceResponse Modifier and Type Method Description Future<UpdateProjectNotificationPreferenceResponse>
DevopsAsync. updateProjectNotificationPreference(UpdateProjectNotificationPreferenceRequest request, AsyncHandler<UpdateProjectNotificationPreferenceRequest,UpdateProjectNotificationPreferenceResponse> handler)
Update the project notification preference for the user passed as path paramFuture<UpdateProjectNotificationPreferenceResponse>
DevopsAsyncClient. updateProjectNotificationPreference(UpdateProjectNotificationPreferenceRequest request, AsyncHandler<UpdateProjectNotificationPreferenceRequest,UpdateProjectNotificationPreferenceResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type UpdateProjectNotificationPreferenceResponse Modifier and Type Method Description Future<UpdateProjectNotificationPreferenceResponse>
DevopsAsync. updateProjectNotificationPreference(UpdateProjectNotificationPreferenceRequest request, AsyncHandler<UpdateProjectNotificationPreferenceRequest,UpdateProjectNotificationPreferenceResponse> handler)
Update the project notification preference for the user passed as path paramFuture<UpdateProjectNotificationPreferenceResponse>
DevopsAsyncClient. updateProjectNotificationPreference(UpdateProjectNotificationPreferenceRequest request, AsyncHandler<UpdateProjectNotificationPreferenceRequest,UpdateProjectNotificationPreferenceResponse> handler)
-
Uses of UpdateProjectNotificationPreferenceResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return UpdateProjectNotificationPreferenceResponse Modifier and Type Method Description UpdateProjectNotificationPreferenceResponse
UpdateProjectNotificationPreferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type UpdateProjectNotificationPreferenceResponse Modifier and Type Method Description UpdateProjectNotificationPreferenceResponse.Builder
UpdateProjectNotificationPreferenceResponse.Builder. copy(UpdateProjectNotificationPreferenceResponse o)
Copy method to populate the builder with values from the given instance.
-