Uses of Class
com.sap.cds.services.utils.lib.tools.api.ServiceResponse
Packages that use ServiceResponse
Package
Description
-
Uses of ServiceResponse in com.sap.cds.services.utils.lib.mtx.impl
Methods in com.sap.cds.services.utils.lib.mtx.impl with parameters of type ServiceResponseModifier and TypeMethodDescriptionprotected abstract SidecarResponseAbstractSidecarAccess.csnSidecarResponse(ServiceResponse<String> response, String eTag) protected SidecarResponseModelProviderAccess.csnSidecarResponse(ServiceResponse<String> response, String oldHash) protected abstract SidecarResponseAbstractSidecarAccess.edmxSidecarResponse(ServiceResponse<String> response, String eTag) protected SidecarResponseModelProviderAccess.edmxSidecarResponse(ServiceResponse<String> response, String oldHash) protected abstract SidecarResponseAbstractSidecarAccess.i18nSidecarResponse(ServiceResponse<String> response, String eTag) protected SidecarResponseModelProviderAccess.i18nSidecarResponse(ServiceResponse<String> response, String oldHash) -
Uses of ServiceResponse in com.sap.cds.services.utils.lib.tools.api
Methods in com.sap.cds.services.utils.lib.tools.api that return ServiceResponse -
Uses of ServiceResponse in com.sap.cds.services.utils.lib.tools.exception
Methods in com.sap.cds.services.utils.lib.tools.exception that return ServiceResponseConstructors in com.sap.cds.services.utils.lib.tools.exception with parameters of type ServiceResponseModifierConstructorDescriptionServiceException(ServiceResponse<?> response) ServiceException(String message, ServiceResponse<?> response) ServiceException(String message, Throwable cause, ServiceResponse<?> response) ServiceException(Throwable cause, ServiceResponse<?> response) -
Uses of ServiceResponse in com.sap.cds.services.utils.lib.tools.impl
Methods in com.sap.cds.services.utils.lib.tools.impl that return ServiceResponseModifier and TypeMethodDescriptionServiceCallImpl.execute()<R> ServiceResponse<R>NoRetryException.getResponse()RetryException.getResponse()Constructors in com.sap.cds.services.utils.lib.tools.impl with parameters of type ServiceResponseModifierConstructorDescriptionNoRetryException(ServiceResponse<?> response) NoRetryException(String message, ServiceResponse<?> response) NoRetryException(String message, Throwable cause, ServiceResponse<?> response) NoRetryException(Throwable cause, ServiceResponse<?> response) RetryException(ServiceResponse<?> response, Duration requestedWaitTime) RetryException(Throwable cause, ServiceResponse<?> response, Duration requestedWaitTime)