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