Uses of Class
com.oracle.bmc.devops.responses.GetRepositoryNotificationPreferenceResponse
-
Packages that use GetRepositoryNotificationPreferenceResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetRepositoryNotificationPreferenceResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetRepositoryNotificationPreferenceResponse Modifier and Type Method Description GetRepositoryNotificationPreferenceResponse
Devops. getRepositoryNotificationPreference(GetRepositoryNotificationPreferenceRequest request)
Get the repository notification preference for the user passed as path paramGetRepositoryNotificationPreferenceResponse
DevopsClient. getRepositoryNotificationPreference(GetRepositoryNotificationPreferenceRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetRepositoryNotificationPreferenceResponse Modifier and Type Method Description Future<GetRepositoryNotificationPreferenceResponse>
DevopsAsync. getRepositoryNotificationPreference(GetRepositoryNotificationPreferenceRequest request, AsyncHandler<GetRepositoryNotificationPreferenceRequest,GetRepositoryNotificationPreferenceResponse> handler)
Get the repository notification preference for the user passed as path paramFuture<GetRepositoryNotificationPreferenceResponse>
DevopsAsyncClient. getRepositoryNotificationPreference(GetRepositoryNotificationPreferenceRequest request, AsyncHandler<GetRepositoryNotificationPreferenceRequest,GetRepositoryNotificationPreferenceResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRepositoryNotificationPreferenceResponse Modifier and Type Method Description Future<GetRepositoryNotificationPreferenceResponse>
DevopsAsync. getRepositoryNotificationPreference(GetRepositoryNotificationPreferenceRequest request, AsyncHandler<GetRepositoryNotificationPreferenceRequest,GetRepositoryNotificationPreferenceResponse> handler)
Get the repository notification preference for the user passed as path paramFuture<GetRepositoryNotificationPreferenceResponse>
DevopsAsyncClient. getRepositoryNotificationPreference(GetRepositoryNotificationPreferenceRequest request, AsyncHandler<GetRepositoryNotificationPreferenceRequest,GetRepositoryNotificationPreferenceResponse> handler)
-
Uses of GetRepositoryNotificationPreferenceResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetRepositoryNotificationPreferenceResponse Modifier and Type Method Description GetRepositoryNotificationPreferenceResponse
GetRepositoryNotificationPreferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetRepositoryNotificationPreferenceResponse Modifier and Type Method Description GetRepositoryNotificationPreferenceResponse.Builder
GetRepositoryNotificationPreferenceResponse.Builder. copy(GetRepositoryNotificationPreferenceResponse o)
Copy method to populate the builder with values from the given instance.
-