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