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