Uses of Class
com.oracle.bmc.devops.responses.GetPullRequestNotificationPreferenceResponse
-
Packages that use GetPullRequestNotificationPreferenceResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetPullRequestNotificationPreferenceResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetPullRequestNotificationPreferenceResponse Modifier and Type Method Description GetPullRequestNotificationPreferenceResponse
Devops. getPullRequestNotificationPreference(GetPullRequestNotificationPreferenceRequest request)
Get the pull request notification preference for the user passed as path paramGetPullRequestNotificationPreferenceResponse
DevopsClient. getPullRequestNotificationPreference(GetPullRequestNotificationPreferenceRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetPullRequestNotificationPreferenceResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetPullRequestNotificationPreferenceResponse 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 GetPullRequestNotificationPreferenceResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetPullRequestNotificationPreferenceResponse Modifier and Type Method Description GetPullRequestNotificationPreferenceResponse
GetPullRequestNotificationPreferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetPullRequestNotificationPreferenceResponse Modifier and Type Method Description GetPullRequestNotificationPreferenceResponse.Builder
GetPullRequestNotificationPreferenceResponse.Builder. copy(GetPullRequestNotificationPreferenceResponse o)
Copy method to populate the builder with values from the given instance.
-