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