Uses of Class
com.oracle.bmc.devops.requests.GetProjectNotificationPreferenceRequest
-
Packages that use GetProjectNotificationPreferenceRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetProjectNotificationPreferenceRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type GetProjectNotificationPreferenceRequest 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 GetProjectNotificationPreferenceRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetProjectNotificationPreferenceRequest Modifier and Type Method Description GetProjectNotificationPreferenceRequest
GetProjectNotificationPreferenceRequest.Builder. build()
Build the instance of GetProjectNotificationPreferenceRequest as configured by this builderGetProjectNotificationPreferenceRequest
GetProjectNotificationPreferenceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetProjectNotificationPreferenceRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetProjectNotificationPreferenceRequest Modifier and Type Method Description GetProjectNotificationPreferenceRequest.Builder
GetProjectNotificationPreferenceRequest.Builder. copy(GetProjectNotificationPreferenceRequest o)
Copy method to populate the builder with values from the given instance.
-