Uses of Interface
com.sap.cloud.sdk.cloudplatform.connectivity.Destination
Packages that use Destination
Package
Description
- 
Uses of Destination in com.sap.cloud.sdk.cloudplatform.connectivity
Subinterfaces of Destination in com.sap.cloud.sdk.cloudplatform.connectivityModifier and TypeInterfaceDescriptioninterfacePlatform independent representation of a HTTP destination as a collection of key-value pairs.interfaceAdds HTTP relevant fields to the "generic" destination.interfaceDeprecated.Classes in com.sap.cloud.sdk.cloudplatform.connectivity that implement DestinationModifier and TypeClassDescriptionfinal classImmutable default implementation of theDestinationinterface to be used as the "single source of truth".final classImmutable default implementation of theHttpDestinationinterface.final classDeprecated.Please useDefaultDestinationinstead.class* Immutable implementation of theHttpDestinationinterface for using the transparent proxy.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return DestinationModifier and TypeMethodDescriptionstatic DestinationDestinationAccessor.getDestination(String destinationName) Loads the destination with the given name.Methods in com.sap.cloud.sdk.cloudplatform.connectivity that return types with arguments of type DestinationModifier and TypeMethodDescriptionio.vavr.control.Try<Iterable<Destination>>DestinationService.tryGetAllDestinations()Deprecated.since 5.1.0.io.vavr.control.Try<Iterable<Destination>>DestinationService.tryGetAllDestinations(DestinationOptions options) Deprecated.since 5.1.0.io.vavr.control.Try<Iterable<Destination>>EnvVarDestinationLoader.tryGetAllDestinations()Fetches all destinations from the environment variable.io.vavr.control.Try<Destination>DefaultDestinationLoader.tryGetDestination(String destinationName, DestinationOptions options) static io.vavr.control.Try<Destination>DestinationAccessor.tryGetDestination(String destinationName) Loads the destination with the given name.default io.vavr.control.Try<Destination>DestinationLoader.tryGetDestination(String destinationName) Retrieves a destination for the given name.io.vavr.control.Try<Destination>DestinationLoader.tryGetDestination(String destinationName, DestinationOptions options) Retrieves a destination for the given name and configuration options.io.vavr.control.Try<Destination>DestinationLoaderChain.tryGetDestination(String destinationName, DestinationOptions options) io.vavr.control.Try<Destination>DestinationService.tryGetDestination(String destinationName, DestinationOptions options) io.vavr.control.Try<Destination>EnvVarDestinationLoader.tryGetDestination(String destinationName, DestinationOptions options) Methods in com.sap.cloud.sdk.cloudplatform.connectivity with parameters of type DestinationModifier and TypeMethodDescriptionDefaultHttpDestination.fromDestination(Destination destination) Creates a newDefaultHttpDestinationinstance from the givenDestinationby copying all properties returned byDestinationProperties.getPropertyNames().static org.apache.hc.client5.http.classic.HttpClientApacheHttpClient5Accessor.getHttpClient(Destination destination) Returns anHttpClientfor the givenDestination.static org.apache.http.client.HttpClientHttpClientAccessor.getHttpClient(Destination destination) Returns anHttpClientfor the givenDestination.DefaultDestinationLoader.registerDestination(Destination destination) Register aDestinationto this destination loader.static io.vavr.control.Try<org.apache.hc.client5.http.classic.HttpClient>ApacheHttpClient5Accessor.tryGetHttpClient(Destination destination) static io.vavr.control.Try<org.apache.http.client.HttpClient>HttpClientAccessor.tryGetHttpClient(Destination destination)  - 
Uses of Destination in com.sap.cloud.sdk.datamodel.odata.helper
Methods in com.sap.cloud.sdk.datamodel.odata.helper that return DestinationModifier and TypeMethodDescriptionprotected DestinationVdmEntity.getDestinationForFetch()Convienence field for reusing the same destination with multiple queries (e.g. fetching associated entities).Methods in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type DestinationModifier and TypeMethodDescriptionprotected voidVdmEntity.attachToService(String servicePath, Destination destination) Sets the service path and destination for the fetch commands of this entity.FluentHelperFunction.executeMultiple(Destination destination) Default implementation for the case that this function returns a collection of entries.abstract ResultTFluentHelperBasic.executeRequest(Destination destination) FluentHelperByKey.executeRequest(Destination destination) longFluentHelperCount.executeRequest(Destination destination) Executes the underlying query for count, using the stored values, plus any query modifiers that were previously called.FluentHelperCreate.executeRequest(Destination destination) FluentHelperDelete.executeRequest(Destination destination) FluentHelperExecutable.executeRequest(Destination destination) Executes this request.FluentHelperRead.executeRequest(Destination destination) FluentHelperUpdate.executeRequest(Destination destination) protected ObjectTFluentHelperFunction.executeSingle(Destination destination) Default implementation for the case that this function returns a single type.static <EntityT extends VdmEntity<?>>
ModificationResponse<EntityT>ModificationResponse.of(ODataRequestResultGeneric result, EntityT originalRequestEntity, Destination destination) protected voidVdmEntity.setDestinationForFetch(Destination destinationForFetch) Convienence field for reusing the same destination with multiple queries (e.g. fetching associated entities). - 
Uses of Destination in com.sap.cloud.sdk.datamodel.odata.helper.batch
Methods in com.sap.cloud.sdk.datamodel.odata.helper.batch with parameters of type DestinationModifier and TypeMethodDescriptionBatchFluentHelperBasic.executeRequest(Destination destination) FluentHelperServiceBatchExecute.executeRequest(Destination destination) Executes the underlying batch query including the stored changeset operations. - 
Uses of Destination in com.sap.cloud.sdk.datamodel.odatav4.core
Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type DestinationModifier and TypeMethodDescriptionBatchRequestBuilder.execute(Destination destination) CollectionValueActionRequestBuilder.execute(Destination destination) CollectionValueFunctionRequestBuilder.execute(Destination destination) CountRequestBuilder.execute(Destination destination) CreateRequestBuilder.execute(Destination destination) Execute the OData create request for the provided entity.DeleteRequestBuilder.execute(Destination destination) Execute the OData delete request for the provided entity.GetAllRequestBuilder.execute(Destination destination) Execute the OData request.GetByKeyRequestBuilder.execute(Destination destination) RequestBuilderExecutable.execute(Destination destination) Execute the OData request.SingleValueActionRequestBuilder.execute(Destination destination) SingleValueFunctionRequestBuilder.execute(Destination destination) UpdateRequestBuilder.execute(Destination destination) Execute the OData update request for the provided entity.default io.vavr.control.Try<ResultT>RequestBuilderExecutable.tryExecute(Destination destination) Safely execute the OData request. - 
Uses of Destination in com.sap.cloud.sdk.services.openapi.apiclient
Constructors in com.sap.cloud.sdk.services.openapi.apiclient with parameters of type DestinationModifierConstructorDescriptionApiClient(Destination destination) Creates an instance of this class given an instance ofDestination. - 
Uses of Destination in com.sap.cloud.sdk.services.openapi.core
Constructors in com.sap.cloud.sdk.services.openapi.core with parameters of type DestinationModifierConstructorDescriptionprotectedAbstractOpenApiService(Destination destination) Expects theDestinationinstance to create theApiClientfrom it. 
Destinationinstead.