Uses of Class
com.oracle.bmc.devops.requests.UpdateProjectNotificationPreferenceRequest
- 
Packages that use UpdateProjectNotificationPreferenceRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of UpdateProjectNotificationPreferenceRequest in com.oracle.bmc.devopsMethod parameters in com.oracle.bmc.devops with type arguments of type UpdateProjectNotificationPreferenceRequest 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 UpdateProjectNotificationPreferenceRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return UpdateProjectNotificationPreferenceRequest Modifier and Type Method Description UpdateProjectNotificationPreferenceRequestUpdateProjectNotificationPreferenceRequest.Builder. build()Build the instance of UpdateProjectNotificationPreferenceRequest as configured by this builderUpdateProjectNotificationPreferenceRequestUpdateProjectNotificationPreferenceRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateProjectNotificationPreferenceRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type UpdateProjectNotificationPreferenceRequest Modifier and Type Method Description UpdateProjectNotificationPreferenceRequest.BuilderUpdateProjectNotificationPreferenceRequest.Builder. copy(UpdateProjectNotificationPreferenceRequest o)Copy method to populate the builder with values from the given instance.
 
-