Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.ServiceProviderInteractionRequestDetails
-
Packages that use ServiceProviderInteractionRequestDetails Package Description com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of ServiceProviderInteractionRequestDetails in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return ServiceProviderInteractionRequestDetails Modifier and Type Method Description ServiceProviderInteractionRequestDetails
ServiceProviderInteractionRequestDetails.Builder. build()
Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type ServiceProviderInteractionRequestDetails Modifier and Type Method Description ServiceProviderInteractionRequestDetails.Builder
ServiceProviderInteractionRequestDetails.Builder. copy(ServiceProviderInteractionRequestDetails model)
-
Uses of ServiceProviderInteractionRequestDetails in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return ServiceProviderInteractionRequestDetails Modifier and Type Method Description ServiceProviderInteractionRequestDetails
ServiceProviderInteractionRequestRequest. getBody$()
Alternative accessor for the body parameter.ServiceProviderInteractionRequestDetails
ServiceProviderInteractionRequestRequest. getServiceProviderInteractionRequestDetails()
Details containing Query for additional information provided by Customer.Methods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type ServiceProviderInteractionRequestDetails Modifier and Type Method Description ServiceProviderInteractionRequestRequest.Builder
ServiceProviderInteractionRequestRequest.Builder. body$(ServiceProviderInteractionRequestDetails body)
Alternative setter for the body parameter.ServiceProviderInteractionRequestRequest.Builder
ServiceProviderInteractionRequestRequest.Builder. serviceProviderInteractionRequestDetails(ServiceProviderInteractionRequestDetails serviceProviderInteractionRequestDetails)
Details containing Query for additional information provided by Customer.
-