Uses of Class
com.oracle.bmc.devops.requests.GetPullRequestNotificationPreferenceRequest
- 
Packages that use GetPullRequestNotificationPreferenceRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests 
- 
- 
Uses of GetPullRequestNotificationPreferenceRequest in com.oracle.bmc.devopsMethod parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestNotificationPreferenceRequest Modifier and Type Method Description Future<GetPullRequestNotificationPreferenceResponse>DevopsAsync. getPullRequestNotificationPreference(GetPullRequestNotificationPreferenceRequest request, AsyncHandler<GetPullRequestNotificationPreferenceRequest,GetPullRequestNotificationPreferenceResponse> handler)Get the pull request notification preference for the user passed as path paramFuture<GetPullRequestNotificationPreferenceResponse>DevopsAsyncClient. getPullRequestNotificationPreference(GetPullRequestNotificationPreferenceRequest request, AsyncHandler<GetPullRequestNotificationPreferenceRequest,GetPullRequestNotificationPreferenceResponse> handler)
- 
Uses of GetPullRequestNotificationPreferenceRequest in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return GetPullRequestNotificationPreferenceRequest Modifier and Type Method Description GetPullRequestNotificationPreferenceRequestGetPullRequestNotificationPreferenceRequest.Builder. build()Build the instance of GetPullRequestNotificationPreferenceRequest as configured by this builderGetPullRequestNotificationPreferenceRequestGetPullRequestNotificationPreferenceRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetPullRequestNotificationPreferenceRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetPullRequestNotificationPreferenceRequest Modifier and Type Method Description GetPullRequestNotificationPreferenceRequest.BuilderGetPullRequestNotificationPreferenceRequest.Builder. copy(GetPullRequestNotificationPreferenceRequest o)Copy method to populate the builder with values from the given instance.
 
-