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