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.devops
Method 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.requests
Methods in com.oracle.bmc.devops.requests that return UpdateProjectNotificationPreferenceRequest Modifier and Type Method Description UpdateProjectNotificationPreferenceRequest
UpdateProjectNotificationPreferenceRequest.Builder. build()
Build the instance of UpdateProjectNotificationPreferenceRequest as configured by this builderUpdateProjectNotificationPreferenceRequest
UpdateProjectNotificationPreferenceRequest.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.Builder
UpdateProjectNotificationPreferenceRequest.Builder. copy(UpdateProjectNotificationPreferenceRequest o)
Copy method to populate the builder with values from the given instance.
-