Uses of Interface
com.sap.cds.services.request.ModifiableParameterInfo
Packages that use ModifiableParameterInfo
-
Uses of ModifiableParameterInfo in com.sap.cds.services
Methods in com.sap.cds.services that return ModifiableParameterInfoModifier and TypeMethodDescriptionCoreFactory.createParameterInfo(ParameterInfo parameterInfo) Creates aModifiableParameterInfobased on the passedParameterInfo. -
Uses of ModifiableParameterInfo in com.sap.cds.services.request
Methods in com.sap.cds.services.request that return ModifiableParameterInfoModifier and TypeMethodDescriptiondefault ModifiableParameterInfoParameterInfo.copy()Creates aModifiableParameterInfobased on thisParameterInfo.static ModifiableParameterInfoParameterInfo.create()Creates aModifiableUserInfobased on default values of a clearParameterInfo.ModifiableParameterInfo.setCorrelationId(String correlationId) Sets the correlation ID for the request.Sets the value of the header with the given identifier.ModifiableParameterInfo.setHeaders(Map<String, String> headers) Sets all the header values.Sets theLocaleof the request.ModifiableParameterInfo.setQueryParameter(String key, String value) Sets the value of the query parameter with the given key.ModifiableParameterInfo.setQueryParameters(Map<String, String> queryParamters) Sets all the query parameters.ModifiableParameterInfo.setValidAt(Instant validAt) Sets the "valid-at" time stamp for the request.ModifiableParameterInfo.setValidFrom(Instant validFrom) Sets the "valid-from" time stamp for the request.ModifiableParameterInfo.setValidTo(Instant validTo) Sets the "valid-to" time stamp for the request. -
Uses of ModifiableParameterInfo in com.sap.cds.services.runtime
Method parameters in com.sap.cds.services.runtime with type arguments of type ModifiableParameterInfoModifier and TypeMethodDescriptionRequestContextRunner.modifyParameters(Consumer<ModifiableParameterInfo> contextParameters) Opens aRequestContextwith an adaptedParameterInfo.