Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AA - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."AA"
- ABORT - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.ABORT
- AbstractCalendarAdapter<T> - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Abstract base class to be used to easily parse fields which can be read as a
Calendar
object as a GsonTypeAdapter
. - AbstractCalendarAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
- AbstractErpTypeConverter<T> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- AbstractErpTypeConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.AbstractErpTypeConverter
-
Deprecated.
- AbstractHttpClientCache - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Provides caching functionality to the
HttpClientAccessor
. - AbstractHttpClientCache() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
- AbstractHttpClientFactory - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Abstract implementation of
HttpClientFactory
. - AbstractHttpClientFactory() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
- AbstractJacksonCalendarDeserializer<T> - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Abstract base class to be used to easily read fields which can be read as a
Calendar
object as a JacksonStdDeserializer
. - AbstractJacksonCalendarDeserializer(Class<?>) - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarDeserializer
-
Constructor needed by the super class.
- AbstractJacksonCalendarSerializer<T> - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Abstract base class to be used to easily write fields which can be read as a
Calendar
object as a JacksonStdSerializer
. - AbstractJacksonCalendarSerializer(Class<T>) - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarSerializer
-
Constructor needed by the super class.
- AbstractNamingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.utility
-
Represents an abstract base implementation of the
NamingStrategy
. - AbstractNamingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- AbstractNamingStrategy(NameSource) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- AbstractODataParameters - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Abstract class to build parameter expressions for the URL path.
- AbstractOpenApiService - Class in com.sap.cloud.sdk.services.openapi.core
-
Represents an OpenAPI API
- AbstractOpenApiService(Destination) - Constructor for class com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService
-
Expects the
Destination
instance to create theApiClient
from it. - AbstractOpenApiService(ApiClient) - Constructor for class com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService
-
Constructor for the
AbstractOpenApiService
. - AbstractRemoteFunctionRequest<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- AbstractRemoteFunctionRequest(String, CommitStrategy, String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Constructor for remote function request.
- AbstractRemoteFunctionRequestResult<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- AbstractRequestSerializer<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends RequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- AbstractRequestSerializer() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.AbstractRequestSerializer
-
Deprecated.
- AbstractTypeConverter<T,
DomainT> - Class in com.sap.cloud.sdk.typeconverter -
Abstract type converter base class for converting types to and from their domain-specific counterparts.
- AbstractTypeConverter() - Constructor for class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
- AbstractX509SslContextProvider - Exception in com.sap.cloud.sdk.cloudplatform.connectivity
-
Abstract implementation that creates an
SSLContext
based on an X509 certificate and private key. - accessCode - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
-
Authenticate with an access code
- AccessDeniedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.exception
-
Deprecated.This module will be discontinued, along with its classes and methods.
- AccessDeniedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when a parameter is invalid.
- AccessDeniedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.
- AccessDeniedException(Principal, String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.Constructor.
- AccessDeniedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.Constructor.
- AccessDeniedException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- AccessDeniedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.Constructor.
- AccessDeniedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.Constructor.
- AccessDeniedExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Access Denied Exception Factory.
- AccessDeniedExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedExceptionFactory
- ActionRequestBuilder<BuilderT extends ActionRequestBuilder<BuilderT,
ResultT>, ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Representation of an Action OData request as a fluent interface for further configuring the request and
executing
it. - ActionRequestBuilder(String, ODataResourcePath, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- ActionRequestBuilder(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- ActionRequestBuilder(String, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- ActionResponseCollection<ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Generic OData service response wrapper for action requests.
- ActionResponseSingle<ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Generic OData service response wrapper for action requests.
- add(ApiUsageMetadata.Invocation) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.AdditionalInvocation
-
Add an invocation.
- add(ValueDate, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Addition expression for date and duration.
- add(ValueDateTimeOffset, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Addition expression for date time and duration.
- add(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "add".
- add(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "add".
- add(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "add".
- add(ValueDuration, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Addition expression for duration and duration.
- add(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "add".
- add(ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Addition expression for numbers.
- add(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "add".
- add(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "add".
- add(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "add".
- add(FilterableNumericDecimal<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "add".
- add(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "add".
- add(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- add(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- add(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "add".
- add(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- add(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- add(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "add".
- add(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- add(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- add(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "add".
- add(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "add".
- add(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- add(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "add".
- add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "add".
- add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "add".
- add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "add".
- add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "add".
- add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "add".
- addAction(ODataRequestAction) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch.Changeset
-
Add an OData Action request to the current OData Batch changeset.
- addAnnotationParameter(AnnotationParameter) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
-
Adds the provided annotation parameter to the set of parameters in this instance.
- addAnnotationParameter(AnnotationParameter) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
-
Adds the provided annotation parameter to the set of parameters in this instance.
- addBuildRequestDuration(Duration) - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.Increase a build request duration by a given value.
- addChangeset(ModificationRequestBuilder<?>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
-
Add modifying operations to the OData batch request as combined changeset.
- addChangeSet(FluentHelperModification<?, ?>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
- addChangeSet(FluentHelperModification<?, ?>...) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
-
Adds a single OData batch changeset that includes all of the given data modification requests.
- addCreate(ODataRequestCreate) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch.Changeset
-
Add an OData Create request to the current OData Batch changeset.
- addDecorator(ThreadContextDecorator) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
- addDecorator(ThreadContextDecorator) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecoratorChain
-
Adds a
ThreadContextDecorator
. - addDefaultHeader(String, String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Add a default header.
- addDelete(ODataRequestDelete) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch.Changeset
-
Add an OData Delete request to the current OData Batch changeset.
- addExecuteRequestDuration(Duration) - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.Increase a request execution duration by a given value.
- addFunction(ODataRequestFunction) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
-
Add an OData Function request to the current OData Batch request.
- addFunctionImport(FluentHelperFunction<?, ?, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Adds a function import call to the currently opened changeset.
- addFunctionImport(FluentHelperFunction<?, ?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
-
Adds a function import call to the currently opened changeset.
- addHeader(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Add a header to the OData HTTP request.
- addHeaderIfAbsent(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Add a header to the OData HTTP request, if it is not included already.
- additionalInvocation(JavaServiceMethodResolver.AdditionalInvocation) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- additionalInvocations(Collection<? extends JavaServiceMethodResolver.AdditionalInvocation>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- additionalProperties(Map<? extends String, ? extends String>) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- additionalProperty(String, String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- addKeyProperties(Map<String, Object>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
-
Add properties to the OData entity key.
- addKeyProperty(String, PrimitiveT) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
-
Add an entity property to this key.
- addListener(ThreadContextListener) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
- addListener(ThreadContextListener) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListenerChain
-
Adds a
ThreadContextListener
. - addListener(ODataRequestListener) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Attach a listener to the request process.
- addParameter(String, PrimitiveT) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Add a parameter to function parameters.
- addParameterToLastSegment(AbstractODataParameters) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Add a path parameter to the last segment.
- addParseResponseDuration(Duration) - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.Increase a parse response duration by a given value.
- addQueryParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Add a query parameter to the HTTP request.
- addRead(ODataRequestRead) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
-
Add an OData Read request to the current OData Batch request.
- addReadByKey(ODataRequestReadByKey) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
-
Add an OData Read-By-Key request to the current OData Batch request.
- addReadOperations(FluentHelperByKey<?, ?, ?>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
- addReadOperations(FluentHelperByKey<?, ?, ?>...) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
-
Add read-by-key request to the OData batch request builder.
- addReadOperations(FluentHelperFunction<?, ?, ?>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
- addReadOperations(FluentHelperFunction<?, ?, ?>...) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
-
Add function requests to the OData batch request builder.Only functions that use GET can be added.
- addReadOperations(FluentHelperRead<?, ?, ?>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
- addReadOperations(FluentHelperRead<?, ?, ?>...) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
-
Add read request to the OData batch request builder.
- addReadOperations(ReadRequestBuilder<?>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
-
Add read operations to the OData batch request.
- addRequest(FluentHelperCreate<?, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Adds a create operation to the current changeset request.
- addRequest(FluentHelperDelete<?, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Adds a delete operation to the current changeset request.
- addRequest(FluentHelperUpdate<?, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Adds an update operation to the current changeset request.
- addRequestCreate(Function<EntityT, FluentHelperCreate<?, EntityT>>, EntityT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Add a create operation to the current changeset request.
- addRequestDelete(Function<EntityT, FluentHelperDelete<?, EntityT>>, EntityT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Add a delete operation to the current changeset request.
- addRequestUpdate(Function<EntityT, FluentHelperUpdate<?, EntityT>>, EntityT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Add an update operation to the current changeset request.
- addSegment(String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Add a navigation to the path.
- addSegment(String, AbstractODataParameters) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Add a navigation with a parameters or function or action call to the path.
- addUpdate(ODataRequestUpdate) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch.Changeset
-
Add an OData Update request to the current OData Batch changeset.
- after() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.
- after() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
-
Deprecated.
- after() - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
-
Deprecated.This method gets called *in any case* after the transactional calls are done.
- afterInitialize(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
- afterInitialize(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
- afterInitialize(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
- afterInitialize(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
- afterInitialize(ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
-
Invoked after the current
ThreadContext
is initialized and set. - all() - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
-
Select all properties of an entity.
- all(Expressions.OperandMultiple, ValueBoolean, Predicate<FieldReference>) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
- all(ValueBoolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by lambda expression "all".
- all(FilterableBoolean<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by lambda expression "all".
- All() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.All
- ALWAYS_PROVIDER - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
-
Only load destination from the provider's sub-account, regardless if subscribers have a destination of the same name.
- and() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder4
-
Initializes a new builder step for configuring access for another account (either provider or subscriber).
- and(CacheFilter, CacheFilter...) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a new
CacheFilter
instance which represents the conjunction of all passed cache filters. - and(ValueBoolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
-
Combine current filter expression with another expression in conjunction.
- and(ValueBoolean, ValueBoolean) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- and(ExpressionFluentHelper<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
-
Boolean AND expression fluent helper.
- and(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
-
Combine current search expression with another search expression in conjunction.
- and(FilterableBoolean<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean
-
Combine current filter expression with another expression in conjunction.
- and(Boolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
-
Combine the filter expression with another expression in conjunction
- and(Boolean) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean
-
Combine the filter expression with a boolean value in conjunction.
- and(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
-
Combine current string with another search string in conjunction.
- and(String, Order) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.OrderExpression
-
To maintain a Map of OrderExpressions with field name and order.
- AnnotatedFieldGsonExclusionStrategy<AnnotationT extends Annotation> - Class in com.sap.cloud.sdk.result
-
Implementation of GSON
ExclusionStrategy
excluding all fields not annotated with the given annotation. - AnnotatedFieldGsonExclusionStrategy(Class<AnnotationT>) - Constructor for class com.sap.cloud.sdk.result.AnnotatedFieldGsonExclusionStrategy
- AnnotationDefinition - Class in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Data structure to represent a Java annotation and its parameters.
- AnnotationDefinition - Class in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Data structure to represent a Java annotation and its parameters.
- AnnotationDefinition(Class<? extends Annotation>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
-
Create a plain annotation definition with no annotation parameters.
- AnnotationDefinition(Class<? extends Annotation>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
-
Create a plain annotation definition with no annotation parameters.
- AnnotationDefinition(Class<? extends Annotation>, AnnotationParameter...) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
-
Create an annotation definition with the provided annotation parameters.
- AnnotationDefinition(Class<? extends Annotation>, AnnotationParameter...) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
-
Create an annotation definition with the provided annotation parameters.
- AnnotationParameter - Class in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Data structure to represent a parameter of a Java annotation.
- AnnotationParameter - Class in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Data structure to represent a parameter of a Java annotation.
- AnnotationParameter(String, boolean) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
boolean
value. - AnnotationParameter(String, boolean) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
boolean
value. - AnnotationParameter(String, byte) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
byte
value. - AnnotationParameter(String, byte) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
byte
value. - AnnotationParameter(String, char) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
char
value. - AnnotationParameter(String, char) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
char
value. - AnnotationParameter(String, double) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
double
value. - AnnotationParameter(String, double) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
double
value. - AnnotationParameter(String, float) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
float
value. - AnnotationParameter(String, float) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
float
value. - AnnotationParameter(String, int) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with an
int
value. - AnnotationParameter(String, int) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with an
int
value. - AnnotationParameter(String, long) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
long
value. - AnnotationParameter(String, long) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
long
value. - AnnotationParameter(String, short) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
short
value. - AnnotationParameter(String, short) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
short
value. - AnnotationParameter(String, Class<?>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
Class
value. - AnnotationParameter(String, Class<?>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
Class
value. - AnnotationParameter(String, Enum<?>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with an
Enum
value. - AnnotationParameter(String, Enum<?>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with an
Enum
value. - AnnotationParameter(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
String
value. - AnnotationParameter(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
-
Creates an annotation parameter with a
String
value. - AnnotationStrategy - Interface in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Implementations of this interface instruct the VDM generator on which annotations to apply to the generated Java code.
- AnnotationStrategy - Interface in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Implementations of this interface instruct the VDM generator on which annotations to apply to the generated Java code.
- any() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by lambda expression "any", for finding non-empty collections.
- any(Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueBoolean.Expression
that checks whetheroperand1
contains any elements. - any(Expressions.OperandMultiple, ValueBoolean, Predicate<FieldReference>) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
- any(ValueBoolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by lambda expression "any".
- any(FilterableBoolean<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by lambda expression "any".
- ApacheHttpClient5Accessor - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Accessor for
HttpClient
s. - ApacheHttpClient5Cache - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Provides caching functionality to the
HttpClient5Accessor
. - ApacheHttpClient5CacheBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Builder class for a default implementation of the
ApacheHttpClient5Cache
interface. - ApacheHttpClient5CacheBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5CacheBuilder
- ApacheHttpClient5Factory - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Factory class that creates
HttpClient
instances based on the givenDestination
. - ApacheHttpClient5FactoryBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Builder class for a default implementation of the
ApacheHttpClient5Factory
interface. - ApacheHttpClient5FactoryBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
- ApacheHttpClient5FactoryBuilder.TlsUpgrade - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enum to control the automatic TLS upgrade feature for insecure connections.
- apiClient - Variable in class com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService
-
The instance of
ApiClient
the concrete API class uses to conduct HTTP commmunication. - ApiClient - Class in com.sap.cloud.sdk.services.openapi.apiclient
-
Used by the OpenAPI VDM to access HTTP-related information, such as the target URL of the headers.
- ApiClient() - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Creates an instance of this class.
- ApiClient(Destination) - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Creates an instance of this class given an instance of
Destination
. - ApiClient(RestTemplate) - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Creates an instance of this class given an instance of
RestTemplate
. - ApiClient.CollectionFormat - Enum Class in com.sap.cloud.sdk.services.openapi.apiclient
-
Enum representing the delimiter of a given collection.
- ApiKeyAuth - Class in com.sap.cloud.sdk.services.openapi.apiclient.auth
-
Authentication at the REST API by providing an API key
- ApiKeyAuth(String, String) - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Create an instance of this authentication using an API key
- apiMaturity(ApiMaturity) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- ApiMaturity - Enum Class in com.sap.cloud.sdk.datamodel.openapi.generator.model
-
Represents the maturity of the API to generate code for.
- apiNameToServiceTitle(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
apiName
into the title of a service. - apiPackage(String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- apiSpecFilePath(Path) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- ApiUsageMetadata - Interface in com.sap.cloud.sdk.datamodel.metadata.generator
-
Metadata about API usage.
- ApiUsageMetadata.Invocation - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Method invocation type.
- ApiUsageMetadata.MethodArgument - Interface in com.sap.cloud.sdk.datamodel.metadata.generator
-
A method argument.
- ApiUsageMetadata.MethodArgumentDynamic - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
A method argument as variable reference.
- ApiUsageMetadata.MethodArgumentStatic - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
A method argument as static code.
- append(DestinationLoader) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain.DestinationLoaderChainBuilder
-
The next
DestinationLoader
to query if the previous loaders did not return anyDestination
. - append(Iterable<ComponentT>) - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Appends the given Objects to this instance.
- append(Iterable<Serializable>) - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- append(Iterable<Object>) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- append(Object...) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Appends the given Objects to this instance.
- appendDestinationLoader(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
-
Register an
DestinationLoader
created at runtime. - appendSlashIfMissing(String) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.ServiceUriBuilder
-
Deprecated.Adds a slash ('/') as a suffix if it is not yet present.
- appendSuffixIfNameIsReservedKeyword(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Appends the given
suffix
to the givenname
, if thename
is a reserved keyword. - application - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
-
Authenticate as application
- applyAction(BoundAction.CollectionToCollection<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Apply a bound action returning a collection of objects to the current entity collection.
- applyAction(BoundAction.CollectionToCollection<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Apply a bound action returning a collection of objects to the current entity collection.
- applyAction(BoundAction.CollectionToSingle<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Apply a bound action returning a single or no object to an entity collection of the service.
- applyAction(BoundAction.CollectionToSingle<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Apply a bound action returning a single or no object to an entity collection of the service.
- applyAction(BoundAction.SingleToCollection<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Apply a bound action returning a collection of elements to the current element.
- applyAction(BoundAction.SingleToSingle<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Apply a bound action returning a single or no object to the current element.
- applyFormat(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DefaultNameFormattingStrategy
- applyFormat(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.LowercaseNameFormattingStrategy
- applyFormat(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.NameFormattingStrategy
-
Returns the input string formatted according to the rules of the respective implementation of this interface.
- applyFormat(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DefaultNameFormattingStrategy
- applyFormat(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.LowercaseNameFormattingStrategy
- applyFormat(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.NameFormattingStrategy
-
Returns the input string formatted according to the rules of the respective implementation of this interface.
- applyFunction(BoundFunction.CollectionToCollection<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Apply a bound function returning a collection of objects to the current element.
- applyFunction(BoundFunction.CollectionToCollection<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Apply a bound function returning a collection of objects to the current element.
- applyFunction(BoundFunction.CollectionToSingle<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Apply a bound function returning a single object to the current element.
- applyFunction(BoundFunction.CollectionToSingle<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Apply a bound function returning a single object to the current element.
- applyFunction(BoundFunction.SingleToCollection<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Apply a bound function returning a collection of objects to the current element.
- applyFunction(BoundFunction.SingleToSingle<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Apply a bound function returning a single object to the current element.
- applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
- applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in interface com.sap.cloud.sdk.services.openapi.apiclient.auth.Authentication
-
Apply authentication settings to header and / or query parameters.
- applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
- applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuth
- APPROUTER_FORWARD_AUTH_TOKEN - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Value of ForwardAuthToken property of destination.
- arg(String) - Static method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Convenient method to add static argument code.
- arg(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
-
Convenient method to add static argument code.
- arg(String, Class<?>) - Static method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Convenient method to add static argument code.
- arg(String, Class<?>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
-
Convenient method to add an argument reference.
- arg(String, String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
-
Convenient method to add an argument reference.
- artifactId(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate.MavenCoordinateBuilder
- as(Class<T>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultDeserializable
-
Converts ODataRequestResult into POJO.
- as(Class<T>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- as(Class<T>) - Method in class com.sap.cloud.sdk.result.GsonResultObject
-
Returns a value from this element.
- as(Class<T>) - Method in interface com.sap.cloud.sdk.result.ResultObject
-
Returns this
ResultObject
casted into the given typeT
. - as(Class<T>, Function<JsonElement, JsonElement>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Converts ODataRequestResult into a POJO based on a function extracting the relevant JSON response object.
- as(Type) - Method in class com.sap.cloud.sdk.result.GsonResultObject
- as(Type) - Method in interface com.sap.cloud.sdk.result.ResultObject
-
Returns this
ResultObject
casted into the given typeT
. - asBigDecimal() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asBigDecimal() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asBigDecimal() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asBigDecimal() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asBigDecimal
. - asBigDecimal() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asBigDecimalList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asBigDecimalList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asBigDecimalList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asBigDecimalList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asBigDecimal
. - asBigDecimalSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asBigDecimalSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asBigDecimalSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asBigDecimalSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asBigDecimal
. - asBigInteger() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asBigInteger() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asBigInteger() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asBigInteger() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asBigInteger
. - asBigInteger() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asBigIntegerList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asBigIntegerList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asBigIntegerList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asBigIntegerList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asBigInteger
. - asBigIntegerSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asBigIntegerSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asBigIntegerSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asBigIntegerSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asBigInteger
. - asBinary() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a binary value, enabling type-safe expressions.
- asBoolean() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a boolean value, enabling type-safe expressions.
- asBoolean() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asBoolean() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asBoolean() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asBoolean() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asboolean
. - asBoolean() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asBooleanList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asBooleanList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asBooleanList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asBooleanList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asBoolean
. - asBooleanSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asBooleanSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asBooleanSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asBooleanSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asBoolean
. - asByte() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asByte() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asByte() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asByte() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asbyte
. - asByte() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asByteList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asByteList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asByteList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asByteList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asByte
. - asByteSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asByteSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asByteSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asByteSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asByte
. - asc() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty
-
A property for order ascending.
- asc(SimpleProperty<EntityT>) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
-
Creates a
FieldOrdering
representing an ascending order over the given property - ASC - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.query.Order
-
Sort field values in ascending order.
- ASC - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.helper.Order
-
Sort field values in ascending order.
- asCharacter() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asCharacter() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asCharacter() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asCharacter() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value aschar
. - asCharacter() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asCharacterList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asCharacterList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asCharacterList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asCharacterList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asCharacter
. - asCharacterSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asCharacterSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asCharacterSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asCharacterSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asCharacter
. - asChildOf(ParentEntityT, EntityLink<? extends EntityLink<?, ParentEntityT, EntityT>, ParentEntityT, EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
-
This function allows to create a new entity via an existing parent entity.
- AsciiUtils - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Provides convenience to remove non-printable characters from a String.
- AsciiUtils() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AsciiUtils
- asCollection() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a collection value, enabling type-safe expressions.
- asDate() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a date value, enabling type-safe expressions.
- asDateTimeOffset() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to an offset-date-time value, enabling type-safe expressions.
- asDouble() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asDouble() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asDouble() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asDouble() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asdouble
. - asDouble() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asDoubleList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asDoubleList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asDoubleList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asDoubleList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asDouble
. - asDoubleSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asDoubleSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asDoubleSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asDoubleSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asDouble
. - asDuration() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a duration value, enabling type-safe expressions.
- asFloat() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asFloat() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asFloat() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asFloat() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asfloat
. - asFloat() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asFloatList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asFloatList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asFloatList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asFloatList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asFloat
. - asFloatSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asFloatSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asFloatSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asFloatSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asFloat
. - asHttp() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
-
Converts this object as a
HttpDestination
, - asInteger() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asInteger() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asInteger() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asInteger() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asint
. - asInteger() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asIntegerList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asIntegerList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asIntegerList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asIntegerList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asInteger
. - asIntegerSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asIntegerSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asIntegerSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asIntegerSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asInteger
. - asList(Class<T>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultDeserializable
-
Converts ODataRequestResult into list of POJOs.
- asList(Class<T>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- asList(Class<T>) - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asList(Class<T>) - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asList(Class<T>) - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asList(Class<T>) - Method in interface com.sap.cloud.sdk.result.ResultCollection
- asListOfMaps() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultDeserializable
-
Construct and get a list of key-value maps from the OData response.
- asListOfMaps() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- asLong() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asLong() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asLong() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asLong() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value aslong
. - asLong() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asLongList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asLongList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asLongList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asLongList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asLong
. - asLongSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asLongSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asLongSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asLongSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asLong
. - asMap() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultDeserializable
-
Construct and get a key-value map from the OData response.
- asMap() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- asNestedQueryOnProperty(String, ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Create a nested query on a property.
- asNumber() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a numeric value, enabling type-safe expressions.
- asRfc() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
-
Deprecated.Please use the
Destination
as is by removing theasRfc()
conversion. - asSet(Class<T>) - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asSet(Class<T>) - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asSet(Class<T>) - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asSet(Class<T>) - Method in interface com.sap.cloud.sdk.result.ResultCollection
- asShort() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asShort() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asShort() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asShort() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asshort
. - asShort() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asShortList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asShortList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asShortList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asShortList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asShort
. - asShortSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asShortSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asShortSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asShortSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asShort
. - asString() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a string value, enabling type-safe expressions.
- asString() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- asString() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- asString() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- asString() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
In case this
ResultElement
is considered aResultPrimitive
, use this method to access its value asString
. - asString() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
- asStringList() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a list of values from this instance.
- asStringList() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asStringList() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a list of values from this instance.
- asStringList() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aList
of all their values represented asString
. - asStringSet() - Method in interface com.sap.cloud.sdk.result.CollectedResultCollection
-
Returns a set of values from this instance.
- asStringSet() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- asStringSet() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
-
Returns a set of values from this instance.
- asStringSet() - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Assuming all elements within this
ResultCollection
are instances ofResultPrimitive
, this method returns aSet
of all their values represented asString
. - asTimeOfDay() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldUntyped
-
Cast the field reference to a time-of-day value, enabling type-safe expressions.
- asVector() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.Translate this reference to a
TableAsVector
that gathers values that are added to this vector. - attachToService(String, Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Sets the service path and destination for the fetch commands of this entity.
- augmentBuilder(DestinationOptions.Builder) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptionsAugmenter
-
Use this class to set configuration parameters that are specific to a platform/environment/etc.
- augmentBuilder(DestinationOptions.Builder) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
- augmentBuilder(DestinationOptionsAugmenter) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions.Builder
-
Use another class that implements
DestinationOptionsAugmenter
to set configuration parameters that are specific to a platform/environment/etc. - augmenter() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Creates instances of
DestinationServiceOptionsAugmenter
in a builder-like style. - AUTH_TOKEN_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for the AuthTokenThreadContextListener
- AUTH_TOKENS - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
List of authentication tokens returned from destination service.
- AUTH_TYPE - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
AuthenticationType
of destination. - AUTH_TYPE_FALLBACK - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Fallback
AuthenticationType
of destination ifAUTH_TYPE
is not supported. - Authentication - Interface in com.sap.cloud.sdk.services.openapi.apiclient.auth
-
Representing a method to authenticate at the REST API
- authenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the expected authentication type of the
DefaultHttpDestination
. - AuthenticationType - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enum representing different ways a user may be authenticated .
- AUTHORING_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessRulesOptions
-
Use the authoring API of the SAP Business Rules Service.
- AuthToken - Class in com.sap.cloud.sdk.cloudplatform.security
-
Class providing access to the authorization token of a request.
- AuthToken(DecodedJWT) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthToken
-
Creates a new
AuthToken
instance. - AuthTokenAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.exception
-
Thrown if the authorization token cannot be accessed.
- AuthTokenAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
- AuthTokenAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
-
Exception constructor.
- AuthTokenAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
-
Exception constructor.
- AuthTokenAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
-
Exception constructor.
- AuthTokenAccessor - Class in com.sap.cloud.sdk.cloudplatform.security
-
Accessor for retrieving the current
AuthToken
. - AuthTokenFacade - Interface in com.sap.cloud.sdk.cloudplatform.security
-
Facade for retrieving the current
AuthToken
. - AuthTokenThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.security
-
Implementation of
ThreadContextListener
that ensures the correct initialization ofAuthToken
s when working with non-container managed threads on all supported Cloud platforms. - AuthTokenThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
-
Default constructor.
- AuthTokenThreadContextListener(AuthToken) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
-
Constructor for providing a
AuthToken
to be returned by this listener. - AUTOMATIC - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder.TlsUpgrade
-
Automatic TLS upgrade is enabled only for
ProxyType.INTERNET
, default. - awaitTermination(long, TimeUnit) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- Axis2CustomConverterListener - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
-
Deprecated.This module will be discontinued, along with its classes and methods.
- Axis2CustomConverterListener() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
-
Deprecated.
B
- B1 - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."B1"
- BAPI1022 - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."BAPI1022"
- BAPI4499 - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."BAPI4499"
- BapiRequest - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- BapiRequest(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.Constructs a synchronous BAPI request for which the result will be committed.
- BapiRequest(String, boolean) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.Constructs a BAPI request.
- BapiRequest(String, CommitStrategy) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.Constructs a BAPI request.
- BapiRequestResult - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- BapiRequestResult() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequestResult
-
Deprecated.
- BapiTransactionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- BapiTransactionFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
-
Deprecated.
- BASIC_AUTH_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for the BasicAuthenticationThreadContextListener
- BASIC_AUTH_PASSWORD - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Password for basic authentication of destination.
- BASIC_AUTH_USERNAME - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Username for basic authentication of destination.
- BASIC_AUTH_USERNAME_FALLBACK - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Fallback username for basic authentication of destination if
BASIC_AUTH_USERNAME
is not supported. - BASIC_AUTHENTICATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
BasicAuthentication
- BasicAuthenticationAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.exception
-
Thrown if the BasicAuthentication credentials cannot be accessed.
- BasicAuthenticationAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.BasicAuthenticationAccessException
- BasicAuthenticationAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.BasicAuthenticationAccessException
-
Creates a new exception based on the given message.
- BasicAuthenticationAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.BasicAuthenticationAccessException
-
Creates a new exception based on the given message.
- BasicAuthenticationAccessor - Class in com.sap.cloud.sdk.cloudplatform.security
-
Static accessor to retrieve the BasicCredentials of the currently incoming request.
- BasicAuthenticationFacade - Interface in com.sap.cloud.sdk.cloudplatform.security
-
Facade for retrieving the current
BasicCredentials
. - BasicAuthenticationThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.security
-
ThreadContextListener
implementation reading the Basic Authentication Header from the incoming request and storing it in the currentThreadContext
. - BasicAuthenticationThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
- BasicAuthHeaderEncoder - Class in com.sap.cloud.sdk.cloudplatform.security
-
Encoder to used to encode user credentials in Base64.
- BasicAuthHeaderEncoder() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.BasicAuthHeaderEncoder
- basicCredentials(BasicCredentials) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the credentials for accessing the destination when basic authentication is used.
- basicCredentials(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the credentials for accessing the destination using
AuthenticationType.BASIC_AUTHENTICATION
. - BasicCredentials - Class in com.sap.cloud.sdk.cloudplatform.security
-
Simple credential implementation based on a username and password.
- BasicCredentials(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
-
Creates a new instance based on the given username and password.
- batch() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
-
Instantiate a new FluentHelper instance for a single OData batch request.
- BATCH - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
-
Batch segment.
- BatchChangeSetFluentHelperBasic<FluentHelperBatchT extends FluentHelperServiceBatch<?,
?>, ThisT> - Class in com.sap.cloud.sdk.datamodel.odata.helper.batch -
Representation of any changeset in a OData batch request as a fluent interface.
- BatchChangeSetFluentHelperBasic(FluentHelperBatchT, BatchFluentHelperBasic<?, ?>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
- BatchFluentHelperBasic<FluentHelperBatchT extends FluentHelperServiceBatch<FluentHelperBatchT,
FluentHelperBatchChangeSetT>, FluentHelperBatchChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperBatchT>> - Class in com.sap.cloud.sdk.datamodel.odata.helper.batch -
Representation of any OData batch request as a fluent interface for managing changesets and
executing
them in a single query. - BatchFluentHelperBasic() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
- BatchRequestBuilder - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData Batch request as a fluent interface for combining multiple data reading and modifying operations in one HTTP request.
- BatchRequestBuilder(String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- BatchResponse - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Generic OData service response wrapper for Batch response.
- BatchResponse - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Interface to access the OData batch response.
- BatchResponseChangeSet - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Interface to evaluate the response of a single changeset from an OData batch response.
- BatchService<FluentHelperBatchT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Interface to expose the batch feature for service class.
- BearerCredentials - Class in com.sap.cloud.sdk.cloudplatform.security
-
Simple credential implementation based on a single token.
- BearerCredentials(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
-
Creates a new instance based on the given token.
- before(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.
- before(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
-
Deprecated.
- before(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
-
Deprecated.This method gets called before anything else gets called in the
RemoteFunctionRequestExecutor
. - beforeInitialize(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderThreadContextListener
- beforeInitialize(ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
-
Invoked before the current
ThreadContext
is initialized and set. - beginChangeset() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
-
Instantiate a new changeset to the current OData Batch request.
- beginChangeSet() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
-
Method to define a new OData batch changeset.
- BETA - Enum constant in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
The API is an experimental Beta state and not recommended for productive usage
- BIG_DECIMAL - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.NumberDeserializationStrategy
-
BigDecimal strategy to deserialize JSON numbers to BigDecimal, if no target type references are specified.
- BigDecimalAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
BigDecimal
. - BigDecimalAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.BigDecimalAdapter
- BigDecimalConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- BigDecimalConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.BigDecimalConverter
-
Deprecated.
- BigDecimalExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aBigDecimal
. - BigDecimalExtractor() - Constructor for class com.sap.cloud.sdk.result.BigDecimalExtractor
- BigIntegerConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- BigIntegerConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.BigIntegerConverter
-
Deprecated.
- BigIntegerExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aBigInteger
. - BigIntegerExtractor() - Constructor for class com.sap.cloud.sdk.result.BigIntegerExtractor
- Binary(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Binary
- BinaryTypeAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
byte[]
. - BinaryTypeAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.BinaryTypeAdapter
- BK - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."BK"
- BM - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."BM"
- Boolean(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Boolean
- BooleanConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- BooleanConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.BooleanConverter
-
Deprecated.
- BooleanExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aBoolean
. - BooleanExtractor() - Constructor for class com.sap.cloud.sdk.result.BooleanExtractor
- BoundAction<BindingT,
ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core -
Interface representing an action bound to a specific type.
- BoundAction.CollectionToCollection<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
action
operating on a collection of element and returning a collection of objects. - BoundAction.CollectionToSingle<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
action
operating on a collection of elements and returning an object, if any. - BoundAction.SingleToCollection<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
action
operating on a single element and returning a collection of objects. - BoundAction.SingleToSingle<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
action
operating on a single element and returning an object, if any. - BoundFunction<BindingT,
ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core -
Interface representing a function bound to a specific type.
- BoundFunction.CollectionToCollection<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements returning a collection of elements. - BoundFunction.CollectionToCollectionComplex<BindingT,
ResultT extends VdmComplex<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements and returning a collection of complex objects. - BoundFunction.CollectionToCollectionEntity<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements and returning a collection of entities. - BoundFunction.CollectionToCollectionEntity.Composable<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Class representing a composable bound function
- BoundFunction.CollectionToCollectionPrimitive<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements and returning a collection of primitives. - BoundFunction.CollectionToSingle<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements returning a single element. - BoundFunction.CollectionToSingleComplex<BindingT,
ResultT extends VdmComplex<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements and returning a complex object. - BoundFunction.CollectionToSingleEntity<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements and returning an entity. - BoundFunction.CollectionToSingleEntity.Composable<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Class representing a composable bound function
- BoundFunction.CollectionToSinglePrimitive<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a collection of elements and returning a primitive. - BoundFunction.Composable<BindingT,
ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core -
Interface representing a composable bound function
- BoundFunction.SingleToCollection<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element returning a collection of elements. - BoundFunction.SingleToCollectionComplex<BindingT,
ResultT extends VdmComplex<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element and returning a collection of complex objects. - BoundFunction.SingleToCollectionEntity<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element and returning a collection of entities. - BoundFunction.SingleToCollectionEntity.Composable<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Class representing a composable bound function
- BoundFunction.SingleToCollectionPrimitive<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element and returning a collection of primitives. - BoundFunction.SingleToSingle<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element returning a single element. - BoundFunction.SingleToSingleComplex<BindingT,
ResultT extends VdmComplex<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element and returning a complex type. - BoundFunction.SingleToSingleEntity<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element and returning an entity. - BoundFunction.SingleToSingleEntity.Composable<BindingT,
ResultT extends VdmEntity<ResultT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Class representing a composable bound function
- BoundFunction.SingleToSinglePrimitive<BindingT,
ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Specific
function
operating on a single element and returning a primitive. - BoundOperation<BindingT,
ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core -
Interface representing OData operations (functions and actions) bound to a specific type.
- BtpServiceOptions - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Options that can be used in a
ServiceBindingDestinationOptions
to configure the destinations for specific services. - BtpServiceOptions() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions
- BtpServiceOptions.AuthenticationServiceOptions - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Factory class for common Authentication Service options.
- BtpServiceOptions.AuthenticationServiceOptions.TargetUri - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
An
ServiceBindingDestinationOptions.OptionsEnhancer
that contains the target URI for an IAS or XSUAA-based destination. - BtpServiceOptions.BusinessLoggingOptions - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enhancer that allows to include configuration specific to the SAP Business Logging Service.
- BtpServiceOptions.BusinessRulesOptions - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enhancer that allows to include configuration specific to the SAP Business Rules Service for Cloud Foundry
- BtpServiceOptions.IasOptions - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Factory class for Identity Authentication Service (
ServiceIdentifier.IDENTITY_AUTHENTICATION
) options. - BtpServiceOptions.IasOptions.IasCommunicationOptions - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
An
ServiceBindingDestinationOptions.OptionsEnhancer
that contains the communication options for an IAS-based destination. - BtpServiceOptions.IasOptions.IasTargetUri - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Deprecated.since 5.9.0. Use
BtpServiceOptions.AuthenticationServiceOptions.TargetUri
instead. - BtpServiceOptions.IasOptions.NoTokenForTechnicalProviderUser - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
An
ServiceBindingDestinationOptions.OptionsEnhancer
that indicates whether no token is required for authenticating at the target system iff the authentication happens on behalf of a technical provider user. - BtpServiceOptions.WorkflowOptions - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enhancer that allows to include configuration specific to the SAP Workflow Service for Cloud Foundry.
- build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5CacheBuilder
-
Builds a new
ApacheHttpClient5Cache
instance with the previously configured parameters. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Builds a new
ApacheHttpClient5Factory
instance with the previously configured parameters. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
-
Finally creates the
DefaultDestination
with the properties retrieved via theDefaultDestination.Builder.property(String, Object)
method. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
- build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Finally creates the
DefaultHttpDestination
with the properties retrieved via theDefaultHttpDestination.Builder.property(String, Object)
method. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain.DestinationLoaderChainBuilder
-
Finally create the immutable
DestinationLoaderChain
based on the given order ofDestinationLoader
s. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions.Builder
-
Creates an immutable instance of {@link DestinationOptions) with whatever parameters have been set through the builder and any augmenters attached to it.
- build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Builder
-
Create the configured
DestinationService
instance. - build() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder4
-
Creates a new
MegacliteServiceBinding
instance based on the provided configuration. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
-
Creates a new
OAuth2Options
instance. - build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions.Builder
-
Create the
ServiceBindingDestinationOptions
instance based on the previously given properties. - build() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- build() - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Initializes a new instance of
RequestHeaderContainer
from the HTTP headers and cookies contained in thisRequestHeaderContainer.Builder
. - build() - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
- build() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- build() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- build() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate.MavenCoordinateBuilder
- build() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- build() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- build() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- build(String, String, String, int, String, String, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.UriBuilder
-
Deprecated.Please use
UriBuilder.build(String, String, String, String, String)
instead. - build(String, String, String, String, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.UriBuilder
-
Builds an
URI
based on the given parameter. - build(URI, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ServiceUriBuilder
-
Deprecated.Builds a ERP service URI for a given relative path.
- builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
-
Starts a builder to be used to create a
DefaultDestination
with some properties. - builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
- builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
-
Creates a builder for instantiating
DestinationOptions
objects. - builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Static builder.
- builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
Returns a new
OAuth2Options.Builder
instance that can be used to create a customizedOAuth2Options
instance. - builder() - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
-
Initializes a new instance of
DefaultRequestHeaderContainer.Builder
to construct a newDefaultRequestHeaderContainer
from scratch. - builder() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- builder() - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- builder() - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
- builder() - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate
- builder() - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- builder() - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- builder() - Static method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- builder(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
-
Entry point to build a custom
DestinationLoaderChain
. - builder(DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
-
Creates a builder, copying the given options as a starting point.
- builder(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
-
Starts a builder to be used to create a
DefaultHttpDestination
with property: . - builder(URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
-
Starts a builder to be used to create a
DefaultHttpDestination
with some properties. - Builder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
- Builder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
- Builder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
- bulkheadConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- bulkheadConfiguration(ResilienceConfiguration.BulkheadConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- BulkheadProvider - Interface in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Provider for bulkheads.
- ByteConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ByteConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ByteConverter
-
Deprecated.
- ByteExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aByte
. - ByteExtractor() - Constructor for class com.sap.cloud.sdk.result.ByteExtractor
- byteValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Get the Byte value.
C
- cacheConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- cacheConfiguration(ResilienceConfiguration.CacheConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- CacheExpirationStrategy - Enum Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Determines the type of expiry strategy for a cache configuration.
- CacheFilter - Interface in com.sap.cloud.sdk.cloudplatform.resilience
-
Represents a filter function to select specific parts of a cache depending on a
ResilienceConfiguration
, aGenericCacheKey
, and a cache entry. - CacheKey - Class in com.sap.cloud.sdk.cloudplatform.cache
-
CacheKey with either global visibility, tenant isolation, or tenant and principal isolation.
- CacheManager - Class in com.sap.cloud.sdk.cloudplatform.cache
-
Grants bulk processing for all (statically) registered caches.
- CacheManager() - Constructor for class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
- CacheRuntimeException - Exception in com.sap.cloud.sdk.cloudplatform.cache
-
Exception class dedicated to failing cache calls.
- CacheRuntimeException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.cache.CacheRuntimeException
-
Throw exception with custom string message.
- CacheRuntimeException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.cache.CacheRuntimeException
-
Throw exception with another caused-by exception.
- CacheStats - Class in com.sap.cloud.sdk.cloudplatform.cache
-
POJO implmentation of the
CacheStatsMXBean
interface. - CacheStats(long, long, long, long, long, long, long) - Constructor for class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- CacheStatsMXBean - Interface in com.sap.cloud.sdk.cloudplatform.cache
-
JMX wrapper interface for the Guava
CacheStats
. - CacheUtil - Class in com.sap.cloud.sdk.cloudplatform.cache
-
Util class containing helper methods to work with caches.
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- canEqual(Object) - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataConnectionException
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataDeserializationException
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataRequestException
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataSerializationException
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- canEqual(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorException
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmMediaEntity
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
- canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
- canEqual(Object) - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- canEqual(Object) - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- canEqual(Object) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
- canEqual(Object) - Method in class com.sap.cloud.sdk.result.GsonResultObject
- canEqual(Object) - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionError
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- canEqual(Object) - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
- CBN_ES_MESSAGE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."CBN_ES_MESSAGE"
- ceil() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "ceiling".
- ceil() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
-
Filter by expression "ceiling".
- ceiling(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Ceil expression for numbers.
- CERTIFICATES - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
List of trusted certificates of destination used for authentication.
- CfPlatformSslContextProvider - Exception in com.sap.cloud.sdk.cloudplatform.connectivity
- changedOriginalFields - Variable in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
A mapping of the OData field name to the original value.
- changedOriginalFields - Variable in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
A mapping of the OData field name to the original value.
- CharacterConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- CharacterConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.CharacterConverter
-
Deprecated.
- CharacterExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aCharacter
. - CharacterExtractor() - Constructor for class com.sap.cloud.sdk.result.CharacterExtractor
- chooseBetweenNameAndLabel(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- circuitBreakerConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- circuitBreakerConfiguration(ResilienceConfiguration.CircuitBreakerConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- CircuitBreakerProvider - Interface in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Provider for circuit breakers.
- cleanUp() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Cleans up all cache entries that have been invalidated.
- clear() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- clear() - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Removes all HTTP headers and cookies from this
RequestHeaderContainer.Builder
. - clearAdditionalInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- clearAdditionalProperties() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- clearAllCacheEntries(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Clears the entire cache associated with the given
ResilienceConfiguration
if any exists, independent of the specifiedResilienceIsolationMode
and defined parameters. - clearAllCacheEntries(ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Clears the entire cache associated with the given
ResilienceConfiguration
if any exists, independent of the specifiedResilienceIsolationMode
and defined parameters. - clearAllCacheEntries(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- clearCache(Destination) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionCache
-
Deprecated.Clears the remote function cache for a given
Destination
. - clearCache(Destination, String) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionCache
-
Deprecated.Clears the remote function cache for a given
Destination
and a given function name. - clearCache(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Clears the cache associated with the given
ResilienceConfiguration
if any exists. - clearCache(ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Clears the cache associated with the given
ResilienceConfiguration
if any exists. - clearCache(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- clearCache(ResilienceConfiguration, CacheFilter) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Clears the cache associated with the given
ResilienceConfiguration
by respecting the providedCacheFilter
. - clearCache(ResilienceConfiguration, CacheFilter) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Clears the cache associated with the given
ResilienceConfiguration
if any exists. - clearCache(ResilienceConfiguration, CacheFilter) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- clearDecorators() - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
- clearExcludedMethodNames() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- clearServiceConstructorArguments() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- clearServiceConstructorArguments() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- clearServiceMethodInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- clearServiceMethodInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- CLIENT_CERTIFICATE_AUTHENTICATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
ClientCertificateAuthentication
- ClientCertificate - Class in com.sap.cloud.sdk.cloudplatform.security
-
Simple credential implementation based on a clientId and certificate.
- ClientCertificate(String, String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- ClientCredentials - Class in com.sap.cloud.sdk.cloudplatform.security
-
Simple credential implementation based on a clientId and clientSecret.
- ClientCredentials(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- close() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
-
Closes the underlying HTTP response entity.
- close() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponse
-
Closes the underlying HTTP response entity.
- close() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
-
Closes the underlying HTTP response entity.
- close() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Closes the underlying HTTP response entity.
- closedBufferSize() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The number of latest attempts in the CLOSED state to apply the threshold to.
- closedBufferSize(int) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The number of latest attempts in the CLOSED state to apply the threshold to.
- CLOUD_CONNECTOR_LOCATION_ID - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Cloud Connector Location ID of destination to be used for connection to an On-Premise system.
- CloudConnectorException - Exception in com.sap.cloud.sdk.s4hana.connectivity.exception
-
Deprecated.This module will be discontinued, along with its classes and methods.
- CloudConnectorException(int, String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.Constructor.
- CloudConnectorException(int, String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.Constructor.
- CloudConnectorException(int, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.Constructor.
- CloudConnectorException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.Constructor.
- CloudConnectorException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.Constructor.
- CloudConnectorException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.Constructor.
- cloudConnectorLocationId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the connectivity location id of the destination.
- CloudPlatformException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Thrown for issues that are related to a Cloud platform.
- CloudPlatformException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
- CloudPlatformException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
-
Exception constructor.
- CloudPlatformException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
-
Exception constructor.
- CloudPlatformException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
-
Exception constructor.
- codeGenerationSuccessful(boolean) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- collect(String) - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- collect(String) - Method in interface com.sap.cloud.sdk.result.ResultCollection
-
Collects elements inside this
ResultCollection
identified byfilterName
and returns aCollectedResultCollection
that contains only the collected elements. - collect(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Collects the resulting elements with the given name from the parameters of this result.
- CollectedResultCollection - Interface in com.sap.cloud.sdk.result
-
A collection consisting of elements collected by their
ElementName
via theResultCollection.collect(String)
method. - Collection(Class<EntityT>, String, Class<ValueT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Collection
- Collection(Class<EntityT>, String, Class<ValueT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Collection
- Collection(Class<EntityT>, String, Class<ValueT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Collection
- CollectionExtractor<CollectionT extends Collection<T>,
T> - Interface in com.sap.cloud.sdk.result -
Functional interface handling the type-safe transformation of a
ResultElement
to a collections of a specific type. - collectionPathParameterToString(ApiClient.CollectionFormat, Collection<? extends CharSequence>) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Formats the specified collection path parameter to a string value.
- CollectionToCollection(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToCollection
-
Default constructor.
- CollectionToCollection(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollection
-
Create an instance of a bound function.
- CollectionToCollectionComplex(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollectionComplex
-
Create an instance of a bound function.
- CollectionToCollectionEntity(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollectionEntity
-
Create an instance of a bound function.
- CollectionToCollectionPrimitive(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollectionPrimitive
-
Create an instance of a bound function.
- CollectionToSingle(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToSingle
-
Default constructor.
- CollectionToSingle(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToSingle
-
Create an instance of a bound function.
- CollectionToSingleComplex(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToSingleComplex
-
Create an instance of a bound function.
- CollectionToSingleEntity(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToSingleEntity
-
Create an instance of a bound function.
- CollectionToSinglePrimitive(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToSinglePrimitive
-
Create an instance of a bound function.
- CollectionValueActionRequestBuilder<ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData action request as a fluent interface for further configuring the request and
executing
it. - CollectionValueActionRequestBuilder(String, ODataResourcePath, Map<String, Object>, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- CollectionValueActionRequestBuilder(String, String, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- CollectionValueActionRequestBuilder(String, String, Map<String, Object>, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- CollectionValuedFluentHelperFunction<FluentHelperT,
ObjectT, ResultT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of any OData function import as a fluent class for further configuring the request and
executing
it.This is specifically for functions that return either a collection of primitive values or entities - CollectionValuedFluentHelperFunction(String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.CollectionValuedFluentHelperFunction
-
Instantiates this fluent helper using the given service path to send the requests.
- CollectionValueFunctionRequestBuilder<ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData function request as a fluent interface for further configuring the request and
executing
it. - CollectionValueFunctionRequestBuilder(String, String, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- CollectionValueFunctionRequestBuilder(String, String, Map<String, Object>, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- com.sap.cloud.sdk.cloudplatform - package com.sap.cloud.sdk.cloudplatform
- com.sap.cloud.sdk.cloudplatform.cache - package com.sap.cloud.sdk.cloudplatform.cache
- com.sap.cloud.sdk.cloudplatform.connectivity - package com.sap.cloud.sdk.cloudplatform.connectivity
- com.sap.cloud.sdk.cloudplatform.connectivity.exception - package com.sap.cloud.sdk.cloudplatform.connectivity.exception
- com.sap.cloud.sdk.cloudplatform.exception - package com.sap.cloud.sdk.cloudplatform.exception
- com.sap.cloud.sdk.cloudplatform.requestheader - package com.sap.cloud.sdk.cloudplatform.requestheader
- com.sap.cloud.sdk.cloudplatform.resilience - package com.sap.cloud.sdk.cloudplatform.resilience
- com.sap.cloud.sdk.cloudplatform.resilience4j - package com.sap.cloud.sdk.cloudplatform.resilience4j
- com.sap.cloud.sdk.cloudplatform.security - package com.sap.cloud.sdk.cloudplatform.security
- com.sap.cloud.sdk.cloudplatform.security.exception - package com.sap.cloud.sdk.cloudplatform.security.exception
- com.sap.cloud.sdk.cloudplatform.security.principal - package com.sap.cloud.sdk.cloudplatform.security.principal
- com.sap.cloud.sdk.cloudplatform.security.principal.exception - package com.sap.cloud.sdk.cloudplatform.security.principal.exception
- com.sap.cloud.sdk.cloudplatform.servlet - package com.sap.cloud.sdk.cloudplatform.servlet
- com.sap.cloud.sdk.cloudplatform.servletjakarta - package com.sap.cloud.sdk.cloudplatform.servletjakarta
- com.sap.cloud.sdk.cloudplatform.tenant - package com.sap.cloud.sdk.cloudplatform.tenant
- com.sap.cloud.sdk.cloudplatform.tenant.exception - package com.sap.cloud.sdk.cloudplatform.tenant.exception
- com.sap.cloud.sdk.cloudplatform.thread - package com.sap.cloud.sdk.cloudplatform.thread
- com.sap.cloud.sdk.cloudplatform.thread.exception - package com.sap.cloud.sdk.cloudplatform.thread.exception
- com.sap.cloud.sdk.cloudplatform.util - package com.sap.cloud.sdk.cloudplatform.util
- com.sap.cloud.sdk.datamodel.metadata.generator - package com.sap.cloud.sdk.datamodel.metadata.generator
- com.sap.cloud.sdk.datamodel.odata.adapter - package com.sap.cloud.sdk.datamodel.odata.adapter
- com.sap.cloud.sdk.datamodel.odata.client - package com.sap.cloud.sdk.datamodel.odata.client
- com.sap.cloud.sdk.datamodel.odata.client.adapter - package com.sap.cloud.sdk.datamodel.odata.client.adapter
- com.sap.cloud.sdk.datamodel.odata.client.exception - package com.sap.cloud.sdk.datamodel.odata.client.exception
- com.sap.cloud.sdk.datamodel.odata.client.expression - package com.sap.cloud.sdk.datamodel.odata.client.expression
- com.sap.cloud.sdk.datamodel.odata.client.query - package com.sap.cloud.sdk.datamodel.odata.client.query
- com.sap.cloud.sdk.datamodel.odata.client.request - package com.sap.cloud.sdk.datamodel.odata.client.request
- com.sap.cloud.sdk.datamodel.odata.generator - package com.sap.cloud.sdk.datamodel.odata.generator
- com.sap.cloud.sdk.datamodel.odata.generator.annotation - package com.sap.cloud.sdk.datamodel.odata.generator.annotation
- com.sap.cloud.sdk.datamodel.odata.helper - package com.sap.cloud.sdk.datamodel.odata.helper
- com.sap.cloud.sdk.datamodel.odata.helper.batch - package com.sap.cloud.sdk.datamodel.odata.helper.batch
- com.sap.cloud.sdk.datamodel.odata.utility - package com.sap.cloud.sdk.datamodel.odata.utility
- com.sap.cloud.sdk.datamodel.odatav4.adapter - package com.sap.cloud.sdk.datamodel.odatav4.adapter
- com.sap.cloud.sdk.datamodel.odatav4.core - package com.sap.cloud.sdk.datamodel.odatav4.core
- com.sap.cloud.sdk.datamodel.odatav4.expression - package com.sap.cloud.sdk.datamodel.odatav4.expression
- com.sap.cloud.sdk.datamodel.odatav4.generator - package com.sap.cloud.sdk.datamodel.odatav4.generator
- com.sap.cloud.sdk.datamodel.odatav4.generator.annotation - package com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
- com.sap.cloud.sdk.datamodel.openapi.generator - package com.sap.cloud.sdk.datamodel.openapi.generator
- com.sap.cloud.sdk.datamodel.openapi.generator.exception - package com.sap.cloud.sdk.datamodel.openapi.generator.exception
- com.sap.cloud.sdk.datamodel.openapi.generator.model - package com.sap.cloud.sdk.datamodel.openapi.generator.model
- com.sap.cloud.sdk.result - package com.sap.cloud.sdk.result
- com.sap.cloud.sdk.s4hana.connectivity - package com.sap.cloud.sdk.s4hana.connectivity
- com.sap.cloud.sdk.s4hana.connectivity.exception - package com.sap.cloud.sdk.s4hana.connectivity.exception
- com.sap.cloud.sdk.s4hana.connectivity.rfc - package com.sap.cloud.sdk.s4hana.connectivity.rfc
- com.sap.cloud.sdk.s4hana.connectivity.rfc.exception - package com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
- com.sap.cloud.sdk.s4hana.connectivity.soap - package com.sap.cloud.sdk.s4hana.connectivity.soap
- com.sap.cloud.sdk.s4hana.datamodel.odata.adapter - package com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
- com.sap.cloud.sdk.s4hana.datamodel.odata.annotation - package com.sap.cloud.sdk.s4hana.datamodel.odata.annotation
- com.sap.cloud.sdk.s4hana.datamodel.odata.exception - package com.sap.cloud.sdk.s4hana.datamodel.odata.exception
- com.sap.cloud.sdk.s4hana.serialization - package com.sap.cloud.sdk.s4hana.serialization
- com.sap.cloud.sdk.s4hana.types - package com.sap.cloud.sdk.s4hana.types
- com.sap.cloud.sdk.services.openapi.apiclient - package com.sap.cloud.sdk.services.openapi.apiclient
- com.sap.cloud.sdk.services.openapi.apiclient.auth - package com.sap.cloud.sdk.services.openapi.apiclient.auth
- com.sap.cloud.sdk.services.openapi.core - package com.sap.cloud.sdk.services.openapi.core
- com.sap.cloud.sdk.typeconverter - package com.sap.cloud.sdk.typeconverter
- com.sap.cloud.sdk.typeconverter.exception - package com.sap.cloud.sdk.typeconverter.exception
- commit(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.
- commit(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
-
Deprecated.
- commit(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
-
Deprecated.If
Transaction.execute(Destination, AbstractRemoteFunctionRequest)
succeeded, this method is called to actually commit the changes. - COMMIT_ASYNC - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
-
Deprecated.The commitment in the remote system is triggered asynchronously.
- COMMIT_SYNC - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
-
Deprecated.The commitment in the remote system is triggered synchronously.
- commitStrategy - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.The strategy of commit handling in the remote system.
- CommitStrategy - Enum Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- compareTo(ThreadContextListener) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
- compareTo(Year) - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- compareTo(T) - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- ComplexProperty<EntityT extends VdmObject<?>,
TargetT extends VdmComplex<?>> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core -
Interface representing a complex property of
ComplexProperty
that holds a complex type ofComplexProperty
. - ComplexProperty.Collection<EntityT extends VdmObject<EntityT>,
ValueT extends VdmComplex<ValueT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
A collection of complex objects.
- ComplexProperty.Single<EntityT extends VdmObject<EntityT>,
ValueT extends VdmComplex<ValueT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
A navigational property to a single other entity reference.
- ComplexPropertyQuery<OwnerT extends VdmObject<?>,
PropertyT extends VdmComplex<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Implementation that represents read queries and holds their state at runtime.
- Composable(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollectionEntity.Composable
-
Create an instance of a bound function.
- Composable(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToSingleEntity.Composable
-
Create an instance of a bound function.
- Composable(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToCollectionEntity.Composable
-
Create an instance of a bound function.
- Composable(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToSingleEntity.Composable
-
Create an instance of a bound function.
- concat(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
- concat(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "concat".
- concat(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "concat".
- concat(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- concat(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "concat".
- concat(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "concat".
- concat(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "concat".
- concat(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "concat".
- concat(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "concat".
- concat(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "concat".
- CONFIG_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
-
Use the config API of the SAP Business Logging Service.
- CONNECTIVITY_BINDING - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBindingAccessor
-
The
MegacliteServiceBinding
for the connectivity service. - constructedByMethod - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Method name which lead to the construction.
- contains(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueBoolean.Expression
that checks whether the givenoperand1
containsoperand2
("contains"
). - contains(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "contains".
- contains(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "contains".
- contains(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- contains(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "contains".
- contains(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "contain".
- contains(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "contains".
- contains(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "contains".
- contains(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "contains".
- contains(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "contain".
- containsHeader(String) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- containsHeader(String) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer
-
Determines whether an HTTP header with the given
headerName
exists in this container. - containsKey(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- containsProperty(String) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- containsProperty(String) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Check whether a property with the given name is present and readable.
- contextDestroyed(ServletContextEvent) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
-
Deprecated.
- ConvertedObject<T> - Class in com.sap.cloud.sdk.typeconverter
-
Wrapper class enclosing the result of a conversion.
- ConvertedObject(boolean, T) - Constructor for class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Creates a new
ConvertedObject
instance. - converter() - Element in annotation interface com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataField
-
The converter to be used to convert between the domain and the exposed type of the annotated field.
- convertStringToType(String) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
-
Converts a string value read from a json property as an instance of the type to be created by this adapter.
- convertStringToType(String) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeAdapter
- convertStringToType(String) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeAdapter
- convertStringToType(String) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeAdapter
- convertToJavaClassName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- convertToJavaConstantName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- convertToJavaFieldName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- convertToJavaMethodName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- convertToString(Calendar) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
-
Deprecated.Converts a given
Calendar
value into a String according to the expected format by the ERP system. - convertToString(Date) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
-
Deprecated.Converts a given
Date
value into a String according to the expected format by the ERP system. - convertTypeToString(LocalDateTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeAdapter
- convertTypeToString(LocalTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeAdapter
- convertTypeToString(ZonedDateTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeAdapter
- convertTypeToString(T) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
-
Converts an instance of the type handled by this adapter into a string that can be written as a json value.
- copyrightHeader(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines a copyright header to be placed at the beginning of generated files.
- copyrightHeader(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines a copyright header to be placed at the beginning of generated files.
- copyrightHeader(String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- count() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Query modifier to return only the number of tuples that match the criteria specified in the query.
- count() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntityCollection
-
Fetch the number of entries from the entity collection matching the filter and search expressions.
- CountRequestBuilder<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData request as a fluent interface for further configuring the request and
executing
it. - CountRequestBuilder(String, Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- create(Gson, TypeToken<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmAdapterFactory
- create(Gson, TypeToken<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeGsonTypeAdapterFactory
-
Deprecated.Creates ERP type adapter for the given
ErpType
. - create(Gson, TypeToken<T>) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityAdapterFactory
-
For internal use only by data model classes.
- create(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedExceptionFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterExceptionFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigurationExceptionFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedExceptionFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionExceptionFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(RemoteFunctionMessage) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingExceptionFactory
-
Deprecated.This module will be discontinued, along with its classes and methods.
- create(EntityT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntityCollection
-
Create a new entity and save it to the OData service.
- create(ResultElementT) - Method in interface com.sap.cloud.sdk.result.ResultElementFactory
-
Creates a
ResultElement
based on the given object. - createCacheConfiguration(ResilienceConfiguration.CacheConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultCachingDecorator
-
Creates a cache configuration to describe the cache behavior.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumDeserializer
- createContextual(DeserializationContext, BeanProperty) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectDeserializer
- createContextual(SerializerProvider, BeanProperty) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumSerializer
- createContextual(SerializerProvider, BeanProperty) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectSerializer
- createHttpClient() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Factory
-
Creates an
HttpClient
independent of any destination. - createHttpClient() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientFactory
-
Creates an
HttpClient
independent of any destination. - createHttpClient(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
- createHttpClient(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Factory
-
Creates an
HttpClient
based on the givenHttpDestinationProperties
. - createHttpClient(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientFactory
-
Creates an
HttpClient
based on the givenHttpDestinationProperties
. - createJCoTransaction(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
-
Deprecated.
- createJCoTransaction(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmTransactionFactory
-
Deprecated.
- createOperand(PrimitiveT) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions
-
Helper function to generate an OData filter expression operand for a primitive Java type.
- createRequest(URI) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Creates a request for this function based on the given
URI
. - CreateRequestBuilder<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData request as a fluent interface for further configuring the request and
executing
it. - CreateRequestBuilder(String, EntityT, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
-
Instantiates a
CreateRequestBuilder
. - createSoapTransaction() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiTransactionFactory
-
Deprecated.
- createSoapTransaction() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmTransactionFactory
-
Deprecated.
- credentials - Variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
The credentials contained in the service binding.
- Credentials - Interface in com.sap.cloud.sdk.cloudplatform.security
-
Marker interface representing credentials needed to log in to a remote.
- CsrfToken - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
CSRF token wrapper type.
- CsrfToken(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
- CsrfTokenRetrievalException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
Indicates an error during the retrieval of an CSRF token.
- CsrfTokenRetrievalException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
-
Returns a new CsrfTokenRetrievalException instance.
- CsrfTokenRetrievalException(String, Exception) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
-
Returns a new CsrfTokenRetrievalException instance.
- csrfTokenRetriever - Variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The CSRF token retriever.
- csrfTokenRetriever - Variable in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
The CSRF token retriever to be used for all explicit and implicit requests that are part of this FluentHelper implementation.
- csrfTokenRetriever - Variable in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- CsrfTokenRetriever - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Retrieves a CSRF token from a given remote system.
- CSV - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
CSV
- CURRENT_TENANT - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
-
Only load destination from the current tenant's sub-account, regardless if the provider has a destination of the same name.
- CUSTOM_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
-
The priority for the custom decorator.
- CUSTOM_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for custom listeners
D
- DataModelGenerator - Class in com.sap.cloud.sdk.datamodel.odata.generator
-
Builder for the
ODataToVdmGenerator
, gathering all relevant parameter or providing default values for unspecified ones. - DataModelGenerator - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
-
Builder for the
ODataToVdmGenerator
, gathering all relevant parameter or providing default values for unspecified ones. - DataModelGenerator - Class in com.sap.cloud.sdk.datamodel.openapi.generator
-
Delegates code generation to the public open-source OpenAPI Generator at https://openapi-generator.tech/.
- DataModelGenerator() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- DataModelGenerator() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- DataModelGenerator() - Constructor for class com.sap.cloud.sdk.datamodel.openapi.generator.DataModelGenerator
-
Default constructor initializing the generator with default class members
- DataModelGeneratorMojo - Class in com.sap.cloud.sdk.datamodel.odata.generator
-
Mojo used in the OData Generator Maven Plugin.
- DataModelGeneratorMojo - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
-
Mojo used in the OData V4 Generator Maven Plugin.
- DataModelGeneratorMojo - Class in com.sap.cloud.sdk.datamodel.openapi.generator
-
Mojo used in the REST Generator Maven Plugin.
- DataModelGeneratorMojo() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGeneratorMojo
- DataModelGeneratorMojo() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGeneratorMojo
- DataModelGeneratorMojo() - Constructor for class com.sap.cloud.sdk.datamodel.openapi.generator.DataModelGeneratorMojo
- DatamodelMetadataGenerator - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Generates metadata about the Virtual Data Model.
- DatamodelMetadataGenerator(Path) - Constructor for class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataGenerator
-
Constructor for DatamodelMetadataGenerator.
- DatamodelMetadataInput - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Metadata about the Virtual Data Model.
- DatamodelMetadataInput.DatamodelMetadataInputBuilder - Class in com.sap.cloud.sdk.datamodel.metadata.generator
- date() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "date".
- date() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "date".
- date(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueDate.Expression
that uses the givenoperand
to filter for the"date"
portion of a temporal value. - Date(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Date
- dateDay() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "day".
- dateDay() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "day".
- dateDay() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "day".
- dateDay() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "day".
- dateMonth() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "month".
- dateMonth() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "month".
- dateMonth() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "month".
- dateMonth() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "month".
- DateTime(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.DateTime
- dateYear() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "year".
- dateYear() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "year".
- dateYear() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "year".
- dateYear() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "year".
- day(ValueDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value. - day(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value. - DecimalBasedErpType<T extends DecimalBasedErpType<T>> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- DecimalBasedErpType(Double) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.Constructor.
- DecimalBasedErpType(Float) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.Constructor.
- DecimalBasedErpType(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.Constructor.
- DecimalBasedErpType(BigDecimal) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- DecimalDescriptor - Annotation Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Annotation indicating the precision and scale of a decimal field
- DECODE_FROM_STRING - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary
-
Lambda to translate a String with "ISO-8859-1" encoding to byte array.
- decorateCallable(Callable<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Decorate a callable, wrapping its return value into a property for convenience.
- decorateCallable(Callable<T>) - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextDecorator
- decorateCallable(Callable<T>) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator
-
Enhance an operation with specific behaviour to be applied around its execution.
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate an instance of a callable function.
- decorateCallable(Callable<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a callable function.
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultBulkheadProvider
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultCachingDecorator
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultCircuitBreakerProvider
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultRateLimiterProvider
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultRetryProvider
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultTimeLimiterProvider
- decorateCallable(Callable<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience4j.GenericDecorator
-
Decorates the given callable to enable a resilient property.
- decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.NoResilienceDecorationStrategy
- decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate an instance of a callable function.
- decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a callable function.
- decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- decorateConfidentialCallable(Callable<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Decorate a callable, wrapping its return value into a confidential property for convenience.
- decorateSupplier(Supplier<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate an instance of a supplier function.
- decorateSupplier(Supplier<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a supplier function.
- decorateSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.NoResilienceDecorationStrategy
- decorateSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate an instance of a supplier function.
- decorateSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a supplier function.
- decorateSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- decorator(GenericDecorator) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
- decorators(Collection<? extends GenericDecorator>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
- DEFAULT - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
The default
OAuth2Options
instance that does not alter the token retrieval process and does not use mTLS for the target system connection. - DEFAULT - Static variable in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
The fallback API maturity, which is used whenever nothing else is specified.
- DEFAULT - Static variable in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.Placeholder to indicate that the default
SapClient
should be used when connecting to the ERP. - DEFAULT_ANNOTATION_STRATEGY - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default fully-qualified name of the class to use for providing generated Java classes with necessary annotations.
- DEFAULT_ANNOTATION_STRATEGY - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default fully-qualified name of the class to use for providing generated Java classes with necessary annotations.
- DEFAULT_BASE_PATH - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default base path, used in absence of a swagger file to determine a service path.
- DEFAULT_BASE_PATH - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default base path, used in absence of a swagger file to determine a service path.
- DEFAULT_CLOSED_BUFFER_SIZE - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The default size of the buffer in CLOSED state.
- DEFAULT_COPYRIGHT_HEADER - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default copyright header that is added to generated files.
- DEFAULT_COPYRIGHT_HEADER - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default copyright header that is added to generated files.
- DEFAULT_DECORATORS - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
-
Constant list of default decorators.
- DEFAULT_DELETE_OUTPUT_DIRECTORY - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating whether the output directory should be deleted prior to the generation.
- DEFAULT_DELETE_OUTPUT_DIRECTORY - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating whether the output directory should be deleted prior to the generation.
- DEFAULT_EXCLUDES_PATTERN - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default ant style pattern of filenames for which VDM should not be generated - empty string.
- DEFAULT_EXCLUDES_PATTERN - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default ant style pattern of filenames for which VDM should not be generated - empty string.
- DEFAULT_EXPIRATION_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
The default expiration duration of the destination cache.
- DEFAULT_EXPIRATION_STRATEGY - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
The default
CacheExpirationStrategy
of the destination cache. - DEFAULT_EXPIRATION_STRATEGY - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Default value of Expiration Strategy is set as the strategy which is based on the last modification of the cache.
- DEFAULT_FAIL_ON_WARNING - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating whether to exit with a failure in case a warning occurs.
- DEFAULT_FAIL_ON_WARNING - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating whether to exit with a failure in case a warning occurs.
- DEFAULT_FAILURE_RATE_THRESHOLD - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The default threshold at which to transition to the OPEN state.
- DEFAULT_HALF_OPEN_BUFFER_SIZE - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The default size of the buffer in HALF OPEN state.
- DEFAULT_INPUT_DIRECTORY_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default directory name to search and save configuration data in.
- DEFAULT_INPUT_DIRECTORY_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default directory name to search and save configuration data in.
- DEFAULT_KEEP_EXISTING_SIGNATURES - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating that existing signatures from already generated classes will be considered.
- DEFAULT_KEEP_EXISTING_SIGNATURES - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating that existing signatures from already generated classes will be considered.
- DEFAULT_LIMIT_FOR_PERIOD - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
The default number of permissions available during one limit refresh period.
- DEFAULT_LIMIT_REFRESH_PERIOD - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
The default period of a limit refresh.
- DEFAULT_LINK_TO_API_BUSINESS_HUB - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating whether to generate API reference URLs linking to the SAP Business Accelerator Hub.
- DEFAULT_LINK_TO_API_BUSINESS_HUB - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating whether to generate API reference URLs linking to the SAP Business Accelerator Hub.
- DEFAULT_MAX_ATTEMPTS - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
The default number for maximum attempts.
- DEFAULT_MAX_CONCURRENT_CALLS - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
The default maximum number of concurrent calls.
- DEFAULT_MAX_WAIT_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
The default maximum duration a thread will wait for to enter the bulkhead.
- DEFAULT_NAMING_SOURCE - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default naming source used in the
NamingStrategy
. - DEFAULT_NAMING_SOURCE - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default naming source used in the
S4HanaNamingStrategy
. - DEFAULT_NAMING_STRATEGY - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default fully-qualified name of the class to use for converting names from the OData world to the Java world.
- DEFAULT_NAMING_STRATEGY - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default fully-qualified name of the class to use for converting names from the OData world to the Java world.
- DEFAULT_OUTPUT_DIRECTORY_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default directory name to store the generated sources in.
- DEFAULT_OUTPUT_DIRECTORY_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default directory name to store the generated sources in.
- DEFAULT_OVERWRITE_FILES - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating whether already existing files should be overwritten.
- DEFAULT_OVERWRITE_FILES - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating whether already existing files should be overwritten.
- DEFAULT_PACKAGE_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default package prefix of the generated sources.
- DEFAULT_PACKAGE_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default package prefix of the generated sources.
- DEFAULT_POJOS_ONLY - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating whether to generate just the POJO classes (entities and complex types).
- DEFAULT_POJOS_ONLY - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating whether to generate just the POJO classes (entities and complex types).
- DEFAULT_RETRY_ON_EXCEPTION_PREDICATE - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
The default predicate for retrying if any exception occurs.
- DEFAULT_SERVICE_METHODS_PER_ENTITY_SET - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
By default the generator generates service methods for the first entity set per entity type only.
- DEFAULT_SERVICE_METHODS_PER_ENTITY_SET - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
By default the generator generates service methods for the first entity set per entity type only.
- DEFAULT_SERVICE_NAME_MAPPING_FILE_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default file name to the name mapping properties file.
- DEFAULT_SERVICE_NAME_MAPPING_FILE_NAME - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default file name to the name mapping properties file.
- DEFAULT_SHOULD_CANCEL_RUNNING_FUTURE - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
The default behaviour for canceling running tasks.
- DEFAULT_SIZE_LIMIT - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
The default size limit of the destination cache.
- DEFAULT_TIMEOUT - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
The default timeout of 10 seconds for token retrieval.
- DEFAULT_TIMEOUT_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
The default wait time a thread waits for a permission.
- DEFAULT_TIMEOUT_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
The default timeout duration.
- DEFAULT_UAA_CREDENTIAL_PATH - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
By default, the oauth client details are expected to be contained in a
uaa
block of thecredentials
of the service binding. - DEFAULT_VERSION_REFERENCE - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The default flag indicating whether to skip generating comments indicating the version reference of the used OData generator plugin.
- DEFAULT_VERSION_REFERENCE - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The default flag indicating whether to skip generating comments indicating the version reference of the used OData generator plugin.
- DEFAULT_WAIT_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The default duration to wait in OPEN state before transitioning into the HALF OPEN state.
- DEFAULT_WAIT_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
The default waiting duration time.
- DefaultAnnotationStrategy - Class in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Default implementation of
AnnotationStrategy
that applies the necessary annotations for the full set of generated VDM classes (POJOs, fluent helpers, service classes, etc.), which uses the SAP Cloud SDK to access OData services. - DefaultAnnotationStrategy - Class in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Default implementation of
AnnotationStrategy
that applies the necessary annotations for the full set of generated VDM classes (POJOs, fluent helpers, service classes, etc.), which uses the SAP Cloud SDK to access OData services. - DefaultAnnotationStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
- DefaultAnnotationStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.DefaultAnnotationStrategy
- DefaultAuthTokenFacade - Class in com.sap.cloud.sdk.cloudplatform.security
-
Facade for retrieving the current
AuthToken
. - DefaultAuthTokenFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
-
Default constructor.
- DefaultBasicAuthenticationFacade - Class in com.sap.cloud.sdk.cloudplatform.security
-
Default implementation of the
BasicAuthenticationAccessor
reading the username and password from the currentThreadContext
or, after that, from the currently incoming request and returning it as aBasicCredentials
object. - DefaultBasicAuthenticationFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.DefaultBasicAuthenticationFacade
- DefaultBatchResponseResult - Class in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Generic OData service response wrapper for Batch response.
- DefaultBulkheadProvider - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Default implementation for bulkhead provider.
- DefaultBulkheadProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultBulkheadProvider
- DefaultCachingDecorator - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Default caching decorator.
- DefaultCachingDecorator() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultCachingDecorator
- DefaultCircuitBreakerProvider - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Default implementation for circuit breaker provider.
- DefaultCircuitBreakerProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultCircuitBreakerProvider
- DefaultCollectedResultCollection - Class in com.sap.cloud.sdk.result
-
Default implementation of the
CollectedResultCollection
interface, allowing strongly typed access to specific fields annotated withElementName
in elements of aResultCollection
. - DefaultCollectedResultCollection(String, Iterable<ResultElement>) - Constructor for class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
-
Creates a new
DefaultCollectedResultCollection
instance. - DefaultCsrfTokenRetriever - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Default implementation for retrieving a CSRF token from a given remote system.
- DefaultCsrfTokenRetriever() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
- defaultDecorators() - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
-
Attach the default decorators in the order of
DEFAULT_DECORATORS
. - DefaultDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Immutable default implementation of the
Destination
interface to be used as the "single source of truth". - DefaultDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Builder class to allow for easy creation of an immutable
DefaultDestination
instance. - DefaultDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Default implementation of a
DestinationLoader
with convenience methods to addHTTP
andRFC
destinations. - DefaultDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
- DefaultHttpClientCache - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Implementation of the
HttpClientCache
, caching theHttpClient
s for the amount of time given in the constructor. - DefaultHttpClientCache(long, TimeUnit) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientCache
-
Caches the
HttpClient
for the given duration after it has been accessed last. - DefaultHttpClientFactory - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Default implementation of
HttpClientFactory
. - DefaultHttpClientFactory() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
- DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
- DefaultHttpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Immutable default implementation of the
HttpDestination
interface. - DefaultHttpDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Builder class to allow for easy creation of an immutable
DefaultHttpDestination
instance. - defaultLoaderChain() - Static method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationLoader
-
Returns the default loader chain instance.
- DefaultLocaleFacade - Class in com.sap.cloud.sdk.cloudplatform.servlet
-
Facade for accessing
Locale
information. - DefaultLocaleFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.DefaultLocaleFacade
- DefaultNameFormattingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.generator
-
NameFormattingStrategy used by default in the
NamingContext
. - DefaultNameFormattingStrategy - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
-
NameFormattingStrategy used by default in the
NamingContext
. - DefaultNameFormattingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.DefaultNameFormattingStrategy
- DefaultNameFormattingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.DefaultNameFormattingStrategy
- DefaultOAuth2PropertySupplier - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
A default strategy to extract OAuth client information from service bindings.
- DefaultOAuth2PropertySupplier(ServiceBindingDestinationOptions) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Create a new instance to parse the given service binding.
- DefaultOAuth2PropertySupplier(ServiceBindingDestinationOptions, List<String>) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Create a new instance to parse the given service binding.
- DefaultPrincipal - Class in com.sap.cloud.sdk.cloudplatform.security.principal
-
This implementation of
Principal
represents the information available for an authenticated entity. - DefaultPrincipal(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
-
Creates a new
DefaultPrincipal
. - DefaultPrincipalFacade - Class in com.sap.cloud.sdk.cloudplatform.security.principal
-
Default implementation of
PrincipalFacade
encapsulating the logic to accessPrincipal
information. - DefaultPrincipalFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipalFacade
-
Creates a new instance of this facade.
- DefaultPriorities() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
- DefaultPriorities() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
- DefaultRateLimiterProvider - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Decorates a callable with a rate limiter based on a provided resilience configuration.
- DefaultRateLimiterProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultRateLimiterProvider
- DefaultRequestHeaderContainer - Class in com.sap.cloud.sdk.cloudplatform.requestheader
-
Default implementation of the
RequestHeaderContainer
interface. - DefaultRequestHeaderContainer.Builder - Class in com.sap.cloud.sdk.cloudplatform.requestheader
-
Implementation of the
RequestHeaderContainer.Builder
interface that is able to construct and manipulateDefaultRequestHeaderContainer
s. - DefaultRequestHeaderFacade - Class in com.sap.cloud.sdk.cloudplatform.requestheader
-
Default implementation of the
RequestHeaderFacade
interface. - DefaultRequestHeaderFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderFacade
- DefaultResultCollection - Class in com.sap.cloud.sdk.result
-
This class provides an abstraction of a collection of result elements
- DefaultResultCollection(Iterable<ResultElement>) - Constructor for class com.sap.cloud.sdk.result.DefaultResultCollection
- DefaultRetryProvider - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Default implementation for a provider of retries.
- DefaultRetryProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultRetryProvider
- DefaultRfcDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Deprecated.Please use
DefaultDestination
instead. - DefaultTenant - Class in com.sap.cloud.sdk.cloudplatform.tenant
-
Implementation of
Tenant
which can be used on SAP Business Technology Platform Cloud Foundry. - DefaultTenant(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
-
Creates a
DefaultTenant
without subdomain. - DefaultTenant(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
-
Creates a new
DefaultTenant
instance. - DefaultTenantFacade - Class in com.sap.cloud.sdk.cloudplatform.tenant
-
Default implementation of
TenantFacade
which provides access to tenant information on SAP Business Technology Platform Cloud Foundry. - DefaultTenantFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenantFacade
- DefaultThreadContext - Class in com.sap.cloud.sdk.cloudplatform.thread
-
This class represents the default implementation of
ThreadContext
. - DefaultThreadContext() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- DefaultThreadContextDecoratorChain - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Default ThreadContext decorator chain.
- DefaultThreadContextDecoratorChain() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
- DefaultThreadContextExecutorService - Class in com.sap.cloud.sdk.cloudplatform.thread
-
This class represents the default implementation of
ThreadContextExecutorService
. - DefaultThreadContextListenerChain - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Default ThreadContext listener chain.
- DefaultThreadContextListenerChain() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
- DefaultTimeLimiterProvider - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Decorates a callable with a time limiter based on a provided resilience configuration.
- DefaultTimeLimiterProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultTimeLimiterProvider
- delegateQuery - Variable in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexPropertyQuery
- delete() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Deletes the current entity in the OData service.
- DELETE - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.DELETE
- deleteOutputDirectory() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Deletes the output directory specified by
DataModelGenerator.withPackageName(String)
prior to generating the sources. - deleteOutputDirectory() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Deletes the output directory specified by
DataModelGenerator.withPackageName(String)
prior to generating the sources. - deleteOutputDirectory() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
-
Indicates whether to delete the generated files from output directory prior to the generation.
- deleteOutputDirectory(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether to delete the output directory specified by
DataModelGenerator.withPackageName(String)
prior to generating the sources. - deleteOutputDirectory(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether to delete the output directory specified by
DataModelGenerator.withPackageName(String)
prior to generating the sources. - deleteOutputDirectory(boolean) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- DeleteRequestBuilder<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData delete request as a fluent interface for further configuring the request and
executing
it. - DeleteRequestBuilder(String, EntityT, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- deriveCountEntitiesServiceMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java count service method name. - deriveCreateEntityServiceMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java create service method name. - deriveDeleteEntityServiceMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java delete service method name. - deriveGetAllEntitiesServiceMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given {javaEntityClassName} into a Java getAll service method name.
- deriveGetEntityServiceMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java getByKey service method name. - deriveJavaAddMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
navigationPropertyJavaMethodName
into a Java add method name. - deriveJavaCreateFluentHelperClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java FluentHelperCreate class name. - deriveJavaDeleteFluentHelperClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java FluentHelperDelete class name. - deriveJavaEntityByKeyFluentHelperClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java FluentHelperByKey class name. - deriveJavaEntityFluentHelperClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java FluentHelper class name. - deriveJavaFetchMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
navigationPropertyJavaMethodName
into a Java fetch method name. - deriveJavaGetIfPresentMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
navigationPropertyJavaMethodName
into a Java getIfPresent method name. - deriveJavaGetOrFetchMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
navigationPropertyJavaMethodName
into a Java getOrFetch method name. - deriveJavaSetMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
navigationPropertyJavaMethodName
into a Java set method name. - deriveJavaUpdateFluentHelperClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java FluentHelperUpdate class name. - deriveUpdateEntityServiceMethodName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
javaEntityClassName
into a Java update service method name. - desc() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty
-
A property for order descending.
- desc(SimpleProperty<EntityT>) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
-
Creates a
FieldOrdering
representing an descending order over the given property. - DESC - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.query.Order
-
Sort field values in descending order.
- DESC - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.helper.Order
-
Sort field values in descending order.
- description(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- deserialize(JsonParser, DeserializationContext) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarDeserializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sap.cloud.sdk.s4hana.connectivity.DurationDeserializer
-
Deprecated.Parses and converts a string, provided in the
JsonElement
, from microseconds toDuration
. - deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sap.cloud.sdk.typeconverter.TypeConverterGsonDeserializer
- deserialize(SerializedRequestResult<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.AbstractRequestSerializer
-
Deprecated.
- deserialize(SerializedRequestResult<RequestT>) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.RequestSerializer
-
Deprecated.Deserialize a request result.
- deserializeRequestResult(SerializedRequestResult<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.AbstractRequestSerializer
-
Deprecated.Deserialize a request result.
- deserializeRequestResult(SerializedRequestResult<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
-
Deprecated.
- Destination - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Platform independent representation of a destination as a collection of key-value pairs, can be converted to a
HttpDestination
or aRfcDestination
. - DestinationAccessException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
Thrown if a destination cannot be accessed, is not configured correctly, or does not fulfill certain prerequisites.
- DestinationAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
-
Creates a new exception without any referenced destination name.
- DestinationAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
-
Initializes the exception by delegating the message to the super constructor.
- DestinationAccessException(String, String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
-
Initializes the exception by delegating the message to the super constructor and setting the name of the destination causing the exception.
- DestinationAccessException(String, String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
-
Initializes the exception by delegating the message and the causing exception to the super constructor and setting the name of the destination causing the exception.
- DestinationAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- DestinationAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
-
Initializes the exception by delegating the causing exception to the super constructor.
- DestinationAccessor - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Wrapper for an
DestinationLoader
, offering platform agnostic access to destinations. - DestinationAuthToken() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- DestinationCertificate() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- DestinationHeaderProvider - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Allows to provide additional headers for a specific destination.
- DestinationLoader - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
This describes the interface used to retrieve destinations from some source via the
DestinationAccessor
. - DestinationLoaderChain - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Immutable implementation of the
DestinationLoader
interface providing a way to define a chainDestinationLoader
s to go through until a destination was found. - DestinationLoaderChain(Collection<DestinationLoader>) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
-
Instantiates a
DestinationLoaderChain
based on the given loaders in the order returned byCollection.iterator()
. - DestinationLoaderChain.DestinationLoaderChainBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Builder class to construct a
DestinationLoaderChain
. - DestinationNotFoundException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
Runtime exception indicating that a destination cannot be found.
- DestinationNotFoundException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
-
Creates a new exception without any referenced destination name.
- DestinationNotFoundException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
-
Initializes the exception by setting a custom message based on the name of the causing destination.
- DestinationNotFoundException(String, String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
-
Initializes the exception by delegating the message to the super constructor and setting the name of the destination causing the exception.
- DestinationNotFoundException(String, String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
-
Initializes the exception by delegating the message and the causing exception to the super constructor and setting the name of the destination causing the exception.
- DestinationNotFoundException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
-
Initializes the exception by delegating the causing exception to the super constructor.
- DestinationOAuthTokenException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
This exception is thrown, when the authentication failed because of problems in OAuth.
- DestinationOAuthTokenException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationOAuthTokenException
- DestinationOAuthTokenException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationOAuthTokenException
-
Initializes the exception by setting a custom message based on the name of the causing destination.
- DestinationOAuthTokenException(String, String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationOAuthTokenException
-
Initializes the exception by delegating the message and the name of the destination causing the exception to the super constructor.
- DestinationOAuthTokenException(String, String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationOAuthTokenException
-
Initializes the exception by delegating the causing exception, the message, and the name of the destination causing the exception to the super constructor.
- DestinationOAuthTokenException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationOAuthTokenException
-
Initializes the exception by delegating the causing exception and the name of the destination causing the exception to the super constructor.
- DestinationOptions - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Contains parameters to configure the behaviour of destination loaders.
- DestinationOptions.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Used for setting up new
DestinationOptions
instances. - DestinationOptionsAugmenter - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Represents a class that can set specialized configuration parameters.
- DestinationOwner() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- DestinationPathsNotMergeableException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
This exception is thrown if destination URI paths cannot be merged.
- DestinationPathsNotMergeableException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
-
Creates a new exception without any referenced destination name.
- DestinationPathsNotMergeableException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
-
Initializes the exception by delegating the message to the super constructor.
- DestinationPathsNotMergeableException(String, String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
-
Initializes the exception by delegating the message to the super constructor and setting the name of the destination causing the exception.
- DestinationPathsNotMergeableException(String, String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
-
Initializes the exception by delegating the message and the causing exception to the super constructor and setting the name of the destination causing the exception.
- DestinationPathsNotMergeableException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- DestinationPathsNotMergeableException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
-
Initializes the exception by delegating the causing exception to the super constructor.
- DestinationProperties - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Interface representing the minimal information an arbitrary destination needs to implement.
- DestinationProperty - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Class that holds the PropertyKeys which can be used to access properties of destinations.
- DestinationProperty() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
- DestinationPropertyKey<ValueT> - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Class used as key to access destination properties, which are stored as key-value-pairs.
- DestinationRequestContext - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
The destination and request specific context.
- DestinationService - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Retrieves destination information from the SCP destination service on Cloud Foundry.
- DestinationService() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Create instance with all default settings
- DestinationService.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Static builder class.
- DestinationService.Cache - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Helper class that encapsulates all caching related configuration options.
- DestinationServiceOptionsAugmenter - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Handles the getting and setting of
DestinationOptions
parameters specific to SCP Cloud Foundry platform. - DestinationServiceOptionsAugmenter() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
- DestinationServiceRetrievalStrategy - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enumeration which represents the strategies for loading destinations in a multi-tenant application on SCP Cloud Foundry.
- DestinationServiceTokenExchangeStrategy - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enumeration which represents the strategies for performing a user token exchange, if necessary, upon retrieving a destination from the Destination service on BTP Cloud Foundry.
- DestinationServiceV1Response - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Serializable and deserializable response type for SCP CF Destination Service queries.
- DestinationServiceV1Response() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- DestinationServiceV1Response.DestinationAuthToken - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Destination authentication token with optional error message and expiration value.
- DestinationServiceV1Response.DestinationCertificate - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Named destination certificate containing optional base64 encoded binary content.
- DestinationServiceV1Response.DestinationOwner - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Owner of the destination object with SCP CF subaccount and instance identifier reference.
- DestinationType - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enum representing the types a destination can be of.
- DestinationTypeNotSupportedException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
This exception is thrown if a
DestinationType
is not supported by a method. - DestinationTypeNotSupportedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
-
Creates a new exception without any referenced destination name or type.
- DestinationTypeNotSupportedException(String, DestinationType) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
-
Initializes the exception by setting a custom message based on the destination type and setting the name and the type of the causing destination.
- DestinationTypeNotSupportedException(String, DestinationType, String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
-
Initializes the exception by delegating the message to the super constructor and setting the name and the type of the causing destination.
- DestinationTypeNotSupportedException(String, DestinationType, String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
-
Initializes the exception by delegating the message and the causing exception to the super constructor and setting the name and the type of the causing destination.
- DestinationTypeNotSupportedException(String, DestinationType, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
-
Initializes the exception by delegating the causing exception to the super constructor and setting the name and type of the causing destination.
- DestinationUtility - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Utility class for destination related functionality.
- determineArgumentsForConstructor(String, Iterable<ParameterT>, Function<ParameterT, String>, int) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.LegacyClassScanner
-
Determine a list of argument-sets for a constructor.
- determineArgumentsForMethod(String, String, Iterable<ParameterT>, Function<ParameterT, String>) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.LegacyClassScanner
-
Determine a list of argument-sets for a named method.
- difference(ValueDate) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "sub".
- difference(FilterableDate<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "sub".
- difference(LocalDate) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "sub".
- disable() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Disables the entire destination cache.
- disableBufferingHttpResponse() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Method that allows consumers to disable buffering HTTP response entity.
- disableChangeDetection() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Disables the "change detection" mode.
- disabled() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
Instantiates a new
BulkheadConfiguration
that allows for unlimited concurrent calls, effectively disabling the bulkhead functionality. - disabled() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Factory method to create a disabled cache configuration.
- disabled() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
Creates a disabled
CircuitBreakerConfiguration
. - disabled() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
Creates a new
RateLimiterConfiguration
that allows for infinite amount of requests, effectively disabling the rate limiter. - disabled() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
Instantiate a new
RetryConfiguration
that only permits a single attempt, effectively disabling retries. - disabled() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
Creates a new
TimeLimiterConfiguration
that allows for requests to run indefinitely, effectively disabling timeouts. - DISABLED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder.TlsUpgrade
-
Automatic TLS upgrade is disabled.
- DISABLED - Static variable in interface com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Cache
-
Constant implementation of with disabled the cache logic.
- DISABLED - Static variable in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientCache
-
Constant implementation of with disabled the cache logic.
- DISABLED - Static variable in class com.sap.cloud.sdk.datamodel.odata.utility.LegacyClassScanner
-
Enables a LegacyClassScanner where parameter reordering is skipped
- DISABLED_CSRF_TOKEN_RETRIEVER - Static variable in interface com.sap.cloud.sdk.cloudplatform.connectivity.CsrfTokenRetriever
-
The disabled
CsrfTokenRetriever
throws anIllegalStateException
in case it is invoked. - disableExpiration() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Disables the automatic entry expiration for the destination cache.
- disableSizeLimit() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Disables the size limit of the destination cache.
- disableVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
-
The delete request will ignore any version identifier present on the entity and not send an `If-Match` header.
- disableVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
The update request will ignore any version identifier present on the entity and not send an `If-Match` header.
- disableVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
-
The delete request will ignore any version identifier present on the entity and not send an `If-Match` header.
- disableVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
The update request will ignore any version identifier present on the entity and not send an `If-Match` header.
- DistributionChannel - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- DistributionChannel(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.Default constructor.
- DistributionChannelConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- DistributionChannelConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DistributionChannelConverter
-
Deprecated.
- divide(ValueDuration, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Division expression for duration.
- divide(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "div".
- divide(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "divby".
- divide(ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Division expression for floating point numbers.
- divide(FilterableNumeric<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "div".
- divide(FilterableNumericDecimal<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "div".
- divide(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "div".
- divide(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "div".
- divide(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "divby".
- divide(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "div".
- divide(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "div".
- divideEuclidean(ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Division expression for integer numbers.
- DO_NOTHING - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.CharCasing
-
Deprecated.
- DO_NOTHING - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
-
Deprecated.Leaves the String unmodified.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.servletjakarta.RequestAccessorFilter
- DOUBLE - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.NumberDeserializationStrategy
-
Double strategy to deserialize JSON numbers to double, if no target type references are specified.
- DoubleConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- DoubleConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.DoubleConverter
-
Deprecated.
- DoubleExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aDouble
. - DoubleExtractor() - Constructor for class com.sap.cloud.sdk.result.DoubleExtractor
- doubleValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- doubleValue() - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- duplicate() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- duplicate() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Create a new
ThreadContext
containing all properties of this context. - duration(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5CacheBuilder
-
Sets the duration for which
HttpClient
instances will be cached. - Duration(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Duration
- DurationDeserializer - Class in com.sap.cloud.sdk.s4hana.connectivity
-
Deprecated.This module will be discontinued, along with its classes and methods.
- DurationDeserializer() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.DurationDeserializer
-
Deprecated.
- durationInMilliseconds(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5CacheBuilder
-
Sets the duration for which
HttpClient
instances will be cached. - DurationTypeAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
Duration
. - DurationTypeAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.DurationTypeAdapter
- DWC_IAS_JWT_HEADER - Static variable in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
The name of the header that contains the Deploy with Confidence JWT token issued by IAS.
- DWC_JWT_HEADER - Static variable in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
The name of the header that contains the Deploy with Confidence JWT token.
- DWC_SUBDOMAIN_HEADER - Static variable in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
The name of the header that contains the Deploy with Confidence scopes information.
- DWC_TENANT_HEADER - Static variable in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
The name of the header that contains the Deploy with Confidence tenant information.
- DWC_USER_HEADER - Static variable in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
The name of the header that contains the Deploy with Confidence user (princial) information.
- DwcAuthTokenFacade - Class in com.sap.cloud.sdk.cloudplatform.security
-
Auth token facade for Deploy with Confidence (DwC) environment.
- DwcAuthTokenFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.DwcAuthTokenFacade
- DwcHeaderNotFoundException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Represents an
Throwable
that is thrown if a specific Deploy with Confidence header was not found. - DwcHeaderNotFoundException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.DwcHeaderNotFoundException
-
Initializes a new instance of the
DwcHeaderNotFoundException
class. - DwcHeaderNotFoundException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.DwcHeaderNotFoundException
-
Initializes a new instance of the
DwcHeaderNotFoundException
class. - DwcHeaderProvider - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Utility class to get all SAP Deploy with Confidence related headers from the current request.
- DwcHeaderProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DwcHeaderProvider
-
Default constructor.
- DwcHeaderUtils - Class in com.sap.cloud.sdk.cloudplatform
-
Utility class to extract specific values from the SAP Deploy with Confidence request headers.
- DwcHeaderUtils() - Constructor for class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
- DwcPrincipalFacade - Class in com.sap.cloud.sdk.cloudplatform.security
-
Represents a specific
DefaultPrincipalFacade
that is used when running on the SAP Deploy with Confidence stack. - DwcPrincipalFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.DwcPrincipalFacade
- DwcTenantFacade - Class in com.sap.cloud.sdk.cloudplatform.tenant
-
Represents a specific
DefaultTenantFacade
that is used when running on the SAP Deploy with Confidence stack. - DwcTenantFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.DwcTenantFacade
- DYNAMIC_SAP_LANGUAGE - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
If set, the
sap-language
header to be sent will be derived from the current context viaLocaleAccessor.getCurrentLocale()
.
E
- EdmxValidator - Class in com.sap.cloud.sdk.datamodel.odata.utility
-
Utility class to enable validity checks for OData specifications from EDMX files.
- EdmxValidator.Version - Enum Class in com.sap.cloud.sdk.datamodel.odata.utility
-
OData version to manage different validation steps.
- ElementName - Annotation Interface in com.sap.cloud.sdk.result
-
Annotation indicating the name of an element.
- ElementNameGsonFieldNamingStrategy - Class in com.sap.cloud.sdk.result
-
Implementation of GSON
FieldNamingStrategy
using the value from annotationElementName
when serializing field names. - ElementNameGsonFieldNamingStrategy() - Constructor for class com.sap.cloud.sdk.result.ElementNameGsonFieldNamingStrategy
- empty() - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
-
Static factory method for an empty
JsonLookup
. - empty(ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Convenience method to create an empty set of function parameters.
- empty(Class<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
-
Factory function to create a resilience configuration with all resilience features disabled by default.
- empty(String) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
-
Factory function to create a resilience configuration with all resilience features disabled by default.
- EMPTY - Static variable in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer
-
An empty
RequestHeaderContainer
. - EMPTY - Static variable in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.The empty instance.
- EMPTY - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.Statically created empty instance of this converter.
- EMPTY - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.Statically created empty instance of this converter.
- EMPTY - Static variable in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.Represents a
SapClient
with an empty value. - enableChangeDetection() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Deprecated.since 5.2.0. Change detection mode is enabled by default
- ENABLED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder.TlsUpgrade
-
Automatic TLS upgrade is enabled.
- encloseSlashesIfMissing(String) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.ServiceUriBuilder
-
Deprecated.Encloses the given String with a slash ('/') if they are not yet present.
- ENCODE_TO_STRING - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary
-
Lambda to translate a byte array to String.
- encodeClientCredentialsBase64(ClientCredentials) - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthHeaderEncoder
-
Encodes the given client credentials in Base64.
- encodePath(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Encodes the individual path parts of a string.
- encodePath(String, UriEncodingStrategy) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Encodes the individual path parts of a string.
- encodePathSegment(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Encodes an individual part of a URL path.
- encodePathSegment(String, UriEncodingStrategy) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Encodes an individual part of a URL path.
- encodeQuery(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Encodes all characters according to the default encoding strategy
UriEncodingStrategy.REGULAR
. - encodeQuery(String, UriEncodingStrategy) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Encodes all characters according to the provided
UriEncodingStrategy
. - encodeUserPasswordBase64(BasicCredentials) - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthHeaderEncoder
-
Encodes the given user credentials in Base64.
- encodeUserPasswordBase64(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthHeaderEncoder
-
Encodes the given username and password in Base64
- end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Ends the fluent parameter building by returning the request.
- end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.Returns the initial request, finalizing the access to this
Table
. - end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Returns the initial request, finalizing the access to this
Table
. - end() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Returns the initial request, basically finalizing this
TableRow
as well as theTable
this row is linked to. - endChangeset() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch.Changeset
-
Finalizes the current changeset.
- endChangeSet() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
- endChangeSet() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
-
Finish the definition of a single changeset and return to the parent OData batch request instance.
- endsWith(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueBoolean.Expression
that checks whether the givenoperand1
ends withoperand2
("endswith"
). - endsWith(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "endsWith".
- endsWith(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "endswith".
- endsWith(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- endsWith(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "endsWith".
- endsWith(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "endswith".
- endsWith(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "endsWith".
- endsWith(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "endsWith".
- endsWith(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "endswith".
- endsWith(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Expression fluent helper supporting the filter function "endswith".
- endsWith(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "endswith".
- EntityAnnotationModel - Interface in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Data structure representing an OData entity or complex type.
- EntityAnnotationModel - Interface in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Data structure representing an OData entity or complex type.
- entityCollection - Variable in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
The entity collection to send the OData requests to
- EntityField<EntityT,
FieldT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Template class to represent entity fields.
- EntityField(String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Use the constants declared in each entity inner class.
- EntityField(String, TypeConverter<FieldT, ?>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Use the constants declared in each entity inner class.
- EntityFieldAll<EntityT extends VdmObject<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
OData selector for entities to select each and every field, i.e. star selector.
- EntityFieldAll() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll
- EntityLink<LinkT extends EntityLink<LinkT,
EntityT, SubEntityT>, EntityT extends VdmObject<?>, SubEntityT extends VdmObject<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Helper class for representing links (navigation properties) between entities.
- EntityLink(EntityLink<LinkT, EntityT, SubEntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
-
Copy constructor.
- EntityLink(String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- EntityPropertyAnnotationModel - Interface in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Data structure representing an OData property of an entity or complex type.
- EntityPropertyAnnotationModel - Interface in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Data structure representing an OData property of an entity or complex type.
- EntityReference<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Generic interface to provide the original entity class reference.
- EntitySelectable<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper
-
Interface to enable management of OData entity selectors.
- Enum(Class<EntityT>, String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Enum
- EnvVarDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
DestinationLoader
implementation reading the destination from an environment variable. - EnvVarDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
-
Creates a new instance of
EnvVarDestinationLoader
reading thedestinations
variable from the system environment variables. - EnvVarDestinationLoader(Function<String, String>, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
-
Creates a new instance of
EnvVarDestinationLoader
reading variable with the provided name from the provided function. - EnvVarDestinationLoader(Function<String, String>, Function<String, Destination>, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
-
Creates a new instance of
EnvVarDestinationLoader
reading variable with the provided name from the provided function. - eq(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Equals expression fluent helper.
- eqNull() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Equals-null expression fluent helper.
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.AuthenticationServiceOptions.TargetUri
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasTargetUri
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.NoTokenForTechnicalProviderUser
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- equals(Object) - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthToken
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentStatic
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataConnectionException
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataDeserializationException
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataRequestException
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataSerializationException
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- equals(Object) - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorException
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmMediaEntity
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
- equals(Object) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- equals(Object) - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- equals(Object) - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- equals(Object) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
- equals(Object) - Method in class com.sap.cloud.sdk.result.GsonResultObject
- equals(Object) - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionError
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- equals(Object) - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
- equalTo(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "eq".
- equalTo(Expressions.Operand, Expressions.Operand) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- equalTo(FilterableEnum<?, EnumT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "eq".
- equalTo(FilterableValue<?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "eq".
- equalTo(EnumT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "eq".
- equalTo(Object) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "eq".
- equalTo(PrimitiveT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "eq".
- equalToNull() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "eq null".
- equalToNull() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
-
Filter by expression "eq null".
- equalToNull() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "eq null".
- equalToNull() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "eq null".
- ErpBoolean - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpBoolean(Boolean) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- ErpBoolean(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.Constructor.
- ErpBooleanConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpBooleanConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpBooleanConverter
-
Deprecated.
- ErpDecimal - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpDecimal(Double) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.Constructor.
- ErpDecimal(Float) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.Constructor.
- ErpDecimal(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.Constructor.
- ErpDecimal(BigDecimal) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- ErpDecimalConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpDecimalConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpDecimalConverter
-
Deprecated.
- ErpDestinationHeaderProvider - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Adds the headers "sap-client" and "sap-language", if the respective properties are present on a destination.
- ErpDestinationHeaderProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ErpDestinationHeaderProvider
- ErpHttpRequestExecutor<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends RequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpHttpRequestExecutor() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.
- ErpInteger - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpInteger(Integer) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpInteger
-
Deprecated.Constructor.
- ErpInteger(Long) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpInteger
-
Deprecated.Constructor.
- ErpInteger(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ErpInteger
-
Deprecated.Constructor.
- ErpType<T extends ErpType<T>> - Interface in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpTypeConverter<T> - Interface in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpTypeGsonTypeAdapterFactory - Class in com.sap.cloud.sdk.s4hana.connectivity
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpTypeGsonTypeAdapterFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeGsonTypeAdapterFactory
-
Deprecated.
- ErpTypeSerializer - Class in com.sap.cloud.sdk.s4hana.connectivity
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ErpTypeSerializer() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Initializes the
ErpTypeSerializer
with default ERP type converters. - ERROR - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.ERROR
- ETagSubmissionStrategy - Enum Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Strategy options for sending IF-MATCH headers.
- EXCHANGE_ONLY - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Legacy strategy that can be used for destinations which require a user token for the authentication flow.
- excludedMethodName(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- excludedMethodNames(Collection<? extends String>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- excludingFields(FieldReference...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Allows to explicitly specify entity fields that should not be sent in an update request.
- excludingFields(EntitySelectable<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
Allows to explicitly specify entity fields that should not be sent in an update request.
- Executable - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
An class for executing code while allowing throwing checked exceptions.
- execute() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.Executable
-
Executes some logic, or throws an exception if unable to do so.
- execute() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Executes the actual generator based on the given parameter or, in case of absence, their default values.
- execute() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGeneratorMojo
- execute() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Executes the actual generator based on the given parameter or, in case of absence, their default values.
- execute() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGeneratorMojo
- execute() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.DataModelGeneratorMojo
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
-
Execute the OData create request for the provided entity.
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
-
Execute the OData delete request for the provided entity.
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Execute the OData request.
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
- execute(Destination) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilderExecutable
-
Execute the OData request.
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueFunctionRequestBuilder
- execute(Destination) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Execute the OData update request for the provided entity.
- execute(Destination) - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Executes a given request using the given
Destination
. - execute(Destination) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- execute(Destination) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- execute(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.RequestExecutor
-
Deprecated.Executes a request against an SAP S/4HANA system.
- execute(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.
- execute(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionRequestExecutor
-
Deprecated.
- execute(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
-
Deprecated.
- execute(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
-
Deprecated.The actual logic to be executed.
- execute(HttpDestination, SerializedRequest<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.Executes the given
serializedRequest
as aHttpUriRequest
, returning the body of theHttpResponse
received. - execute(HttpDestination, RequestT, RequestSerializer<RequestT, RequestResultT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.Serializes the given request, executes it, and the deserializes the response.
- execute(Executable) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Executes the given
Executable
as if it was called inside aThreadContext
. - execute(CheckedFunction1<ServiceT, ReturnT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
-
Deprecated.Executes a request against a SOAP service based on the given function.
- execute(Runnable) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- execute(Runnable) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Attach a
ThreadContext
to the given command and execute it. - execute(Runnable, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- execute(Runnable, ThreadContext) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Attach a
ThreadContext
to the given command and execute it. - execute(Runnable, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContext
to the given command and execute it. - execute(Runnable, ThreadContextExecutor) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- execute(Runnable, ThreadContextExecutor) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Attach a
ThreadContextExecutor
to the given command and execute it. - execute(Runnable, ThreadContextExecutor) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContextExecutor
to the given command and execute it. - execute(Callable<T>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Executes the given
Callable
as if it was called inside aThreadContext
. - execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
- execute(HttpClient) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestExecutable
-
Execute the OData request with the provided HttpClient reference.
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
- executeCallable(Callable<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate and execute an instance of a callable function.
- executeCallable(Callable<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate and execute an instance of a callable function.
- executeCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate and execute an instance of a callable function.
- executeCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate and execute an instance of a callable function.
- executeMultiple(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Default implementation for the case that this function returns a collection of entries.
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
- executeRequest(Destination) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatchExecute
-
Executes the underlying batch query including the stored changeset operations.
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCount
-
Executes the underlying query for count, using the stored values, plus any query modifiers that were previously called.
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
- executeRequest(Destination) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperExecutable
-
Executes this request.
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
- executeRequest(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
- executeSingle(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Default implementation for the case that this function returns a single type.
- executeSupplier(Supplier<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate and execute an instance of a supplier function.
- executeSupplier(Supplier<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate and execute an instance of a supplier function.
- executeSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate and execute an instance of a supplier function.
- executeSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate and execute an instance of a supplier function.
- executeWithAuthToken(AuthToken, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Execute the given
Executable
with a given token. - executeWithAuthToken(AuthToken, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Execute the given
Callable
with a given token. - executeWithAuthToken(AuthToken, Callable<T>) - Method in class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
- executeWithFallbackAuthToken(Supplier<AuthToken>, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Execute the given
Executable
, using the given token as fallback if there is no other token available. - executeWithFallbackAuthToken(Supplier<AuthToken>, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Execute the given
Callable
, using the given token as fallback if there is no other token available. - executeWithFallbackHeaderContainer(Supplier<RequestHeaderContainer>, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Runs the given
executable
with the givenheaders
as a fallback option that should be used in case there is no currentRequestHeaderContainer
. - executeWithFallbackHeaderContainer(Supplier<RequestHeaderContainer>, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Runs the given
callable
with the givenheaders
as a fallback option that should be used in case there is no currentRequestHeaderContainer
. - executeWithFallbackPrincipal(Supplier<Principal>, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Execute the given
Executable
, using the given principal as fallback if there is no other principal available. - executeWithFallbackPrincipal(Supplier<Principal>, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Execute the given
Callable
, using the given principal as fallback if there is no other principal available. - executeWithFallbackTenant(Supplier<Tenant>, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Execute the given
Executable
, using the given tenant as fallback if there is no other tenant available. - executeWithFallbackTenant(Supplier<Tenant>, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Execute the given
Callable
, using the given tenant as fallback if there is no other tenant available. - executeWithHeaderContainer(RequestHeaderContainer, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Runs the given
executable
with the givenheaders
available. - executeWithHeaderContainer(RequestHeaderContainer, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Runs the given
callable
with the givenheaders
available and returns the result. - executeWithHeaderContainer(Map<String, String>, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Runs the given
executable
with the givenheaders
available. - executeWithHeaderContainer(Map<String, String>, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Runs the given
callable
with the givenheaders
available and returns the result. - executeWithPrincipal(Principal, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Execute the given
Executable
on behalf of a given principal. - executeWithPrincipal(Principal, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Execute the given
Callable
on behalf of a given principal. - executeWithTenant(Tenant, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Execute the given
Executable
on behalf of a given tenant. - executeWithTenant(Tenant, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Execute the given
Callable
on behalf of a given tenant. - EXECUTION_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessRulesOptions
-
Use the execution API of the SAP Business Rules Service.
- EXIT - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.EXIT
- expirationDuration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Duration after which the cache entry will be invalidated.
- expirationStrategy() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Expiration strategy for the cache.
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString.Expression
- Expression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- Expression(FilterExpression, Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- Expression(FilterExpression, Class<EntityT>, Class<ItemT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- ExpressionFluentHelper<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Template class that represents query expressions.
- ExpressionFluentHelper(ValueBoolean) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
-
Creates a new helper based on an arbitrary, untyped filter expression.
- Expressions - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Wrapper class for expression types.
- Expressions() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions
- Expressions.Operand - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Generic OData filter expression operand.
- Expressions.OperandMultiple - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter collection expression operand.
- Expressions.OperandSingle - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Singular OData filter expression operand.
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.BigDecimalExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.BigIntegerExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.BooleanExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.ByteExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.CharacterExtractor
- extract(ResultElement) - Method in interface com.sap.cloud.sdk.result.CollectionExtractor
-
Transforms the given
ResultElement
into aCollection
. - extract(ResultElement) - Method in class com.sap.cloud.sdk.result.DoubleExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.FloatExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.GenericCollectionExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.GenericObjectExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.IntegerExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.LongExtractor
- extract(ResultElement) - Method in interface com.sap.cloud.sdk.result.ObjectExtractor
-
Extracts the value of the given
ResultElement
as the typeT
. - extract(ResultElement) - Method in class com.sap.cloud.sdk.result.PrimitiveBasedObjectExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.ShortExtractor
- extract(ResultElement) - Method in class com.sap.cloud.sdk.result.StringExtractor
- extractDeltaToken(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Get the delta-token from a URL.
- extractSkipToken(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
-
Get the skip-token from a URL.
F
- F5 - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."F5"
- FacadeLocator - Class in com.sap.cloud.sdk.cloudplatform.util
-
This class is for internal use only.
- FacadeLocator() - Constructor for class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
- FacadeLocator.MockableInstance - Class in com.sap.cloud.sdk.cloudplatform.util
-
Performs the facade lookup within the
FacadeLocator
. - FAGL_LEDGER_CUST - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."FAGL_LEDGER_CUST"
- failOnWarning() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The generator exists with failure in case a warning occurs during processing.
- failOnWarning() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The generator exists with failure in case a warning occurs during processing.
- failOnWarning(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether to exit with failure in case a warning occurs during processing.
- failOnWarning(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether to exit with failure in case a warning occurs during processing.
- failureDueToWarningsNecessary() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Indicates whether the generation led to warnings and also the flag for failing on warnings is activated.
- failureDueToWarningsNecessary() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Get the failure indicator due to warning messages.
- failureRateThreshold() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The failure rate threshold (as percentage within [0, 100]).
- failureRateThreshold(float) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The failure rate threshold (as percentage within [0, 100]).
- FALSE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.The FALSE instance.
- FDC_POSTING_001 - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."FDC_POSTING_001"
- fetchFieldAsList(String, Class<T>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Helper method to lazily resolve a field value from current entity.
- fetchFieldAsSingle(String, Class<T>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Helper method to lazily resolve a field value from current entity.
- fetchMediaStream() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmMediaEntity
-
Get the binary data stream (file) from this media entity.
- field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Year
Value
object based on the given parameter and the incremented field Id. - field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Boolean
Value
object based on the given parameter and the incremented field Id. - field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Byte
Value
object based on the given parameter and the incremented field Id. - field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Character
Value
object based on the given parameter and the incremented field Id. - field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Double
Value
object based on the given parameter and the incremented field Id. - field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Float
Value
object based on the given parameter and the incremented field Id. - field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Integer
Value
object based on the given parameter and the incremented field Id. - field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Long
Value
object based on the given parameter and the incremented field Id. - field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Short
Value
object based on the given parameter and the incremented field Id. - field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
String
Value
object based on the given parameter and the incremented field Id. - field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
BigDecimal
Value
object based on the given parameter and the incremented field Id. - field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
BigInteger
Value
object based on the given parameter and the incremented field Id. - field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
LocalDate
Value
object based on the given parameter and the incremented field Id. - field(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
LocalTime
Value
object based on the given parameter and the incremented field Id. - field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new structure to this
Fields
. - field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Locale
Value
object based on the given parameter and the incremented field Id. - field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new field to this
Fields
. - field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
, andvalue
. - field(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Value
object based on the given parameter and the incremented field Id. - field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Adds a new field to this
Fields
. - field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a field with the given
name
,dataType
,value
, andtypeConverter
. - field(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
Value
object based on the given parameter and the incremented field Id. - FieldOrdering<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Represents an asc/desc ordering of an entity via a property.
- FieldOrdering(SimpleProperty<EntityT>, Order) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
- FieldReference - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand for a generic entity field reference.
- fields() - Static method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Creates a new instance of
Fields
. - fields(Fields, Fields...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds the given fields.
- fields(Fields, Fields...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Copies the given
Field
s to theTable
linked to thisTableRow
, using a new/applicable field Id. - fields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a parameter reflected by a structure.
- fields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Adds a parameter reflected by a structure.
- Fields - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- Fields() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.
- FieldUntyped - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand for an untyped entity field reference.
- FILL_LEADING - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
-
Deprecated.Fills the String until the specified length ist reached.
- FILL_LEADING_IF_NUMERIC - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
-
Deprecated.If the Strings contains only numeric values, fill the string until the specified length is reached, otherwise leave the String unmodified.
- filter(ValueBoolean...) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Query modified to limit which entities should be contained in the result set.
- filter(ExpressionFluentHelper<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Query modifier to restrict the set of returned entities based on the values of one or more fields.
- filter(ExpressionFluentHelper<LinkedEntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.OneToOneLink
-
Add filter to a one-to-one navigation property relationship.
- filter(FilterableBoolean<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
- filter(FilterableBoolean<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- filter(FilterableBoolean<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- filter(FilterableBoolean<TargetT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- FilterableBoolean - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Boolean operations for generic OData filter expression operands.
- FilterableBoolean<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Boolean.
- FilterableBoolean.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableCollection - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Collection operations for generic OData filter expression operands.
- FilterableCollection<EntityT,
ItemT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression -
Fluent helper class to provide filter functions to OData expressions referenced by Collection.
- FilterableCollection.Expression<EntityT,
ItemT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression -
Wrapper expression class, which delegates to another operation.
- FilterableComparisonAbsolute - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Logical operations for generic OData filter expression operands.
- FilterableComparisonRelative - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Logical operations for generic OData filter expression operands.
- FilterableComplex<EntityT,
ItemT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression -
Fluent helper class to provide filter functions to OData expressions referenced by an OData complex property.
- FilterableDate - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Date operations for generic OData filter expression operands.
- FilterableDate<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Date.
- FilterableDate.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableDateTime<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by DateTime.
- FilterableDateTime.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableDateTimeOffset - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Date-Time-Offset operations for generic OData filter expression operands.
- FilterableDuration - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Duration operations for generic OData filter expression operands.
- FilterableDuration<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Duration.
- FilterableDuration.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableEnum<EntityT,
EnumT extends VdmEnum> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression -
Fluent helper class to provide filter functions to OData expressions referenced by Enum.
- FilterableGuid<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Guid.
- FilterableNumeric - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Numeric operations for generic OData filter expression operands.
- FilterableNumeric<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Number.
- FilterableNumericDecimal<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Integer.
- FilterableNumericDecimal.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableNumericInteger<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Integer.
- FilterableNumericInteger.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableString - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
String operations for generic OData filter expression operands.
- FilterableString<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by String.
- FilterableString.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableTime<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Fluent helper class to provide filter functions to OData expressions referenced by Time.
- FilterableTime.Expression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.expression
-
Wrapper expression class, which delegates to another operation.
- FilterableTimeOfDay - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Time-of-day operations for generic OData filter expression operands.
- FilterableValue<EntityT,
PrimitiveT extends Serializable> - Interface in com.sap.cloud.sdk.datamodel.odatav4.expression -
Fluent helper class to provide filter functions to OData expressions referenced by all value types.
- FilterExpression - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Generic interface to describe an OData filter expression.
- FilterExpressionArithmetic - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Set of OData filter functions for arithmetic types.
- FilterExpressionCollection - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Set of OData filter functions for collection types.
- FilterExpressionLogical - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Set of OData filter functions for logical types.
- FilterExpressionString - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Set of OData filter functions for string types.
- FilterExpressionTemporal - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Set of OData filter functions for temporal types.
- filterOnOneToOneLink(ExpressionFluentHelper<SubEntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
-
Add a filter expression on a single navigation property.
- finalMethod(ApiUsageMetadata.Invocation) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- finishJavaBuilderMethodNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaBuilderMethodName(String)
. - finishJavaClassNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaClassName(String, String)
. - finishJavaConstantNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaConstantName(String, String)
. - finishJavaFieldNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaFieldName(String, String)
. - finishJavaFluentHelperClassNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaFluentHelperClassName(String, String)
. - finishJavaMethodNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaMethodName(String)
. - finishJavaMethodParameterNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaMethodParameterName(String, String)
. - finishJavaNavigationPropertyConstantNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaNavigationPropertyConstantName(String)
. - finishJavaNavigationPropertyFieldNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaNavigationPropertyFieldName(String)
. - finishJavaOperationMethodNameGeneration(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Allows post-processing of the Java identifier generated by
AbstractNamingStrategy.generateJavaOperationMethodName(String, String)
. - fixAcronymsInConstantNames(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Removes underscores (
"_"
) from in between the letters on acronyms from the givenname
. - FloatConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- FloatConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.FloatConverter
-
Deprecated.
- FloatExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aFloat
. - FloatExtractor() - Constructor for class com.sap.cloud.sdk.result.FloatExtractor
- floatValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- floatValue() - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- floor() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "floor".
- floor() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
-
Filter by expression "floor".
- floor(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Floor expression for numbers.
- FluentHelperBasic<FluentHelperT,
EntityT, ResultT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of any OData request as a fluent interface for further configuring the request and
executing
it. - FluentHelperBasic(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Instantiates this fluent helper using the given service path to send the requests.
- FluentHelperBatchChangeSet<FluentHelperT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Contains methods applicable to enrich the currently open change set.
- FluentHelperBatchEndChangeSet<FluentHelperT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Interface to finish the definition of a single changeset.
- FluentHelperByKey<FluentHelperT,
EntityT extends VdmEntity<?>, SelectableT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of an OData request to retrieve an entity by its key as a fluent interface for further configuring the request and
executing
it. - FluentHelperByKey(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
-
Instantiates this fluent helper using the given service path and entity collection to send the requests.
- FluentHelperCount - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Representation of an OData query for count, as a fluent interface for further configuring the request and
executing
it. - FluentHelperCreate<FluentHelperT,
EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of an OData create request as a fluent interface for further configuring the request and
executing
it. - FluentHelperCreate(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
-
Instantiates this fluent helper using the given service path and entity collection to send the requests.
- FluentHelperDelete<FluentHelperT,
EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of an OData delete request as a fluent interface for further configuring the request and
executing
it. - FluentHelperDelete(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
-
Instantiates this fluent helper using the given service path and entity collection to send the requests.
- FluentHelperExecutable<ResultT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper
-
Representation of any OData V2 request that can be executed.
- FluentHelperFunction<FluentHelperT,
ObjectT, ResultT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of any OData function import as a fluent interface for further configuring the request and
executing
it. - FluentHelperFunction(String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Instantiates this fluent helper using the given service path to send the requests.
- FluentHelperModification<FluentHelperT,
EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of an OData modification request (Create, Update, Delete) as a fluent interface for further configuring the request and
executing
it. - FluentHelperModification(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification
-
Instantiates this fluent helper using the given service path to send the requests.
- FluentHelperRead<FluentHelperT,
EntityT extends VdmEntity<?>, SelectableT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of an OData query as a fluent interface for further configuring the request and
executing
it. - FluentHelperRead(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Instantiates this fluent helper using the given service path and entity collection to send the requests.
- FluentHelperServiceBatch<FluentHelperT,
FluentHelperChangeSetT extends FluentHelperBatchEndChangeSet<FluentHelperT>> - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch -
Interface to the batch object of an OData service.
- FluentHelperServiceBatchExecute - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
-
Interface to provide execute methods.
- FluentHelperUpdate<FluentHelperT,
EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of an OData update request as a fluent interface for further configuring the request and
executing
it. - FluentHelperUpdate(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
Instantiates this fluent helper using the given service path to send the requests.
- forEntity(EntityT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Create a generic type-safe request using navigation properties on entity sets of the OData service.
- forEntity(EntityT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Create a generic type-safe request using navigation properties on entity sets of the OData service.
- format(Date, StringBuffer, FieldPosition) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.RFC3339DateFormat
- formatDate(Date) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Format the given Date object into string.
- formatDuration(Duration) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.For internal use only.
- forPrefix(String) - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
-
Convenience method to define an additional service method invocation, e.g.
- forService(ServiceBinding) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions
-
Start building
ServiceBindingDestinationOptions
for the givenServiceBinding
. - forService(ServiceIdentifier) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
-
Creates a new
MegacliteServiceBinding.Builder1
instance that can be used to configure access to the providedservice
that is bound to Megaclite. - forService(ServiceIdentifier) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions
-
Start building
ServiceBindingDestinationOptions
for anyServiceBinding
that matches the givenServiceIdentifier
. - forTargetUrl(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2DestinationBuilder
-
Static factory method to initialize a fluent API builder.
- FORWARD_AUTH_TOKEN - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Value of ForwardAuthToken property of destination.
- FORWARD_USER_TOKEN - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Default strategy of forwarding current user access token to the destination lookup.
- fractionalSeconds(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"fractionalseconds"
portion of a temporal value. - fractionalSeconds(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"fractionalseconds"
portion of a temporal value. - fragmentName(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Fragment that should enhance the destination to be fetched.
- FROM_DESTINATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
The HTTP Security Configuration is taken from configuration of the
HttpDestination
. - FROM_PLATFORM - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
The HTTP Security Configuration is taken from the CloudPlatform.
- fromCurrentContext() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Create a
ThreadContextExecutor
using the currentThreadContext
, that is being resolved fromThreadContextAccessor
and duplicated with all existing properties. - fromCurrentOrNewContext() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Create a
ThreadContextExecutor
using the currentThreadContext
, if one is available. - fromCustomFilter(ValueBoolean, Class<EntityT>) - Static method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean
-
Creates a new Expression from a custom filter expression.
- fromDestination(Destination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
-
Creates a new
DefaultHttpDestination
instance from the givenDestination
by copying all properties returned byDestinationProperties.getPropertyNames()
. - fromDomain(DomainT) - Method in class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
- fromDomain(DomainT) - Method in interface com.sap.cloud.sdk.typeconverter.TypeConverter
-
Transforms the given domain-specific object to the general object.
- fromDomain(Object) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.IdentityConverter
- fromDomainNonNull(DomainT) - Method in class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
-
Actual converter implementation from a domain-specific object to an arbitrary type.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.BigDecimalConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.BigIntegerConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.BooleanConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.ByteConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.CharacterConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannelConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.DoubleConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBooleanConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimalConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.FloatConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDateConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocaleConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.LongConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClassConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumberConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageTypeConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClientConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.ShortConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpTypeConverter
-
Deprecated.
- fromDomainNonNull(String) - Method in class com.sap.cloud.sdk.s4hana.serialization.YearConverter
-
Deprecated.
- fromDomainNonNull(Calendar) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeCalendarConverter
- fromDomainNonNull(Calendar) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeCalendarConverter
- fromDomainNonNull(Calendar) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
- fromErp(String, Class<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Convert a given String based erpObject in the ERP-based representation into an object of resultType.
- fromIds(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs a new
CacheKey
instance for the giventenantId
andprincipalId
, independent of whether they arenull
or not. - fromMap(Map<String, ?>) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
-
Creates a new
DefaultDestination
with the given properties. - fromMap(Map<String, ?>) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
-
Creates a new
DefaultHttpDestination
instance from the given map of properties. - fromMap(Map<String, Object>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Sets the values of all custom fields contained in the given
values
. - fromMap(Map<String, Object>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Read entity data from generic map.
- fromMultiValueMap(Map<String, ? extends Iterable<String>>) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
-
Initializes a new instance of the
DefaultRequestHeaderContainer
class from the givenheaders
. - fromNewContext() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Create a
ThreadContextExecutor
using a new instance ofThreadContext
with empty properties. - fromProperties(DestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
-
Creates a new
DefaultHttpDestination
instance from the givenDestinationProperties
by copying all properties returned byDestinationProperties.getPropertyNames()
. - fromProperties(DestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.Creates an immutable destination with the given properties.
- fromResultObject(ResultObject, ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
-
SDK internal method to construct an OData error from a
ResultObject
. - fromSingleValueMap(Map<String, String>) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
-
Initializes a new instance of the
DefaultRequestHeaderContainer
class from the givenheaders
. - fromString(String) - Static method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.Creates a new instance of
Year
from the given string. - functionName - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.The name of the remote function to invoke.
- FunctionRequestBuilder<BuilderT extends FunctionRequestBuilder<BuilderT,
ResultT>, ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Representation of a non-CRUD OData request as a fluent interface for further configuring the request and
executing
it. - FunctionRequestBuilder(String, ODataResourcePath) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.FunctionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
G
- ge(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Greater than or equals expression fluent helper.
- generate(List<DatamodelMetadataInput>, Path) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataGenerator
-
Generates metadata about the Virtual Data Model.
- generateDataModel(GenerationConfiguration) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.DataModelGenerator
-
Generates the data model based on the provided generation configuration.
- generateJavaBuilderMethodName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaBuilderMethodName(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData navigation property into a Lombok builder method name.
- generateJavaBuilderMethodName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaClassName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaClassName(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData entity type into a suitable Java class name.
- generateJavaClassName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaConstantName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaConstantName(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the property name and the label of an OData entity type into a suitable Java constant (
public static final
) name. - generateJavaConstantName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaFieldName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaFieldName(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of a property within an OData entity type into a suitable Java member variable name.
- generateJavaFieldName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaFluentHelperClassName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaFluentHelperClassName(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData operation (e.g.
- generateJavaFluentHelperClassName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaMethodName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaMethodName(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData navigation property into a partial Java method name.
- generateJavaMethodName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaMethodParameterName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaMethodParameterName(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData operation (e.g.
- generateJavaMethodParameterName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaNavigationPropertyConstantName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaNavigationPropertyConstantName(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData navigation property into a suitable Java constant (
public static final
) name. - generateJavaNavigationPropertyConstantName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaNavigationPropertyFieldName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaNavigationPropertyFieldName(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData navigation property into a suitable Java member variable name.
- generateJavaNavigationPropertyFieldName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- generateJavaOperationMethodName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- generateJavaOperationMethodName(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Called by the VDM generator to convert the name and the label of an OData operation (e.g.
- generateJavaOperationMethodName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- GenerationConfiguration - Class in com.sap.cloud.sdk.datamodel.openapi.generator.model
-
Stores configuration parameters for the code generation performed by
DataModelGenerator
. - GenerationConfiguration.GenerationConfigurationBuilder - Class in com.sap.cloud.sdk.datamodel.openapi.generator.model
- GenerationResult - Class in com.sap.cloud.sdk.datamodel.openapi.generator.model
-
Stores the result of the code generation performed by
DataModelGenerator
. - GenerationResult(List<File>, String) - Constructor for class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationResult
-
Creates a
GenerationResult
based on a given list of generated files. - generationTime(ZonedDateTime) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- generatorMavenCoordinate(MavenCoordinate) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- generatorRepositoryLink(URI) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- GenericCacheKey<ClassT,
ComponentT> - Interface in com.sap.cloud.sdk.cloudplatform.cache -
GenericCacheKey interface for providing access to tenant and principal data, as well as a list of appended components.
- GenericCollectionExtractor<T> - Class in com.sap.cloud.sdk.result
-
Extracts a
Collection
out of a givenResultElement
by wrapping the result of anObjectExtractor
into asingletonList
. - GenericCollectionExtractor(ObjectExtractor<T>) - Constructor for class com.sap.cloud.sdk.result.GenericCollectionExtractor
- GenericDecorator - Interface in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Interface to decorate a function with resilient properties.
- GenericObjectExtractor<T> - Class in com.sap.cloud.sdk.result
-
Extractor trying to generically extract an object out of a given
ResultElement
. - GenericObjectExtractor(Class<T>) - Constructor for class com.sap.cloud.sdk.result.GenericObjectExtractor
- get() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Fetch the current entity.
- get() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Retrieves the converted object.
- get(int) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponse
-
Get the result for a single changeset.
- get(int) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
- get(int) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Returns the element with the given name from this result.
- get(DestinationPropertyKey<ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- get(DestinationPropertyKey<ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- get(DestinationPropertyKey<ValueT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
-
Convenience method to convert the
Object
return type ofDestinationProperties.get(String)
into any expected type. - get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
- get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
-
Retrieves the value of a configuration parameter.
- get(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
-
Gets the value associated with the given key (if any).
- get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- get(String) - Method in class com.sap.cloud.sdk.result.GsonResultObject
-
Returns the element with the given name from this result.
- get(String) - Method in interface com.sap.cloud.sdk.result.ResultObject
-
Returns one particular element inside this result object identified by its name.
- get(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Returns the element with the given name from this result.
- get(String, Class<ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- get(String, Class<ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- get(String, Class<ValueT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
-
Convenience method to cast the
Object
return type ofDestinationProperties.get(String)
into the expected type. - get(String, Function<Object, ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- get(String, Function<Object, ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- get(String, Function<Object, ValueT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
-
Convenience method to convert the
Object
return type ofDestinationProperties.get(String)
into any expected type. - get(Map<String, Object>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey
-
Returns the typed value of the
DestinationPropertyKey
- GET - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.GET
- getAccessToken() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuth
-
Get the access token
- getActionParameters() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- getActionResultClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
- getActionResultClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
- getAdditionalProperties() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getAdditionalTokenRetrievalParameters() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
Returns additional parameters for the OAuth2 token flow.
- getAll() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntityCollection
-
Fetch multiple entities.
- getAllDestinationProperties() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Fetches all destination properties from the BTP Destination Service on behalf of the current tenant.
- getAllDestinationProperties(DestinationServiceRetrievalStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Fetches all destination properties from the BTP Destination Service.
- getAllHeaderValues() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResult
-
Get all HTTP header values, grouped by the name (case insensitive) of the HTTP header.
- GetAllRequestBuilder<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData request as a fluent interface for further configuring the request and
executing
it. - GetAllRequestBuilder(String, Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- getAnnotationClass() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
- getAnnotationClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
- getAnnotationParameters() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
- getAnnotationParameters() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
- getAnnotationProperties() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns the annotation properties.
- getAnnotationsForAssociatedEntity(NavigationPropertyAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated member variables representing OData navigation properties.
- getAnnotationsForAssociatedEntity(NavigationPropertyAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Gson
SerializedName
with the value set to the OData EDM name of the navigation property. JacksonJsonProperty
with the value set to the OData EDM name of the navigation property.Nullable
, but only if the multiplicity of the navigation property is 1..1 or 0..1 - getAnnotationsForAssociatedEntity(NavigationPropertyAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated member variables representing OData navigation properties.
- getAnnotationsForAssociatedEntity(NavigationPropertyAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Gson
SerializedName
with the value set to the OData EDM name of the navigation property. JacksonJsonProperty
with the value set to the OData EDM name of the navigation property.Nullable
, but only if the multiplicity of the navigation property is 1..1 or 0..1 - getAnnotationsForComplexType(EntityAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated classes representing OData complex types, at the class level.
- getAnnotationsForComplexType(EntityAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Lombok
Builder
,NoArgsConstructor
, andAllArgsConstructor
. - getAnnotationsForComplexType(EntityAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated classes representing OData complex types, at the class level.
- getAnnotationsForComplexType(EntityAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Lombok
Builder
,NoArgsConstructor
, andAllArgsConstructor
. - getAnnotationsForComplexTypeProperty(EntityPropertyAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated member variables representing OData properties of complex types.
- getAnnotationsForComplexTypeProperty(EntityPropertyAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Gson
SerializedName
with the value set to the OData EDM name of the complex type property. JacksonJsonProperty
with the value set to the OData EDM name of the complex type property.Nullable
GsonJsonAdapter
with default parameter set to an appropriateTypeAdapter
class. - getAnnotationsForComplexTypeProperty(EntityPropertyAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated member variables representing OData properties of complex types.
- getAnnotationsForComplexTypeProperty(EntityPropertyAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Gson
SerializedName
with the value set to the OData EDM name of the complex type property. JacksonJsonProperty
with the value set to the OData EDM name of the complex type property.Nullable
GsonJsonAdapter
with default parameter set to an appropriateTypeAdapter
class. - getAnnotationsForEntity(EntityAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated classes representing OData entities, at the class level.
- getAnnotationsForEntity(EntityAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Lombok
Builder
,NoArgsConstructor
, andAllArgsConstructor
. - getAnnotationsForEntity(EntityAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated classes representing OData entities, at the class level.
- getAnnotationsForEntity(EntityAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Lombok
Builder
,NoArgsConstructor
, andAllArgsConstructor
. - getAnnotationsForEntityProperty(EntityPropertyAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated member variables representing OData properties of entities.
- getAnnotationsForEntityProperty(EntityPropertyAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Gson
SerializedName
with the value set to the OData EDM name of the entity property. JacksonJsonProperty
with the value set to the OData EDM name of the entity property.Nullable
GsonJsonAdapter
with default parameter set to an appropriateTypeAdapter
class. - getAnnotationsForEntityProperty(EntityPropertyAnnotationModel) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationStrategy
-
Gets a list of annotations to apply to generated member variables representing OData properties of entities.
- getAnnotationsForEntityProperty(EntityPropertyAnnotationModel) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.DefaultAnnotationStrategy
-
Default implementation for the SAP Cloud SDK which adds the following annotations: Gson
SerializedName
with the value set to the OData EDM name of the entity property. JacksonJsonProperty
with the value set to the OData EDM name of the entity property.Nullable
GsonJsonAdapter
with default parameter set to an appropriateTypeAdapter
class. - getAnnotationStrategy() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getAnnotationStrategy() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getApiKey() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Get the API Key
- getApiKeyPrefix() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Get the API key prefix
- getApiMaturity() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getApiPackage() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getApiSpecFilePath() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- getApiUsageMetadata() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
- getAppIdentifier() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ZeroTrustIdentityService
-
Returns the app identifier assigned to the app via the Zero Trust Identity service binding.
- getApplicationName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- getArguments() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
- getArtifactId() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate
- getAsCollection() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- getAsCollection() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- getAsCollection() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- getAsCollection() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
Returns this
ResultElement
as an instance ofResultCollection
. - getAsObject() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- getAsObject() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- getAsObject() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- getAsObject() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
Returns this
ResultElement
as an instance ofResultObject
. - getAsPrimitive() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- getAsPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- getAsPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- getAsPrimitive() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
Returns this
ResultElement
as an instance ofResultPrimitive
. - getAuthentication(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getAuthenticationType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getAuthenticationType() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Returns the authentication type to be expected when authenticating at the remote system.
- getAuthTokenFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
The
AuthTokenFacade
instance. - getAuthTokens() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- getBasePath() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Get the current base path
- getBasicAuthenticationFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationAccessor
-
The actual implementation used to forward the business logic calls to.
- getBasicCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getBasicCredentials() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Returns the basic credentials to be used for authentication at the remote system.
- getBatchedResponses() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
-
Get the multi-part segments as raw HTTP response object.
- getBatchUuid() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- getBeginTotal() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- getBindingType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToCollection
- getBindingType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
-
The type this operations is bound to.
- getBody() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- getBuildRequestDuration() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- getBulkhead(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience4j.BulkheadProvider
-
Provides a bulkhead.
- getBulkhead(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultBulkheadProvider
- GetByKeyRequestBuilder<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData request to retrieve an entity by its key as a fluent interface for further configuring the request and
executing
it. - GetByKeyRequestBuilder(String, Class<EntityT>, Map<String, Object>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- getCache() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
-
Getter for the cache to be used.
- getCache() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientCache
- getCacheKey() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
-
Method called in the
#getClient(HttpClientFactory)
method to create aCacheKey
for no specificDestination
. - getCacheKey() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientCache
- getCacheKey(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
-
Method called in the
#getClient(Destination, HttpClientFactory)
method to create aCacheKey
for the givenDestination
. - getCacheKey(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientCache
- getCacheList() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Getter for a list of all caches registered in the
CacheManager
. - getCacheSize() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarDeserializer
-
Getter for an instance of the common conversion logic from and to
Calendar
. - getCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalDateTimeDeserializer
- getCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalTimeDeserializer
- getCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeDeserializer
- getCertificate() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- getCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- getChangedFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns map of all fields which have been changed on this entity along with their updated values.
- getChangedFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns map of all fields which have been changed on this entity along with their updated values.
- getCircuitBreaker(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience4j.CircuitBreakerProvider
-
Provides a circuit breaker.
- getCircuitBreaker(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultCircuitBreakerProvider
- getClientId() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- getClientId() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- getClientIdentity() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
- getClientIdentity() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
-
OAuth client identity to be used for obtaining a token.
- getClientKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
The
KeyStore
to use for building an mTLS connection towards the target system. - getClientSecret() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- getCloudConnectorStatusCode() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.exception.CloudConnectorException
-
Deprecated.
- getCode() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgument
-
Get argument code, e.g. variable name or static code.
- getCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
- getCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentStatic
- getCollectedElementName() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
-
The common name of all elements addressed by this collection.
- getCommitStrategy() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Get the commit strategy.
- getComplexSelectors() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getComponents() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- getComponents() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Getter for the list of additional cache key components.
- getComponents() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- getConnectionManager(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
-
Get the connection manager for the HTTP client builder.
- getConnectionManager(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
- getConstant(Class<T>, String) - Static method in interface com.sap.cloud.sdk.datamodel.odatav4.core.VdmEnum
-
Helper function to resolve enum constant from given type reference and String identifier.
- getConstructedByMethod() - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Returns the method name that originally constructed this ERP request.
- getConstructedByMethod() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Method name which lead to the construction.
- getConsumerClientId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- getConsumerTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- getContent() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- getContentId() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarSerializer
-
Getter for an instance of the common conversion logic from and to
Calendar
. - getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalDateTimeSerializer
- getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalTimeSerializer
- getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeSerializer
- getCopyrightHeader() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getCopyrightHeader() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getCopyrightHeader() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getCreatedEntities() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponseChangeSet
-
Get all newly created entities from this changeset.
- getCredential(Class<T>, String...) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Obtain an entry from the credentials block of the service binding.
- getCredentialOrThrow(Class<T>, String...) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Obtain an entry from the credentials block of the service binding.
- getCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- getCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Getter for the credentials, wrapped in an
Option
, as it may be null. - getCsrfTokenRetriever() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
The CSRF token retriever to be used for all explicit and implicit requests that are part of this FluentHelper implementation.
- getCsrfTokenRetriever() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
- getCurrentContext() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
-
Returns the current
ThreadContext
. - getCurrentContextOrNull() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
-
Returns the current
ThreadContext
or null, if this is not possible. - getCurrentContextOrNull() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
-
Returns an instance
ThreadContext
or null. - getCurrentContextOrNull() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
- getCurrentLocale() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.LocaleAccessor
-
Returns the requested locale of the current HTTP request, or default locale of the server.
- getCurrentLocale() - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.LocaleFacade
-
Returns the requested locale of the current HTTP request, or default locale of the server.
- getCurrentLocales() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.DefaultLocaleFacade
- getCurrentLocales() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.LocaleAccessor
-
Returns a list of locales indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getCurrentLocales() - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.LocaleFacade
-
Returns a list of locales indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
- getCurrentPrincipal() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Returns the current
Principal
. - getCurrentTenant() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Returns the current
Tenant
. - getCurrentToken() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Returns the current
AuthToken
. - getCustomField(EntityField<ObjectT, FieldT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
This method allows for retrieval of custom fields that are added to the underlying OData services.
- getCustomField(SimpleProperty<ObjectT>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
This method allows for retrieval of custom fields that are added to the underlying OData services.
- getCustomField(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
This method allows for retrieval of custom fields that are added to the underlying OData services.
- getCustomField(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
This method allows for retrieval of custom fields that are added to the underlying OData services.
- getCustomFieldNames() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns the names of all custom fields of this object.
- getCustomFieldNames() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns the names of the custom fields of this object.
- getCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns all custom field names and values of this object.
- getCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns the names and values of a custom field.
- getCustomHttpHeaders() - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Set of HTTP headers to send to the underlying request executor.
- getCustomParameters() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getDate() - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.
- getDateFormat() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Get the date format used to parse/format date parameters.
- getDateTimeOffsetSerializer() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataLiteralSerializer
-
Returns a function to convert a given
OffsetDateTime
into aString
that conforms with the protocol specification. - getDateTimeOffsetSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getDateTimeOffsetSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getDateTimeSerializer() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataLiteralSerializer
-
Returns a function to convert a given
LocalDateTime
into aString
that conforms with the protocol specification. - getDateTimeSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getDateTimeSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getDecimals() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.Indicator for decimals.
- getDecorationStrategy() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Returns the
ResilienceDecorationStrategy
that will be used to decorate resilient code, - getDecoratorsOrderedByPriority() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
- getDecoratorsOrderedByPriority() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecoratorChain
-
Returns all decorators (including default decorators) by priority.
- getDefault() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
Returns the default value for the
SecurityConfigurationStrategy
. - getDefaultBasePath() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getDefaultBasePath() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getDefaultDecorators() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
-
Returns all registered default decorators by priority.
- getDefaultListeners() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
-
Returns all registered default listeners by priority.
- getDefaultServicePath() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Used by fluent helpers and navigation property methods to construct OData queries.
- getDefaultServicePath() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
-
Used by request builders and navigation property methods to construct OData requests.
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- getDelegate() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- getDelegateQuery() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexPropertyQuery
- getDeltaLink() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Get the delta link of the current result-set.
- getDeprecationNotice() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getDeprecationNotice() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getDescription() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- getDestination() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
- getDestination(ServiceBindingDestinationOptions) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationLoader
-
Tries to transform the given
options
into anHttpDestination
. - getDestination(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
-
Loads the destination with the given name.
- getDestinationConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- getDestinationForFetch() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Convienence field for reusing the same destination with multiple queries (e.g. fetching associated entities).
- getDestinationName() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
- getDestinationName() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
- getDestinationProperties(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Fetches the properties of a specific destination from the BTP Destination Service on behalf of the current tenant.
- getDestinationType() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
- getDetails() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
-
A list of all contained nested
ODataServiceErrors
. - getDomainType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.IdentityConverter
- getDomainType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeCalendarConverter
- getDomainType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeCalendarConverter
- getDomainType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
- getDomainType() - Method in class com.sap.cloud.sdk.s4hana.serialization.AbstractErpTypeConverter
-
Deprecated.
- getDomainType() - Method in interface com.sap.cloud.sdk.typeconverter.TypeConverter
-
Getter for an class object of the domain-specific type.
- getDwcJwtOrThrow() - Static method in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
This method fetches the value of the
DwcHeaderUtils.DWC_JWT_HEADER
header or throws anDwcHeaderNotFoundException
if the header was not found. - getDwcPrincipalIdOrThrow() - Static method in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
This method fetches the value of the
DwcHeaderUtils.DWC_USER_HEADER
header or throws anDwcHeaderNotFoundException
if the header was not found. - getDwCSubdomainOrNull() - Static method in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
This method fetches the value of the
DwcHeaderUtils.DWC_SUBDOMAIN_HEADER
header. - getDwCSubdomainOrThrow() - Static method in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
This method fetches the value of the
DwcHeaderUtils.DWC_SUBDOMAIN_HEADER
header or throws anDwcHeaderNotFoundException
if the header was not found. - getDwcTenantIdOrThrow() - Static method in class com.sap.cloud.sdk.cloudplatform.DwcHeaderUtils
-
This method fetches the value of the
DwcHeaderUtils.DWC_TENANT_HEADER
header or throws anDwcHeaderNotFoundException
if the header was not found. - getEdmName() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityPropertyAnnotationModel
-
Name of the property as defined in the OData EDM.
- getEdmName() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.NavigationPropertyAnnotationModel
-
Name of the navigation property as defined in the OData EDM.
- getEdmName() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
-
Name of the property as defined in the OData EDM.
- getEdmName() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.NavigationPropertyAnnotationModel
-
Name of the navigation property as defined in the OData EDM.
- getEdmType() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityPropertyAnnotationModel
-
OData EDM type of the property as defined in the OData EDM.
- getEdmType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
-
OData EDM type of the property as defined in the OData EDM.
- getElementToResultPrimitiveSet(JsonElement) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
-
Get the element to the response result set.
- getElementToResultPrimitiveSingle(JsonElement) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
-
Get the element to the single response result item.
- getElementToResultSet(JsonElement) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
-
Get the element to the response result set.
- getElementToResultSingle(JsonElement) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
-
Get the element to the single response result item.
- getEncodedQueryString() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.query.QuerySerializable
-
Compute the encoded string representation of this query.
- getEncodedQueryString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getEndTotal() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- getEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
-
Getter for the VDM representation of the entity to be created.
- getEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
-
The entity object to be deleted by calling the
FluentHelperDelete.executeRequest(Destination)
method. - getEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
The entity object to be updated by calling the
FluentHelperUpdate.executeRequest(Destination)
method. - getEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
-
Getter for the VDM representation of the entity to be created.
- getEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
-
The entity object to be deleted by calling the
DeleteRequestBuilder.execute(Destination)
method. - getEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
The entity object to be updated by calling the
UpdateRequestBuilder.execute(Destination)
method. - getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Returns a class object of the type this fluent helper works with.
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
- getEntityClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
- getEntityClass(FluentHelperBasic<?, ?, ?>) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntityUtil
-
Helper method to resolve the expected entity type for the provided fluent helper instance.
- getEntityCollection() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Used by fluent helpers and navigation property methods to construct OData queries.
- getEntityCollection() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
-
Used by request builders and navigation property methods to construct OData requests.
- getEntityOrPropertyName() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
The structured property field name.
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Collection
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Single
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Collection
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Binary
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Boolean
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Collection
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Date
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.DateTime
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Duration
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Enum
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Guid
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericDecimal
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericInteger
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.String
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Time
- getEntityType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.EntityReference
-
Get the type of the entity which references the value.
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- getEntityType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- getEnumType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Enum
- getEnumType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
OData Enum type identifier.
- getError() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- getErrorMessages() - Static method in class com.sap.cloud.sdk.datamodel.odata.generator.MessageCollector
-
Getter for all error messages collected over all logger.
- getErrorMessages() - Static method in class com.sap.cloud.sdk.datamodel.odatav4.generator.MessageCollector
-
Getter for all error messages collected over all logger.
- getErrorMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
- getEvictionCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getEvictionCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times an entry has been evicted.
- getExceptionNames() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- getExcludeFilePattern() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getExcludeFilePattern() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getExecuteRequestDuration() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- getExecutor() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Get the unique executor of this class.
- getExpansions() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
-
Returns a list of expansions for this link.
- getExpiresIn() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- getExpression(ODataProtocol) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
-
Create the String representation of the expression based on a given
ODataProtocol
. - getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
-
Create the String representation of the expression.
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldReference
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- getFacade(Class<FacadeT>) - Static method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
-
Retrieves the facade for a given interface, allowing at most one implementation to exist.
- getFacade(Class<FacadeT>) - Method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator.MockableInstance
-
Retrieves the facade for a given interface, allowing at most one implementation to exist.
- getFacades(Class<FacadeT>) - Static method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
-
Retrieves the facades for a given facade interface.
- getFacades(Class<FacadeT>) - Method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator.MockableInstance
-
Retrieves the facades for a given facade interface.
- getFallbackHeaderContainer() - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
- getFallbackPrincipal() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Global fallback
Principal
. - getFallbackTenant() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Global fallback
Tenant
. - getFallbackToken() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Global fallback
AuthToken
. - getFieldName() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldReference
-
javadoc
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- getFieldName() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.EntitySelectable
-
Get the field name of OData entity property.
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexPropertyQuery
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Collection
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Single
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Collection
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.All
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Binary
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Boolean
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Collection
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Date
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.DateTime
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Duration
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Enum
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Guid
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericDecimal
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericInteger
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.String
- getFieldName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Time
- getFieldNames() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
-
Get all field names that are part of this key.
- getFillChar() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns the character that is used to add or strip fill characters.
- getFillCharStrategy() - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- getFillCharStrategy() - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- getFillCharStrategy() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns the strategy of how the type should handle fill characters.
- getFilters() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getFromMapConversion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey
- getFunctionName() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
The exact name of the function to be called on the OData Endpoint.
- getFunctionName() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Get the function name.
- getGeneratedFiles() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationResult
- getGenerationTime() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- getGeneratorMavenCoordinate() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- getGeneratorRepositoryLink() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- getGroupId() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate
- getGsonBuilder() - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
-
The
GsonBuilder
instance to be used for deserialization. - getHeaderContainer() - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Returns the current
RequestHeaderContainer
. - getHeaderFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
- getHeaderFromVersionIdentifier(Option<String>) - Method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
-
Returns the value of the IF-MATCH header to be sent based on the given
maybeVersionIdentifier
. - getHeaderNames() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- getHeaderNames() - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer
-
Returns all unique names of the contained HTTP headers.
- getHeaderNames() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResult
-
Get the iterable list of HTTP response header names.
- getHeaders() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Convenience method to get the headers for a request against the destination's URI.
- getHeaders() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- getHeaders() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Get the list of headers that will be sent with this request.
- getHeaders() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Get all headers for explicit and implicit requests.
- getHeaders() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
A map containing the headers to be used only for the actual request of this FluentHelper implementation.
- getHeaders() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- getHeaders() - Method in class com.sap.cloud.sdk.services.openapi.core.OpenApiResponse
-
Http headers of this response.
- getHeaders(DestinationRequestContext) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationHeaderProvider
-
Provides a list of
Header
objects which should be used with the given destination for a request URI. - getHeaders(DestinationRequestContext) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DwcHeaderProvider
- getHeaders(DestinationRequestContext) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ErpDestinationHeaderProvider
- getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getHeaders(URI) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Getter for a collection of headers that should be added to the outgoing request for this destination.
- getHeaderValues(String) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- getHeaderValues(String) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer
-
Returns a non-unique collection of individual values for an HTTP header with the given
headerName
. - getHeaderValues(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResult
-
Get the iterable HTTP header values for a specific header name.
- getHitCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getHitCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times
Cache
lookup methods have returned a cached value. - getHttpBody() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
-
The content of the HTTP response body as plain text or null, if the response did not contain a body.
- getHttpClient() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Returns an
HttpClient
independent of any destination. - getHttpClient() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Returns an
HttpClient
independent of any destination. - getHttpClient(Destination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Returns an
HttpClient
for the givenDestination
. - getHttpClient(Destination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Returns an
HttpClient
for the givenDestination
. - getHttpClient(HttpDestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Returns an
HttpClient
for the givenDestination
. - getHttpClient(HttpDestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Returns an
HttpClient
for the givenDestination
. - getHttpClientBuilder(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
-
Get a preconfigured HTTP client builder instance.
- getHttpClientCache() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Configures the
HttpClient5Cache
that is used by the#getHttpClient(String)
and#getHttpClient(Destination)
methods. - getHttpClientCache() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Configures the
HttpClientCache
that is used by the#getHttpClient(String)
and#getHttpClient(Destination)
methods. - getHttpClientFactory() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Returns the
ApacheHttpClient5Factory
that is used when creating instances ofHttpClient
within theApacheHttpClient5Accessor
. - getHttpClientFactory() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Returns the
HttpClientFactory
that is used when creating instances ofHttpClient
within theHttpClientAccessor
. - getHttpCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
-
The HTTP status code of the response received.
- getHttpHeaders() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
-
The HTTP headers returned with the response.
- getHttpHeaderSuggestion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- getHttpHeaderValue() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- getHttpHeaderValue() - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
- getHttpRequest() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataConnectionException
-
The
HttpUriRequest
that was attempted. - getHttpResponse() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResult
-
Get the original OData
HttpResponse
instance, which holds the HttpEntity and header information. - getHttpResponse() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Method that creates a
BufferedHttpEntity
from theHttpEntity
if buffering the HTTP response is not turned off by usingODataRequestResultGeneric.disableBufferingHttpResponse()
. - getHttpResponse() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
- getIdentifier() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
- getIdentifier() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
- getIdentifier() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
- getIdentifier() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
- getIdentifier() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
- getIdentifier() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
- getIdentifier() - Method in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.
- getIfPresent(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Returns the element with the given name from this result.
- getIncludedActionImports() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getIncludedEntitySets() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getIncludedEntitySets() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getIncludedFunctionImports() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getIncludedFunctionImports() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getInformationMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
- getInlineCount() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultDeserializable
-
Get the count of elements in the result set.
- getInlineCount() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- getInnerError() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
-
The
innererror
field of the response as a key-value map. - getInputDirectory() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getInputDirectory() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getInputSpec() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DwcHeaderProvider
- getInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ZeroTrustIdentityService
- getInstanceId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- getInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
- getItemType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Collection
- getItemType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Single
- getItemType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Collection
- getItemType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single
- getItemType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Collection
- getItemType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getItemType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Get the item type the collection holds.
- getJavaClassName() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityAnnotationModel
-
Name of the Java class that will represent this entity or complex type.
- getJavaClassName() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityAnnotationModel
-
Name of the Java class that will represent this entity or complex type.
- getJsonObject() - Method in class com.sap.cloud.sdk.result.GsonResultObject
-
The underlying JSON object.
- getJsonPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
-
The underlying
JsonPrimitive
instance. - getJwt() - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthToken
-
The
DecodedJWT
bearer contained in the Authorization header of the given request. - getKey() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- getKey() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
-
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
- getKey() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns the compound key of this object.
- getKey() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns the compound key of this object.
- getKeyAsString() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- getKeyAsString() - Method in interface com.sap.cloud.sdk.s4hana.serialization.StringRepresentableKey
-
Deprecated.Returns the String representation of this key.
- getKeyName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey
- getKeys() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- getKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getKeyStore() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
The KeyStore to be used when communicating over HTTP.
- getKeyStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getKeyStorePassword() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
The password for the Key Store to be used when communicating over HTTP.
- getListener(int) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
- getListener(int) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Get a
ThreadContextListener
by its priority. - getListener(int) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListenerChain
-
Get a
ThreadContextListener
by its priority. - getListeners() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
List of listeners to observe and react on OData actions.
- getListeners() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- getListenersOrderedByPriority() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
- getListenersOrderedByPriority() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Returns
ThreadContextListener
s by their priority. - getListenersOrderedByPriority() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListenerChain
-
Returns all listeners (including default listeners) by priority.
- getLoader() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
-
The loader containing the platform specific logic to retrieve destinations.
- getLoadExceptionCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getLoadExceptionCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times
Cache
lookup methods threw an exception while loading a new value. - getLoadSuccessCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getLoadSuccessCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times
Cache
lookup methods have successfully loaded a new value. - getLocaleFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.LocaleAccessor
-
The
LocaleFacade
instance. - getLocation() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Get the location of the API Key
- getLogger(Class<?>) - Static method in class com.sap.cloud.sdk.datamodel.odata.generator.MessageCollector
-
Static builder for the wrapped logger.
- getLogger(Class<?>) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.generator.MessageCollector
-
Static builder for the wrapped logger.
- getLongRunningRequestThreshold() - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Custom execution duration threshold indicating that the request is long running.
- getMaxConnectionsPerRoute() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
-
The maximum number of connections per route.
- getMaxConnectionsTotal() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
-
The maximum number of connections in total.
- getMaxLength() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.The maximum character length of the number.
- getMaxLength() - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- getMaxLength() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpInteger
-
Deprecated.
- getMaxLength() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.The maximum character length of the number.
- getMaxLength() - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- getMaxLength() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns the maximum length of the string-based ERP type.
- getMeasurements() - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.
- getMeasurementsString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.Get all request measurements serialized as a
String
. - getMessageClass() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- getMessageNumber() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- getMessages() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- getMessageText() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- getMessageType() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- getMethod() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
- getMissCount() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getMissCount() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the number of times
Cache
lookup methods have returned an uncached (newly loaded) value, or null. - getMissingAuthorizations() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.The missing authorization values.
- getMockableInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
-
Returns the current
FacadeLocator.MockableInstance
. - getModelPackage() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getModificationResult(CollectionValueActionRequestBuilder<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getModificationResult(CreateRequestBuilder<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getModificationResult(DeleteRequestBuilder<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getModificationResult(SingleValueActionRequestBuilder<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getModificationResult(UpdateRequestBuilder<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getModifiedEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
-
Get an updated version of the entity.
- getModifiedEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
-
Get an updated version of the entity.
- getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- getName() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
- getName() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.VdmEnum
-
Get the name property of the Edm.Enum literal
- getName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
- getNameSource() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getNameSource() - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- getNameSource() - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Returns the
NameSource
used by thisNamingStrategy
. - getNameSource() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getNamingStrategy() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Getter for the class which converts OData names to Java names.
- getNamingStrategy() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getNextLink() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- getNextLink() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultPagination
-
Get the next page link of result-set.
- getNodes() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
- getNonSerializableObject() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataSerializationException
-
The object for which serialization failed.
- getNumberOfProperties() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityAnnotationModel
-
Number of properties of the represented entity or complex type.
- getNumberOfProperties() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityAnnotationModel
-
Number of properties of the represented entity or complex type.
- getNumberSerializer() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataLiteralSerializer
- getNumberSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getNumberSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getOAuth2Options() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
- getOAuth2Options() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
-
Returns additional configuration for the OAuth2 destination that is to be created.
- getOAuthCredential(Class<T>, String...) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Obtain an oauth property from the credentials block of the service binding.
- getOAuthCredentialOrThrow(Class<T>, String...) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Obtain an oauth property from the credentials block of the service binding.
- getOAuthPropertyPath() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
Get the path under which the oauth properties are stored in the service binding credentials.
- getObject() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
- getODataCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- getODataCode() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorDetails
-
Language independent OData error response code.
- getOdataError() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorException
-
The parsed
ODataServiceError
that was found in the HTTP response body. - getODataMessage() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- getODataMessage() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorDetails
-
Language dependent OData error message.
- getODataRequest() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResult
-
Get the original
ODataRequestExecutable
instance that was used for running the OData request. - getODataRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- getODataRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
-
Get the original
batch request
that was used for running the OData request. - getODataRequest() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultPagination
-
Get the original
ODataRequestGeneric
instance that was used for running the OData request. - getOdataType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns the EDMX type of this entity.
- getOnBehalfOf() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions
-
Gets the
OnBehalfOf
, which determines how the application will authenticate at the target system. - getOperands() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpression
-
List of the operands used for the OData filter expression.
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- getOperands() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- getOperator() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpression
-
String representation of the OData filter expression operator.
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString.Expression
- getOperator() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
- getOption(Class<? extends ServiceBindingDestinationOptions.OptionsEnhancer<T>>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions
-
Get additional options by their key.
- getOrCreateKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ZeroTrustIdentityService
-
Returns a KeyStore containing the X.509 certificate and key provided by the Zero Trust Identity Service.
- getOrder() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
- getOrderBy() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getOutputDirectory() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getOutputDirectory() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getOutputDirectory() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- getOwner() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- getPackageName() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getPackageName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.AccessDeniedException
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterException
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigException
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterException
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedException
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundException
- getParameter() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingException
- getParameters() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Getter for the map of parameters to be used in the function call.
- getParameters() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToCollection
- getParameters() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollection
- getParameters() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction
-
The parameters to invoke this action with.
- getParameters() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction
-
The parameters this function is invoked with.
- getParametersForRequestOnly() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
A map containing the custom query parameters to be used only for the actual request of this FluentHelper implementation.
- getParametersForRequestOnly() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
A map containing the custom query parameters to be used only for the actual request of this FluentHelper implementation.
- getParamName() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Get the parameter name of the API Key
- getParseResponseDuration() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- getPassword() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- getPassword() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
-
Get the password
- getPathPercentEscaper() - Method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
- getPaths() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
- getPathToDeltaLink() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getPathToDeltaLink() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getPathToDeltaLink() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDescriptor
-
The JSON path(s) to the delta link of a versioned response.
- getPathToInlineCount() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getPathToInlineCount() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getPathToInlineCount() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDescriptor
-
The JSON path(s) to an inline count.
- getPathToNextLink() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getPathToNextLink() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getPathToNextLink() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDescriptor
-
The JSON path(s) to the next link of a multi page response.
- getPathToResultPrimitive() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getPathToResultPrimitive() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getPathToResultPrimitive() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDescriptor
-
The JSON path(s) to a result primitive.
- getPathToResultSet() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getPathToResultSet() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getPathToResultSet() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDescriptor
-
The JSON path(s) to a set of result elements.
- getPathToResultSingle() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getPathToResultSingle() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getPathToResultSingle() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDescriptor
-
The JSON path(s) to a result object.
- getPrecision() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
-
Precision as defined in the OData EDM.
- getPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
- getPrincipal() - Method in exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.The principal reference.
- getPrincipalFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Returns the
PrincipalFacade
instance. - getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- getPrincipalId() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Getter for the name of the principal for which the key is used.
- getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
- getPrincipalId() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.Principal
-
The identifier for this Principal.
- getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderThreadContextListener
- getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
- getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
- getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
- getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextDecorator
- getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
- getPriority() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator
-
Returns the priority that defines the order in which decorators are applied.
- getPriority() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
-
Returns the priority that defines the order in which listeners are invoked.
- getProperties() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- getProperty() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
- getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
- getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- getPropertyNames() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
-
Retrieves the set of property keys of the destination.
- getPropertyValue(String) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- getPropertyValue(String) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Retrieves a
Try
of the property's value for the given name. - getProtocol() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getProtocol() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.AbstractODataParameters
-
The
ODataProtocol
these parameters should conform to. - getProtocol() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The OData protocol version of this request.
- getProtocolSpecificMetadata() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- getProtocolVersion() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
-
The version number of this protocol.
- getProtocolVersion() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getProtocolVersion() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getProxyConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getProxyConfiguration() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
The
ProxyConfiguration
to be used when communicating over HTTP. - getProxyType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getProxyType() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Returns the
ProxyType
that is configured for this destination. - getQualifiedName() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToCollection
- getQualifiedName() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
-
The fully qualified name of the bound operation.
- getQualifiedServiceClassName() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Get fully-qualified service class name.
- getQualifiedServiceClassName() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- getQualifiedServiceClassName() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- getQualifiedServiceInterfaceName() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Get fully-qualified service interface name.
- getQualifiedServiceInterfaceName() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- getQualifiedServiceInterfaceName() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- getQualifiedServiceMethodResult() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Get fully-qualified method result type.
- getQualifiedServiceMethodResult() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- getQualifiedServiceMethodResult() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- getQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- getQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- getQueryOptionInlineCount(boolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
-
Build the (inline) count query option for this protocol version.
- getQueryOptionInlineCount(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getQueryOptionInlineCount(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getQueryParameters() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Map of additional generic HTTP query parameters.
- getQueryPercentEscaper() - Method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
- getQueryString() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.query.QuerySerializable
-
Compute the string representation of this query.
- getQueryString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getQueryString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- getQueryString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- getRateLimiter(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultRateLimiterProvider
- getRateLimiter(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience4j.RateLimiterProvider
-
Provides a rate limiter.
- getReadAccessData() - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Returns a String representation of the data being accessed by this request.
- getReadResult(CollectionValuedFluentHelperFunction<?, ResultT, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponse
-
Convenience method to get the result for a function import request that returns a collection of primitive values or entities on the OData batch response.
- getReadResult(CollectionValuedFluentHelperFunction<?, ResultT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
- getReadResult(FluentHelperByKey<?, EntityT, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponse
-
Convenience method to get the result for a read-by-key request on the OData batch response.
- getReadResult(FluentHelperByKey<?, EntityT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
- getReadResult(FluentHelperRead<?, EntityT, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponse
-
Convenience method to get the result for a read request on the OData batch response.
- getReadResult(FluentHelperRead<?, EntityT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
- getReadResult(SingleValuedFluentHelperFunction<?, ResultT, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponse
-
Convenience method to get the result for a function import request that returns a single primitive value or entity on the OData batch response.
- getReadResult(SingleValuedFluentHelperFunction<?, ResultT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
- getReadResult(CollectionValueFunctionRequestBuilder<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getReadResult(GetAllRequestBuilder<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getReadResult(GetByKeyRequestBuilder<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getReadResult(SingleValueFunctionRequestBuilder<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Extract the batch item result for the provided OData request.
- getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Get the static request URI of the OData resource.
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Get the static request URI of the OData resource.
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- getRelativeUri(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
- getRequest() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
-
The OData request that was attempted while this exception occurred.
- getRequest() - Method in interface com.sap.cloud.sdk.s4hana.connectivity.RequestResult
-
Deprecated.ERP request from which this result originates.
- getRequest() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
- getRequest() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- getRequest() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- getRequestBody() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- getRequestBodyWithHeader(HttpDestination, SerializedRequest<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.Returns a wrapper object which encapsulates the HTTP request body and headers.
- getRequestConfigBuilder(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
-
Get the request configuration builder for the HTTP client builder.
- getRequestConfigBuilder(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
- getRequestEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
-
Access the original entity used to make the request.
- getRequestEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
-
Access the original entity used to make the request.
- getRequestHeaders() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- getRequestId() - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Represents an identifier that allows to correlate queries between the Cloud cloudplatform and the ERP.
- getRequestMethod() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- getRequestPath() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- getRequestQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- getRequestQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- getRequestQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Use all OData query information to construct a HTTP request query String.
- getRequestQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- getRequestQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- getRequests() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- getRequestUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
- getRequestUri(HttpDestination, SerializedRequest<RequestT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.Get the request URI.
- getResourcePath() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The
ODataResourcePath
that identifies the OData resource to operate on. - getResourcePath() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- getResponseBody(HttpResponse) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpEntityUtil
-
Extracts the body string using UTF-8 and consumes the
HttpEntity
. - getResponseEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
-
Get the optional response entity parsed from the HTTP content.
- getResponseEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
-
Get the optional response entity parsed from the HTTP content.
- getResponseHeaders() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
-
Get the response headers.
- getResponseHeaders() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
-
Get the response headers.
- getResponseHeaders() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
-
Get the response headers.
- getResponseHeaders() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Get the response headers.
- getResponseHeaders() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
-
Get the response headers.
- getResponseHeaders() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Gets the response headers of the previous request
- getResponseResult() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
-
Get the optional result parsed by the HTTP content.
- getResponseResult() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
-
Get the optional result parsed by the HTTP content.
- getResponseStatusCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
-
Get the response status code.
- getResponseStatusCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
-
Get the response status code.
- getResponseStatusCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
-
Get the response status code.
- getResponseStatusCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Get the response status code.
- getResponseStatusCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
-
Get the response status code.
- getResult(ODataRequestGeneric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipart
-
Get the result from the OData batch response for a specific sub-request.
- getResult(ODataRequestGeneric) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
-
Gets the
ODataRequestResultGeneric
for the givenrequest
. - getResultClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
- getResultClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- getResultClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
- getResultClass() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueFunctionRequestBuilder
- getResultElementFactory() - Method in class com.sap.cloud.sdk.result.GsonResultObject
-
The
GsonResultElementFactory
to derive GSON builder from. - getResultElements() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- getResultElements() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- getResultElements() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Get the list of all result elements.
- getResultType() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
- getRetrievalStrategy(DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Retrieves the configured strategy to use when loading destinations in a multi-tenant subscription environment.
- getRetry(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultRetryProvider
- getRetry(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience4j.RetryProvider
-
Provides a retry.
- getReturnParameterResults(RequestResultT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.Returns the results of the return parameters of the given
result
. - getReturnParameterResults(RequestResultT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
-
Deprecated.Returns the results of the return parameters.
- getReturnType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.CollectionToCollection
- getReturnType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
-
The type this operations returns.
- getScale() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
-
Scale as defined in the OData EDM.
- getSearch() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getSecurityConfigurationStrategy() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getSecurityConfigurationStrategy() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Defines from how the
SSLContext
for outbound HTTP calls via this destination is determined from. - getSegments() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
The current path as a list of its individual path segments.
- getSelections() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll
- getSelections() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- getSelections() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.EntitySelectable
-
Get the select expression that represents the OData entity property.
- getSelections() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.All
- getSerializedEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
- getSerializedEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
-
Get the String representation of the update payload.
- getServiceBinding() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions
-
The
ServiceBinding
for which anHttpDestination
will be created. - getServiceBindings() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBindingAccessor
- getServiceConstructorArguments() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Get constructor arguments.
- getServiceConstructorArguments() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- getServiceConstructorArguments() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- getServiceMethodInvocations() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Get method invocations.
- getServiceMethodInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- getServiceMethodInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- getServiceName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- getServiceName() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationResult
-
Get the service name, if present.
- getServiceNameMappings() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- getServiceNameMappings() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- getServicePath() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The service path of the targeted OData service.
- getServicePath() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
- getServicePath() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- getServicePath() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Getter for the OData service root path.
- getServicePathForBatchRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
-
Get the OData service endpoint path for the current OData batch request.
- getServicePathForFetch() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
The service path only used for the fetch commands of this entity.
- getServicePlan() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- getServiceType() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
- getServiceUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
- getServiceUri() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
-
URL that the OAuth client should authenticate to.
- getSetOfCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a set of all custom field names contained in this object.
- getSetOfCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Get the custom field names.
- getSetOfFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a set of all field names contained in this object.
- getSetOfFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Get the field names.
- getSetOfNavigationProperties() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a set of all navigation property names contained in this object.
- getSetOfNavigationProperties() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Get navigation property names as set.
- getSimpleSelectors() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getSkip() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getSocketConfigBuilder(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
-
Get the socket configuration builder for the HTTP client builder.
- getSocketConfigBuilder(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
- getSpiffeId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ZeroTrustIdentityService
-
Returns the SPIFFE ID assigned to the app via the Zero Trust Identity service binding.
- getStatusCode() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Gets the status code of the previous request
- getStatusCode() - Method in class com.sap.cloud.sdk.services.openapi.core.OpenApiResponse
-
Http status code of this response.
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarDeserializer
-
Getter for the conversion of a String into a Calendar object.
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarSerializer
-
Getter for the conversion of a Calendar object into a String.
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalDateTimeDeserializer
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalDateTimeSerializer
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalTimeDeserializer
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalTimeSerializer
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeDeserializer
- getStringCalendarConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeSerializer
- getSubaccountId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- getSubdomain() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
-
The subdomain of the tenant.
- getSubdomain() - Method in interface com.sap.cloud.sdk.cloudplatform.tenant.TenantWithSubdomain
-
The subdomain of the tenant.
- getSuccessMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
- getTags() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- getTarget() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- getTarget() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorDetails
-
Optional OData service specific hint for origin of the error.
- getTenant() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
- getTenantFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Returns the
TenantFacade
instance. - getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- getTenantId() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
-
Getter for the Id of the tenant for which the key is used.
- getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
-
The identifier of the tenant.
- getTenantId() - Method in interface com.sap.cloud.sdk.cloudplatform.tenant.Tenant
-
Getter for the id of a tenant.
- getTerm() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
- getThis() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
-
Method to safely return the current fluent helper instance upon public method calls.
- getThis() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
-
Method to safely return the current fluent helper instance upon public method calls.
- getThis() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Returns the current fluent helper instance.
- getThis() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
Get the reference to this instance.
- getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Get the current instance reference.
- getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Convenience method that returns the current instance.
- getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- getThis() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- getThreadContextFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
-
Returns the
ThreadContextFacade
instance. - getTimeLimiter() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
A timeout to be applied for token retrieval.
- getTimeLimiter(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.DefaultTimeLimiterProvider
- getTimeLimiter(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience4j.TimeLimiterProvider
-
Provides a time limiter.
- getTimeOfDaySerializer() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataLiteralSerializer
- getTimeOfDaySerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getTimeOfDaySerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getTimeoutMilliseconds() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
-
The timeout threshold.
- getTlsVersion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getTlsVersion() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
The TLS version to be used when communicating over HTTP.
- getToken() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
- getToken() - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
- getTokenExchangeStrategy(DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Retrieves the configured
DestinationServiceTokenExchangeStrategy
to use when loading destinations. - getTokenUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
- getTokenUri() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
-
URL of the OAuth token service.
- getTop() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- getTotalLoadTime() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- getTotalLoadTime() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.CacheStatsMXBean
-
Returns the total number of nanoseconds the cache has spent loading new values.
- getTransactionFactory() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- getTrustStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getTrustStore() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Returns the optional trust store of the destination.
- getTrustStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getTrustStorePassword() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Returns the optional trust store password of the destination.
- getType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- getType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- getType() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns the class of this object.
- getType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Returns the class of this object.
- getType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.IdentityConverter
- getType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeCalendarConverter
- getType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeCalendarConverter
- getType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.BigDecimalConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.BigIntegerConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.BooleanConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.ByteConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.CharacterConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.Sub class reference.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannelConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.DoubleConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBooleanConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimalConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpInteger
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.FloatConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Sub class reference.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDateConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.Get the sub class type.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocaleConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.Get the sub class type.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.LongConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClassConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumberConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageTypeConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClientConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.ShortConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns the class of the string-based ERP type.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpTypeConverter
-
Deprecated.
- getType() - Method in class com.sap.cloud.sdk.s4hana.serialization.YearConverter
-
Deprecated.
- getType() - Method in interface com.sap.cloud.sdk.typeconverter.TypeConverter
-
Getter for an class object of the type to convert from/to the domain-specific counterpart.
- getTypeConverter() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- getTypeConverter() - Method in interface com.sap.cloud.sdk.s4hana.serialization.ErpType
-
Deprecated.Get the type converter for the ERP type.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- getTypeConverter() - Method in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.
- getTypeConverter() - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- getTypeConverters() - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Gets registered
ErpTypeConverter
s. - getTypeConverters() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Get the ERP type converters.
- getTypeConvertersByType() - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Gets registered
ErpTypeConverter
s for eachErpType
. - getTypeName() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
- getUpdatedVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
-
Get the version identifier present in the response headers, the identifier of the original entity or none, if neither exist.
- getUpdatedVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
-
Get the version identifier present in the response headers, the identifier of the original entity or none, if neither exist.
- getUpdateStrategy() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
-
The
UpdateStrategy
determines if the entity will be changed or replaced. - getUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- getUri() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Getter for the
URI
to communicate with. - getUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
- getUsername() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- getUsername() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
-
Get the username
- getUuidProvider() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- getUuidProvider() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
- getUUIDSerializer() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataLiteralSerializer
- getUUIDSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- getUUIDSerializer() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.AuthenticationServiceOptions.TargetUri
- getValue() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
- getValue() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessRulesOptions
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasTargetUri
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.NoTokenForTechnicalProviderUser
- getValue() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.WorkflowOptions
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.TokenRetrievalTimeout
- getValue() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions.OptionsEnhancer
-
Get the value of the option.
- getValue() - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
- getValue() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
- getValue() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.VdmEnum
-
Get the value property of the Edm.Enum literal
- getValue() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- getValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- getValueOrDefault(String) - Static method in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
Returns the enum value for the given identifier.
- getVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
- getVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
- getVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Getter for the version identifier of this entity.
- getVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
-
Getter for the version identifier of this entity.
- getVersionIdentifierFromHeader() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Try to extract a version identifier from the ETag header.
- getWarningMessages() - Static method in class com.sap.cloud.sdk.datamodel.odata.generator.MessageCollector
-
Getter for all warning messages collected over all logger.
- getWarningMessages() - Static method in class com.sap.cloud.sdk.datamodel.odatav4.generator.MessageCollector
-
Getter for all warning messages collected over all logger.
- getWarningMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
- greaterThan(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "gt".
- greaterThan(Expressions.Operand, Expressions.Operand) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- greaterThan(FilterableValue<?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "gt".
- greaterThan(Object) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "gt".
- greaterThan(PrimitiveT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "gt".
- greaterThanEqual(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "ge".
- greaterThanEqual(FilterableValue<?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "ge".
- greaterThanEqual(Object) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "ge".
- greaterThanEqual(PrimitiveT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "ge".
- greaterThanEquals(Expressions.Operand, Expressions.Operand) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
-
Returns a
ValueBoolean.Expression
that checks whetheroperand1
is greater than or equal tooperand2
("ge"
). - groupId(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate.MavenCoordinateBuilder
- gsonBuilder - Variable in class com.sap.cloud.sdk.result.GsonResultElementFactory
-
The
GsonBuilder
instance to be used for deserialization. - GsonCustomFieldAdapter - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
-
For internal use only by data model classes.
- GsonCustomFieldAdapter(Gson) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonCustomFieldAdapter
- GsonResultElementFactory - Class in com.sap.cloud.sdk.result
-
Factory implementation that creates a
ResultElement
, based on a givenJsonElement
. - GsonResultElementFactory(GsonBuilder) - Constructor for class com.sap.cloud.sdk.result.GsonResultElementFactory
-
Creates a new
GsonResultElementFactory
instance. - GsonResultObject - Class in com.sap.cloud.sdk.result
-
ResultObject
implementation based on aJsonObject
. - GsonResultObject(JsonObject, GsonResultElementFactory) - Constructor for class com.sap.cloud.sdk.result.GsonResultObject
-
Creates a new
GsonResultObject
instance. - GsonResultPrimitive - Class in com.sap.cloud.sdk.result
-
ResultPrimitive
implementation based on aJsonPrimitive
. - GsonResultPrimitive(JsonPrimitive) - Constructor for class com.sap.cloud.sdk.result.GsonResultPrimitive
-
Creates a new
GsonResultPrimitive
instance. - GsonVdmAdapterFactory - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
-
General purpose VDM adapter factory.
- GsonVdmAdapterFactory() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmAdapterFactory
- GsonVdmEntityAdapter<T> - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
-
For internal use only by data model classes
- GsonVdmEntityAdapter(TypeAdapterFactory, Gson, Class<? super T>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityAdapter
-
For internal use only by data model classes.
- GsonVdmEntityListAdapter<T> - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
-
For internal use only by data model classes.
- GsonVdmEntityListAdapter(Gson, TypeAdapter<T>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityListAdapter
-
For internal use only by data model classes.
- gt(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Greater than expression fluent helper.
- Guid(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Guid
H
- halfOpenBufferSize() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The number of latest attempts in the HALF OPEN state to apply the threshold to.
- halfOpenBufferSize(int) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The number of latest attempts in the HALF OPEN state to apply the threshold to.
- handleRequestResult(RequestResultT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionRequestErrorHandler
-
Deprecated.Allows to inspect the request result after the request execution and react accordingly.
- has(Expressions.OperandSingle, ValueEnum) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- has(FilterableEnum<EntityT, EnumT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
-
Filter by expression "has".
- has(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
-
Filter by expression "has".
- has(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Indicates whether the element with the given name exists in the result.
- hasCustomField(EntityField<ObjectT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Checks whether this object contains a value for the given custom field.
- hasCustomField(SimpleProperty<ObjectT>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Checks whether this object contains a value for the given custom field.
- hasCustomField(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Checks whether this object contains a custom field with the given name.
- hasCustomField(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Checks whether this object contains a custom field with the given name.
- hasErrorMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Check whether there are error messages.
- hasFailed() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Check whether the request failed.
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.AuthenticationServiceOptions.TargetUri
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasTargetUri
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.NoTokenForTechnicalProviderUser
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- hashCode() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthToken
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentStatic
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataConnectionException
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataDeserializationException
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataRequestException
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataSerializationException
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- hashCode() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorException
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmMediaEntity
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationDefinition
- hashCode() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- hashCode() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- hashCode() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- hashCode() - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
- hashCode() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- hashCode() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionError
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- hashCode() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
- hasInformationMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Indicates whether information messages occurred during BAPI execution.
- hasPayload() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Check whether or not the HttpResponse contains (potentially empty) payload.
- hasSubSequence(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueBoolean.Expression
that checks whether the givenoperand1
hasoperand2
as a subsequence ("hassubsequence"
). - hasSubSequence(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "hasSubSequence".
- hasSubSequence(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "hasSubSequence".
- hasSubSequence(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "hasSubSequence".
- hasSubSequence(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "hasSubSequence".
- hasSubset(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueBoolean.Expression
that checks whether the givenoperand1
hasoperand2
as a subset ("hassubset"
). - hasSubset(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "hasSubset".
- hasSubset(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "hasSubset".
- hasSubset(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "hasSubset".
- hasSubset(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "hasSubset".
- hasSuccessMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Indicates whether success messages occurred during BAPI execution.
- hasWarningMessages() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Indicates whether warning messages occurred during BAPI execution.
- HEAD - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.HEAD
- header(Header) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Adds the given header to the list of headers added to every outgoing request for this destination.
- header(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Adds a header given by the
headerName
andheaderValue
to the list of headers added to every outgoing request for this destination. - Header - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
A name-value pair representing a header (for example, an HTTP header).
- Header(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- headerProviders(DestinationHeaderProvider...) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Registers the provided
DestinationHeaderProvider
instances on this Destination. - headers(Collection<Header>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Adds the given headers to the list of headers added to every outgoing request for this destination.
- hour(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"hour"
portion of a temporal value. - hour(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"hour"
portion of a temporal value. - HTTP - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
HTTP
- HttpBasicAuth - Class in com.sap.cloud.sdk.services.openapi.apiclient.auth
-
Authentication at the OpenAPI API by providing username and password
- HttpBasicAuth() - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
- HttpClientAccessor - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Accessor for
HttpClient
s. - HttpClientCache - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Provides caching functionality to the
HttpClientAccessor
. - HttpClientFactory - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Factory class that creates
HttpClient
instances based on the givenDestination
. - HttpClientInstantiationException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
-
This exception is thrown if the HTTP Client could not be build.
- HttpClientInstantiationException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
- HttpClientInstantiationException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
-
Initializes the exception by delegating the message to the super constructor.
- HttpClientInstantiationException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- HttpClientInstantiationException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
-
Initializes the exception by delegating the causing exception to the super constructor.
- HttpDestination - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Platform independent representation of a HTTP destination as a collection of key-value pairs.
- HttpDestinationProperties - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Adds HTTP relevant fields to the "generic" destination.
- HttpEntityUtil - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Util class extracting the entity of an
HttpResponse
, unzipping it if necessary, and finally consuming the response. - HttpEntityUtil() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.HttpEntityUtil
- httpMethodToApacheClientClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
httpMethod
into a Java constant name for the appropriate HttpClient instance.
I
- identifier() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- IdentityAuthenticationServiceBindingDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
A
ServiceBindingDestinationLoader
that loads destinations from service bindings backed by the Identity Authentication Service (IAS). - IdentityAuthenticationServiceBindingDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.IdentityAuthenticationServiceBindingDestinationLoader
-
The default constructor.
- IdentityConverter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Default implementation of the
TypeConverter
interface, returning all given objects unchanged. - IdentityConverter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.IdentityConverter
- ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Specifies to invoke a
RemoteFunctionRequestErrorHandler
after the request execution which does not inspect the request result and, therefore, does not throw aRemoteFunctionException
. - ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.Specifies to invoke a
RemoteFunctionRequestErrorHandler
after the request execution which does not inspect theBapiRequestResult
and, therefore, does not throw aRemoteFunctionException
. - ignoringErrors() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Specifies to invoke a
RemoteFunctionRequestErrorHandler
after the request execution which does not inspect theRfmRequestResult
and, therefore, does not throw aRemoteFunctionException
. - implicit - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
-
Authenticate implicitly
- in(Expressions.Operand...) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "in".
- in(Expressions.Operand, Expressions.Operand...) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- in(Expressions.Operand, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- in(FilterableCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "in".
- in(FilterableCollection<?, EnumT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "in".
- in(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
-
Filter by expression "in".
- in(FilterableCollection<?, PrimitiveT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "in".
- in(Object...) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "in".
- in(List<T>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "in".
- in(PrimitiveT...) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "in".
- includingFields(FieldReference...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Allows to explicitly specify entity fields that shall be sent in an update request regardless if the values of these fields have been changed.
- includingFields(EntitySelectable<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
Allows to explicitly specify entity fields that shall be sent in an update request regardless if the values of these fields have been changed.
- indexOf(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueNumeric.Expression
that is supposed to return the index ofoperand1
whereoperand2
starts ("indexof"
). - indexOf(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "indexOf".
- indexOf(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "indexof".
- indexOf(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- indexOf(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "indexOf".
- indexOf(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "indexof".
- indexOf(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "indexOf".
- indexOf(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "indexOf".
- indexOf(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "indexof".
- indexOf(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "indexof".
- INFORMATION - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.INFORMATION
- inputSpec(String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.BigDecimalConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.BigIntegerConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.BooleanConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.ByteConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.CharacterConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannelConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.DoubleConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.ErpBooleanConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimalConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.FloatConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.IntegerConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDateConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocaleConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LongConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClassConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageNumberConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageTypeConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.SapClientConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.ShortConverter
-
Deprecated.Statically created instance of this converter.
- INSTANCE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.YearConverter
-
Deprecated.Statically created instance of this converter.
- IntegerBasedErpType<T extends IntegerBasedErpType<T>> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- IntegerBasedErpType(byte) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Constructor.
- IntegerBasedErpType(int) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Constructor.
- IntegerBasedErpType(long) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Constructor.
- IntegerBasedErpType(short) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Constructor.
- IntegerBasedErpType(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Constructor.
- IntegerBasedErpType(BigInteger) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- IntegerConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- IntegerConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.IntegerConverter
-
Deprecated.
- IntegerExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aInteger
. - IntegerExtractor() - Constructor for class com.sap.cloud.sdk.result.IntegerExtractor
- INTERNET - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Represents a common Internet connection.
- intValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- intValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Get the Integer value.
- intValue() - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- invalidateAll() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all entries in all caches.
- invalidatePrincipalCaches() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all caches of the current principal.
- invalidatePrincipalCaches(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all caches of the given principal.
- invalidatePrincipalEntries(Cache<CacheKey, ?>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all cache entries of the current tenant-specific principal.
- invalidatePrincipalEntries(String, String, Cache<CacheKey, ?>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all cache entries of the given tenant-specific principal.
- invalidateTenantCaches() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all caches of the current tenant.
- invalidateTenantCaches(String) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Invalidates all caches of the given tenant.
- InvalidParameterException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when a parameter is invalid.
- InvalidParameterException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- InvalidParameterExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Invalid Parameter Exception Factory.
- InvalidParameterExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.InvalidParameterExceptionFactory
- InvertedLocalDate - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- InvertedLocalDate() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.Constructor.
- InvertedLocalDate(int, int, int) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.Constructor.
- InvertedLocalDate(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.Constructor.
- InvertedLocalDate(LocalDate) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.Constructor.
- InvertedLocalDateConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- InvertedLocalDateConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDateConverter
-
Deprecated.
- Invocation(String, List<ApiUsageMetadata.MethodArgument>) - Constructor for class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
- invokeAll(Collection<? extends Callable<T>>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- invokeAny(Collection<? extends Callable<T>>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- invokeAPI(String, HttpMethod, MultiValueMap<String, String>, Object, HttpHeaders, MultiValueMap<String, Object>, List<MediaType>, MediaType, String[], ParameterizedTypeReference<T>) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Invoke API by sending HTTP request with the given options.
- isCodeGenerationSuccessful() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- isConfidential() - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
- isConvertible() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Checks whether the conversion succeeded and the value could be converted.
- isDebugging() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Check that whether debugging is enabled for this API client.
- isDefault() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns whether this instance represents the default value.
- isDeleteTargetDirectory() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isDeleteTargetDirectory() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Check whether result list is empty.
- isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Returns whether this
Fields
is empty. - isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Returns whether the fields are empty.
- isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.Checks whether this table is empty, or has at least one value stored.
- isEmpty() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Checks whether any
Value
s where added in context of thisTableRow
. - isEmpty() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns whether this string-based ERP type is empty.
- isEnabled() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.CsrfTokenRetriever
-
Indicates if CSRF token retrieval is enabled.
- isEnabled() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
Get the status indicator for the Bulkhead.
- isEnabled() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Get the status indicator for the Cache.
- isEnabled() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
Get the status indicator for the CircuitBreaker.
- isEnabled() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
Get the status indicator for RateLimiter.
- isEnabled() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
Get the status indicator for the Retry.
- isEnabled() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
Get the status indicator for TimeLimiter.
- isEqualTo(ODataProtocol) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
-
Compares this protocol with the given protocol based on their version identifiers.
- isFailOnWarning() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The flag indicating whether the generator fails in case a warning occurs.
- isFailOnWarning() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The flag indicating whether the generator fails in case a warning occurs.
- isFalse() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.Checks whether this ERP boolean is not null and false.
- isForceFileOverride() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isForceFileOverride() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isGenerateLinksToApiBusinessHub() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isGenerateLinksToApiBusinessHub() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isGeneratePojosOnly() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isGeneratePojosOnly() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isGenerateVersionReference() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isGenerateVersionReference() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isHttp() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
-
Verifies that this object can be converted to a
HttpDestination
. - isJsonMime(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Check if the given
String
is a JSON MIME. - isJsonMime(MediaType) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Check if the given MIME is a JSON MIME.
- isKeepExistingSignatures() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isKeepExistingSignatures() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isKeyField() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityPropertyAnnotationModel
-
Value is
true
for key properties of the OData entity. - isKeyField() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
-
Value is
true
for key properties of the OData entity. - isManyMultiplicity() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.NavigationPropertyAnnotationModel
-
Checks whether the relation is 1..n (one-to-many), or not.
- isManyMultiplicity() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.NavigationPropertyAnnotationModel
-
Checks whether the relation is 1..n (one-to-many), or not.
- isMetadataGenerationEnabled() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataGenerator
-
Checks if metadata generation is enabled along with the datamodel generation.
- isNotConvertible() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Checks whether the conversion failed and the value could not be converted.
- isOAuth2Binding() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
- isOAuth2Binding() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2PropertySupplier
-
Indicates if the binding is supported by this supplier.
- isolationMode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- isolationMode(ResilienceIsolationMode) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- isOneOfAnyOfGenerationEnabled() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- isPerformingTransactionalCommit() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Get boolean indicator whether transactional commit is being performed.
- isProblemJsonMime(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Check if the given
String
is a Problem JSON MIME (RFC-7807). - isQualified(File, EdmxValidator.Version) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.EdmxValidator
-
Validation method to check whether the provided EDMX file qualifies for the given OData version definition.
- isReservedKeyword(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- isReservedKeyword(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Determines whether the
proposedName
is a language reserved keyword. - isResultCollection() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- isResultCollection() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- isResultCollection() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- isResultCollection() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
Checks whether this
ResultElement
represents a collection of result elements and, therefore, is aResultCollection
. - isResultObject() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- isResultObject() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- isResultObject() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- isResultObject() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
Checks whether this
ResultElement
represents a structured object and, therefore, is aResultObject
. - isResultPrimitive() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- isResultPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- isResultPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- isResultPrimitive() - Method in interface com.sap.cloud.sdk.result.ResultElement
-
Checks whether this
ResultElement
represents an unstructured value and, therefore, is aResultPrimitive
. - isRfc() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
-
Deprecated.
- isRoot() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
- isServiceMethodsPerEntitySet() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
- isServiceMethodsPerEntitySet() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
- isShutdown() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- isSigned() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.Indicator for numeric sign; are values below zero allowed?
- isSigned() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpInteger
-
Deprecated.
- isSigned() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Indicator for numeric sign; are values below zero allowed?
- isSimpleType() - Method in interface com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityPropertyAnnotationModel
-
Value is
true
if this property is one of the OData simple types, andfalse
if it is an OData complex type. - isSimpleType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
-
Value is
true
if this property is one of the OData simple types, andfalse
if it is an OData complex type. - isTerminated() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- isTrue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.Checks whether this ERP boolean is not null and true.
- isTrustingAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- isTrustingAllCertificates() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
-
Indicates whether all server certificates should be accepted when communicating over HTTP.
- isVerbose() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
-
Indicates whether to use verbose output.
- iteratePages(Class<? extends T>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultPagination
-
Iterate over result-set pages.
- iteratingEntities() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Manually explore the individual entities from the lazy-loading entity result-set.
- iteratingEntities() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Iterate through all entities from the result-set.
- iteratingPages() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Manually explore the individual pages from the lazy-loading entity result-set.
- iteratingPages() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Manually explore the individual pages from the result-set.
- iterator() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- iterator() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
-
Returns an iterator over the elements of this collection.
- iterator() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- iterator() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
J
- JacksonLocalDateTimeDeserializer - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Jackson deserializer that is able to read
LocalDateTime
fields, based on a common logic reading fromCalendar
. - JacksonLocalDateTimeDeserializer() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalDateTimeDeserializer
-
Default constructor needed by the framework.
- JacksonLocalDateTimeSerializer - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Jackson deserializer that is able to write
LocalDateTime
fields, based on a common logic writing aCalendar
. - JacksonLocalDateTimeSerializer() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalDateTimeSerializer
-
Default constructor needed by the framework.
- JacksonLocalTimeDeserializer - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
- JacksonLocalTimeDeserializer() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalTimeDeserializer
-
Default constructor needed by the framework.
- JacksonLocalTimeSerializer - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
- JacksonLocalTimeSerializer() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonLocalTimeSerializer
-
Default constructor needed by the framework.
- JacksonVdmEnumDeserializer - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
-
Jackson deserializer adapter for
VdmEnum
types. - JacksonVdmEnumDeserializer() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumDeserializer
-
Default constructor.
- JacksonVdmEnumSerializer - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
-
Jackson serializer adapter for
VdmEnum
types. - JacksonVdmEnumSerializer() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumSerializer
-
Default constructor.
- JacksonVdmObjectDeserializer - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
- JacksonVdmObjectDeserializer() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectDeserializer
-
Default constructor.
- JacksonVdmObjectSerializer - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
- JacksonVdmObjectSerializer() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectSerializer
-
Default constructor.
- JacksonZonedDateTimeDeserializer - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Jackson deserializer that is able to read
ZonedDateTime
fields, based on a common logic reading fromCalendar
. - JacksonZonedDateTimeDeserializer() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeDeserializer
-
Default constructor needed by the framework.
- JacksonZonedDateTimeSerializer - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Jackson deserializer that is able to write
ZonedDateTime
fields, based on a common logic writing aCalendar
. - JacksonZonedDateTimeSerializer() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeSerializer
-
Default constructor needed by the framework.
- JavaServiceMethodResolver - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Helper class to resolve service method and return type from existing Java code.
- JavaServiceMethodResolver.AdditionalInvocation - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Helper class to store additional service method invocations, grouped by method name prefix.
- JavaServiceMethodResolver.OptionalBuilder - Class in com.sap.cloud.sdk.datamodel.metadata.generator
- JCoFieldToResultReader - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- JCoFieldToResultReader() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
-
Deprecated.
- JCoTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- JCoTransaction(String, Supplier<RequestResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.Constructs a
JCoTransaction
for the givendestinationName
andrequestResultFactory
. - JsonLookup - Class in com.sap.cloud.sdk.datamodel.odata.client
-
An ordered collection of
JsonPath
. - jsonObject - Variable in class com.sap.cloud.sdk.result.GsonResultObject
-
The underlying JSON object.
- JsonPath - Class in com.sap.cloud.sdk.datamodel.odata.client
-
A simple JSON Path.
- jsonPrimitive - Variable in class com.sap.cloud.sdk.result.GsonResultPrimitive
-
The underlying
JsonPrimitive
instance.
K
- KE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."KE"
- keepExistingSignatures(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether existing signatures from already generated classes will be considered when generating again.
- keepExistingSignatures(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether existing signatures from already generated classes will be considered when generating again.
- Key - Annotation Interface in com.sap.cloud.sdk.s4hana.datamodel.odata.annotation
-
Annotation to mark a field in a VDM entity as being a key field.
- KEY_STORE_LOCATION - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Key store location of destination.
- KEY_STORE_PASSWORD - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Key store password of destination.
- keyMatchesParameters() - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a
CacheFilter
, which matches all cache entries associated withGenericCacheKey
s that are accessible with respect to the parameters in theResilienceConfiguration.CacheConfiguration
in the correspondingResilienceConfiguration
. - keyMatchesParameters(Iterable<Object>) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a
CacheFilter
, which includes all cache entries associated withGenericCacheKey
s that are accessible with respect to the passed parameters. - keyMatchesPrincipal() - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a
CacheFilter
, which matches all cache entries associated withGenericCacheKey
s that are accessible with respect to thePrincipal
used at the time when theCacheFilter
is applied.
Whether theCacheFilter
considers thePrincipal
, depends on theResilienceIsolationMode
stored in the correspondingResilienceConfiguration
. - keyMatchesPrincipal(Principal) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a
CacheFilter
, which includes all cache entries associated withGenericCacheKey
s that are accessible with respect to the passedPrincipal
. - keyMatchesTenant() - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a
CacheFilter
, which matches all cache entries associated withGenericCacheKey
s that are accessible with respect to theTenant
used at the time when theCacheFilter
is applied.
Whether theCacheFilter
considers theTenant
, depends on theResilienceIsolationMode
stored in the correspondingResilienceConfiguration
. - keyMatchesTenant(Tenant) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a
CacheFilter
, which includes all cache entries associated withGenericCacheKey
s that are accessible with respect to the passedTenant
. - keyStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
The
KeyStore
to be used when communicating over HTTP. - keyStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the key store password for the corresponding
KeyStore
used by theDefaultHttpDestination
to access the key store. - KI - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."KI"
- KW - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."KW"
L
- LABEL - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.utility.NameSource
-
Specifies that the sap:label of an entity/property should be used to determine the java namings.
- LDAP - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
LDAP
- le(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Less than or equals expression fluent helper.
- LegacyClassScanner - Class in com.sap.cloud.sdk.datamodel.odata.utility
-
Helper class that enables finding the correct order of parameters for get-by-key and function/actions.
- LegacyClassScanner(File) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.LegacyClassScanner
- length() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "length".
- length() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "length".
- length() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "length".
- length() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "length".
- length(Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
- length(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- lessThan(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "lt".
- lessThan(Expressions.Operand, Expressions.Operand) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- lessThan(FilterableValue<?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "lt".
- lessThan(Object) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "lt".
- lessThan(PrimitiveT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "lt".
- lessThanEqual(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "le".
- lessThanEqual(FilterableValue<?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "le".
- lessThanEqual(Object) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
-
Filter by expression "le".
- lessThanEqual(PrimitiveT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "le".
- lessThanEquals(Expressions.Operand, Expressions.Operand) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
-
Returns a
ValueBoolean.Expression
that checks whetheroperand1
is less than or equal tooperand2
("le"
). - limitForPeriod() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
The number of permissions available during one limit refresh period.
- limitRefreshPeriod() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
The period of a limit refresh.
- linkToApiBusinessHub() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Activates generation of API reference URLs linking to the SAP Business Accelerator Hub.
- linkToApiBusinessHub() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Activates generation of API reference URLs linking to the SAP Business Accelerator Hub.
- linkToApiBusinessHub(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether to generate API reference URLs linking to the SAP Business Accelerator Hub.
- linkToApiBusinessHub(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether to generate API reference URLs linking to the SAP Business Accelerator Hub.
- listenOnParsingError(Exception) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestListener
-
Handler to react on an error during response parsing.
- listenOnRequest(HttpRequestBase) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestListener
-
Handler to react before execution of an HTTP request.
- listenOnRequestError(Exception) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestListener
-
Handler to react on an error during request generation.
- literal(byte[]) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary
-
Returns a
ValueBinary
from the givenv
. - literal(Boolean) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean
-
Get the literal of this expression.
- literal(Iterable<?>) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection
-
Returns a
ValueCollection
instance from the givenv
. - literal(Number) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric
-
Returns a
ValueNumeric
from the givenv
. - literal(String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueEnum
-
Returns a
ValueEnum
from the givenv
. - literal(String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString
-
Returns a
ValueString
from the givenv
. - literal(String, String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueEnum
- literal(Duration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration
-
Returns a
ValueDuration
from the givenv
. - literal(LocalDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate
-
Returns a
ValueDate
from the givenv
. - literal(LocalDateTime) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime
-
Returns a
ValueDateTime
from the givenv
. - literal(LocalTime) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay
-
Returns a
ValueTimeOfDay
from the givenv
. - literal(OffsetDateTime) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset
-
Returns a
ValueDateTimeOffset
from the givenv
. - literal(UUID) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueGuid
-
Returns a
ValueGuid
from the givenv
. - LocalDateConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LocalDateConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.Creates an instance that formats
LocalDate
instances with the patternLocalDateConverter.PATTERN_WITHOUT_DELIMITER
. - LocalDateConverter(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.Creates an instance with the given pattern.
- LocalDateErpType<T extends LocalDateErpType<T>> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LocalDateErpType(int, int, int) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.Constructor.
- LocalDateErpType(LocalDate) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- LocalDateTimeAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Gson adapter to (de-)serialize fields of type
LocalDateTime
from and to Json. - LocalDateTimeAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeAdapter
- LocalDateTimeCalendarConverter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Converts between the deprecated
Calendar
type and the newLocalDateTime
. - LocalDateTimeCalendarConverter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeCalendarConverter
- LocalDateTypeAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
LocalDate
. - LocalDateTypeAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalDateTypeAdapter
- LocaleAccessor - Class in com.sap.cloud.sdk.cloudplatform.servlet
-
Accessor for retrieving the current
Locale
. - LocaleConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LocaleConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocaleConverter
-
Deprecated.
- LocaleFacade - Interface in com.sap.cloud.sdk.cloudplatform.servlet
-
Facade interface to provide access to single and multiple current locales.
- LocalTimeAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Gson adapter to (de-)serialize fields of type
LocalTime
from and to Json. - LocalTimeAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeAdapter
- LocalTimeCalendarConverter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
- LocalTimeCalendarConverter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeCalendarConverter
- LocalTimeConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LocalTimeConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.Creates an instance that formats
LocalTime
instances with the patternPATTERN_WITHOUT_DELIMITER
. - LocalTimeConverter(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.Creates an instance with the given pattern.
- LocalTimeErpType<T extends LocalTimeErpType<T>> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LocalTimeErpType(int, int, int) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.Constructor.
- LocalTimeErpType(LocalTime) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- LocalTimeTypeAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
LocalTime
. - LocalTimeTypeAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalTimeTypeAdapter
- LogonErrorException - Exception in com.sap.cloud.sdk.s4hana.connectivity.exception
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LogonErrorException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.LogonErrorException
-
Deprecated.
- LogonErrorException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.LogonErrorException
-
Deprecated.Constructor.
- LogonErrorException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.LogonErrorException
-
Deprecated.Constructor.
- LogonErrorException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.LogonErrorException
-
Deprecated.Constructor.
- logReadAccessAttempt(Request<?, ?>, HttpDestination) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpHttpRequestExecutor
-
Deprecated.Logs the read access attempt of the given
request
for the givendestination
. - LongConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- LongConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.LongConverter
-
Deprecated.
- LongExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aLong
. - LongExtractor() - Constructor for class com.sap.cloud.sdk.result.LongExtractor
- longValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- longValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Get the Long value.
- longValue() - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- LOOKUP_ONLY - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Deprecated.since 5.0.1. Use
DestinationServiceTokenExchangeStrategy.FORWARD_USER_TOKEN
instead. If you just need the destination properties, useDestinationService.getDestinationProperties(String)
instead. - LOOKUP_THEN_EXCHANGE - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Deprecated.since 5.0.1. Use
DestinationServiceTokenExchangeStrategy.FORWARD_USER_TOKEN
instead. - LOWER_CASE - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.CharCasing
-
Deprecated.
- LowercaseNameFormattingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.generator
-
The NameFormattingStrategy used when processing an entity's properties.
- LowercaseNameFormattingStrategy - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
-
The NameFormattingStrategy used when processing an entity's properties.
- LowercaseNameFormattingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.LowercaseNameFormattingStrategy
- LowercaseNameFormattingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.LowercaseNameFormattingStrategy
- lt(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Less than expression fluent helper.
M
- MAIL - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
MAIL
- matchAnyVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
-
The delete request will ignore any version identifier present on the entity and delete the entity, regardless of any changes on the remote entity.
- matchAnyVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
The update request will ignore any version identifier present on the entity and update the entity, regardless of any changes on the remote entity.
- matchAnyVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
-
The delete request will ignore any version identifier present on the entity and delete the entity, regardless of any changes on the remote entity.
- matchAnyVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
The update request will ignore any version identifier present on the entity and update the entity, regardless of any changes on the remote entity.
- matches(ResilienceConfiguration, GenericCacheKey<?, ?>, Object) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Determines whether a specific cache entry matches the expectations of this cache filter.
- matches(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "matchesPattern".
- matches(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "matchesPattern".
- matches(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "matchesPattern".
- matches(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "matchesPattern".
- matchesPattern(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
-
Return a
ValueBoolean.Expression
that checks whetheroperand1
matches the patternoperand2
("matchesPattern"
). - MavenCoordinate - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Coordinate for a Maven module, consisting of group id and artifact id.
- MavenCoordinate.MavenCoordinateBuilder - Class in com.sap.cloud.sdk.datamodel.metadata.generator
- maxAttempts() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
The maximum number of total attempts.
- maxConcurrentCalls() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
The maximum number of concurrent calls.
- maxConcurrentCalls(int) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
The maximum number of concurrent calls.
- maxConnectionsPerRoute(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Sets the maximum number of parallel connections per route (e.g. per remote host) that can be established with a
HttpClient
created by the to-be-builtApacheHttpClient5Factory
. - maxConnectionsPerRoute(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
-
The maximum number of connections per route.
- maxConnectionsTotal(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Sets the maximum number of parallel connections that can be established with a
HttpClient
created by the to-be-builtApacheHttpClient5Factory
. - maxConnectionsTotal(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
-
The maximum number of connections in total.
- maxDateTime() - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueDateTimeOffset.Expression
that uses the maximum date time ("maxdatetime")
. - maxWaitDuration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
The maximum duration the calling thread will wait to enter the bulkhead.
- maxWaitDuration(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
-
The maximum duration the calling thread will wait to enter the bulkhead.
- MegacliteServiceBinding - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Represents a (remote) service that is bound to Megaclite.
- MegacliteServiceBinding.Builder1 - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
First builder step to construct new
MegacliteServiceBinding
instances. - MegacliteServiceBinding.Builder2 - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Second builder step to construct new
MegacliteServiceBinding
instances. - MegacliteServiceBinding.Builder3 - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Third builder step to construct new
MegacliteServiceBinding
instances. - MegacliteServiceBinding.Builder4 - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Fourth builder step to construct new
MegacliteServiceBinding
instances. - MegacliteServiceBindingAccessor - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Implementation of the
ServiceBindingAccessor
interface that keeps track ofMegacliteServiceBinding
instances. - MegacliteServiceBindingAccessor() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBindingAccessor
- MegacliteServiceBindingDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Representation of the Megaclite service as provided in Deploy with Confidence landscapes.
- MegacliteServiceBindingDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBindingDestinationLoader
- megacliteVersion(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder4
-
Configures the Megaclite version, that should be used to reach the outbound service.
- merge(URI, URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.UriPathMerger
-
Merges two
URI
addresses, checking that bothURIs
have the same scheme, host and port. - MessageClass - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MessageClass(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- MessageClassConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MessageClassConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.MessageClassConverter
-
Deprecated.
- MessageCollector - Class in com.sap.cloud.sdk.datamodel.odata.generator
-
Wrapper for the
LoggerFactory
, collecting all logged messages. - MessageCollector - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
-
Wrapper for the
LoggerFactory
, collecting all logged messages. - MessageCollector() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.MessageCollector
- MessageCollector() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.MessageCollector
- MessageNumber - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MessageNumber(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- MessageNumberConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MessageNumberConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.MessageNumberConverter
-
Deprecated.
- MessageType - Enum Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MessageTypeConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MessageTypeConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.MessageTypeConverter
-
Deprecated.
- MetadataGenerationException - Exception in com.sap.cloud.sdk.datamodel.metadata.generator
-
Indicates an error during VDM metadata generation.
- method(String) - Static method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
-
Convenience method to create a new method invocation.
- MethodArgumentDynamic(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
- MethodArgumentStatic(String) - Constructor for class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentStatic
- minDateTime() - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueDateTimeOffset.Expression
that uses the minimum date time ("mindatetime")
. - minute(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"minute"
portion of a temporal value. - minute(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"minute"
portion of a temporal value. - missingAuthorizations - Variable in exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.The missing authorization values.
- MissingErpConfigException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when an ERP configuration prevents an action (e.g. workflow not enabled).
- MissingErpConfigException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MissingErpConfigurationExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Missing ERP Configuration Exception Factory.
- MissingErpConfigurationExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingErpConfigurationExceptionFactory
- MissingParameterException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when a mandatory parameter is missing.
- MissingParameterException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- MissingParameterFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Missing Parameter Exception Factory.
- MissingParameterFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.MissingParameterFactory
- MockableInstance() - Constructor for class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator.MockableInstance
- modelPackage(String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- ModificationRequestBuilder<ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Interface to mark OData request types as modifying operation.
- ModificationResponse<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Generic OData service response wrapper for data modification requests.
- ModificationResponse<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Generic OData service response wrapper for data modification requests.
- MODIFY_WITH_PATCH - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
-
Request to update the entity is sent with the HTTP method PATCH and its payload contains the changed fields only.
- modifyingEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
Allows to control that the request to update the entity is sent with the HTTP method PATCH and its payload contains the changed fields only.
- modifyingEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Allows to control that the request to update the entity is sent with the HTTP method PATCH and its payload contains the changed fields only.
- modulo(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Modulo expression for numbers.
- modulo(FilterableNumericDecimal<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- modulo(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- modulo(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- modulo(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- modulo(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- modulo(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- modulo(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mod".
- modulo(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- modulo(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- month(ValueDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value. - month(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value. - MULTI - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
Multiple
- MultipleServiceBindingsException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Thrown if multiple bindings are found to a service on SAP Business Technology Platform Cloud Foundry.
- MultipleServiceBindingsException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
- MultipleServiceBindingsException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
-
Default constructor.
- MultipleServiceBindingsException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
-
Default constructor.
- MultipleServiceBindingsException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
-
Default constructor.
- multiply(ValueDuration, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Multiplication expression for duration and number.
- multiply(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "mul".
- multiply(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Multiplication expression for numbers.
- multiply(FilterableNumeric<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "mul".
- multiply(FilterableNumericDecimal<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- multiply(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- multiply(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- multiply(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- multiply(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- multiply(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "mul".
- multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "mul".
- multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "mul".
- multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
N
- name(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
-
Sets the name of the
DefaultDestination
. - name(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the name of the
DefaultHttpDestination
. - name(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder2
-
Configures the name of the outbound service, as specified in the
name
property of the Deploy with Confidence outbound service specification. - NAME - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.utility.NameSource
-
Specifies that the name of an entity/property should be used to determine the java namings.
- NAME - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Name of destination.
- NAMED_USER_CURRENT_TENANT - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf
-
A named user based on the auth token set in the current context.
- NameFormattingStrategy - Interface in com.sap.cloud.sdk.datamodel.odata.generator
-
NameFormattingStrategy that can be used in the
NamingContext
in the OData VDM generator. - NameFormattingStrategy - Interface in com.sap.cloud.sdk.datamodel.odatav4.generator
-
NameFormattingStrategy that can be used in the
NamingContext
in the OData VDM generator. - NameSource - Enum Class in com.sap.cloud.sdk.datamodel.odata.utility
-
An enum representing the logic to be used by the
NamingStrategy
for determining the source for the java namings. - NamingStrategy - Interface in com.sap.cloud.sdk.datamodel.odata.utility
-
Represents a strategy for generating various types of Java names from OData entity/property names and labels.
- NamingUtils - Class in com.sap.cloud.sdk.datamodel.odata.utility
-
Utility class, that bundles various naming related operations.
- NavigableEntityCollection<EntityT extends VdmEntity<EntityT>> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Related interface to provide access to type-safe request builders for the generic entity type.
- NavigableEntitySingle<EntityT extends VdmEntity<EntityT>> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Related interface to provide access to type-safe request builders for the generic entity type.
- navigateTo(NavigationProperty.Collection<EntityT, NavigationT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Navigate to a specific navigation property of current entity type.
- navigateTo(NavigationProperty.Single<EntityT, NavigationT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Navigate to a specific navigation property of current entity type.
- NavigationProperty<EntityT extends VdmObject<?>,
TargetT extends VdmEntity<?>> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core -
Interface representing a navigational property of
NavigationProperty
that points towards an entity ofNavigationProperty
. - NavigationProperty.Collection<EntityT extends VdmObject<EntityT>,
ValueT extends VdmEntity<ValueT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
A navigational property to a Collection of another entity reference.
- NavigationProperty.Single<EntityT extends VdmObject<EntityT>,
ValueT extends VdmEntity<ValueT>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
A navigational property to a single other entity reference.
- NavigationPropertyAnnotationModel - Interface in com.sap.cloud.sdk.datamodel.odata.generator.annotation
-
Data structure representing an OData navigation property.
- NavigationPropertyAnnotationModel - Interface in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
-
Data structure representing an OData navigation property.
- NavigationPropertyCollection<EntityT extends VdmObject<?>,
TargetT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Abstract class representing the query capabilities of a collection of structured properties of
NavigationPropertyCollection
with a type ofNavigationPropertyCollection
. - NavigationPropertyCollection() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- NavigationPropertyCollectionQuery<ParentEntityT extends VdmObject<?>,
EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Implementation that represents read queries and holds their state at runtime.
- NavigationPropertySingleQuery<ParentEntityT extends VdmObject<?>,
EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
Implementation that represents read queries and holds their state at runtime.
- ne(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Not equals expression fluent helper.
- negate() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "-".
- negate() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "-".
- negate() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "-".
- negate() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "-".
- negate() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- negate() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- negate(ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Negation expression for duration.
- negate(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Negation expression for numbers.
- neNull() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Not equals-null expression fluent helper.
- newCollection(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
-
Returns a
ResultCollection
from the givenresultElement
. - newDefaultCache(Duration) - Static method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Cache
-
Creates a new
HttpClient5Cache
with the givencacheDuration
. - newGsonBuilder() - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataGsonBuilder
-
Construct a new GsonBuilder for serialization and deserialization of OData values.
- newLoaderChain(List<ServiceBindingDestinationLoader>) - Static method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationLoader
-
Returns a new loader chain instance that will query the provided
delegateLoaders
in the provided order to try to transform the providedServiceBindingDestinationOptions
into anHttpDestination
. - newObject(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
-
Returns a
ResultObject
from the givenresultElement
. - newPrimitive(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
-
Returns a
ResultPrimitive
from the givenresultElement
. - newPrimitive(JsonElement) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
-
Deprecated.
- newResult(JCoField, GsonResultElementFactory) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoFieldToResultReader
-
Deprecated.Creates a new result.
- NO_AUTHENTICATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
NoAuthentication
- NO_COMMIT - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
-
Deprecated.No commitment is triggered in the remote system.
- NO_ISOLATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Global key that does not differentiate between tenants or users.
- NoCredentials - Class in com.sap.cloud.sdk.cloudplatform.security
-
Empty implementation of the
Credentials
interface to be used for a user having no credentials. - NoCredentials() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.NoCredentials
- NONE - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
-
Do not encode.
- NoResilienceDecorationStrategy - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Function decorator which does not change the call.
- NoResilienceDecorationStrategy() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience.NoResilienceDecorationStrategy
- NoServiceBindingException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Thrown if no binding is found to a service on SAP Business Technology Platform Cloud Foundry.
- NoServiceBindingException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
- NoServiceBindingException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
-
Initializes a new
NoServiceBindingException
instance. - NoServiceBindingException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
-
Initializes a new
NoServiceBindingException
instance. - NoServiceBindingException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
-
Initializes a new
NoServiceBindingException
instance. - NoSuchEntityFieldException - Exception in com.sap.cloud.sdk.s4hana.datamodel.odata.exception
-
Throws if a certain field cannot be found for an entity.
- NoSuchEntityFieldException() - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
- NoSuchEntityFieldException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
-
Initializes a new
NoSuchEntityFieldException
instance. - NoSuchEntityFieldException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
-
Initializes a new
NoSuchEntityFieldException
instance. - NoSuchEntityFieldException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
-
Initializes a new
NoSuchEntityFieldException
instance. - not() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
-
Negate the current filter expression.
- not() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
-
Boolean NOT expression fluent helper.
- not() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
-
Negate the current search expression.
- not() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean
-
Negate the filter expression.
- not(ValueBoolean) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- not(ExpressionFluentHelper<T>) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
-
Boolean NOT expression fluent helper.
- notEqualTo(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "ne".
- notEqualTo(Expressions.Operand, Expressions.Operand) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- notEqualTo(FilterableEnum<?, EnumT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "ne".
- notEqualTo(FilterableValue<?, ?>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "ne".
- notEqualTo(EnumT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "ne".
- notEqualTo(Object) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "ne".
- notEqualTo(PrimitiveT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "ne".
- notEqualToNull() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
-
Filter by expression "ne null".
- notEqualToNull() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
-
Filter by expression "ne null".
- notEqualToNull() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
-
Filter by expression "ne null".
- notEqualToNull() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
-
Filter by expression "ne null".
- NotImplementedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when a method is not implemented.
- NotImplementedException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- NotImplementedExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Not Implemented Exception Factory.
- NotImplementedExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.NotImplementedExceptionFactory
- now() - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueDateTimeOffset.Expression
that uses the current date time ("now")
. - now() - Static method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.Static factory method to construct current value for this ERP type.
- NULL - Static variable in interface com.sap.cloud.sdk.cloudplatform.security.AuthTokenFacade
-
"Null" implementation of this interface, to be used in case no implementation could be determined with the
ServiceLoader
pattern. - NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
-
The null operand, representing the absence of any value.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary
-
Null value for binary operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBoolean
-
Null value for boolean operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueCollection
-
Null value for collection operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate
-
Null value for date operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime
-
Null value for date time operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset
-
Null value for date time offset operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration
-
Null value for enum operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueEnum
-
Null value for enum operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueGuid
-
Null value for guid operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric
-
Null value for numeric operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString
-
Null value for string operations.
- NULL - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay
-
Null value for time of day operations.
- NumberDeserializationStrategy - Enum Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Number deserialization strategy to determine behavior for JSON numbers without target type references.
- NumericDecimal(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericDecimal
- NumericInteger(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.NumericInteger
O
- OAuth - Class in com.sap.cloud.sdk.services.openapi.apiclient.auth
-
Authentication at the REST API via an OAuth access token
- OAuth() - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuth
- OAUTH2_CLIENT_CREDENTIALS - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2ClientCredentials
- OAUTH2_JWT_BEARER - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2JWTBearer
- OAUTH2_PASSWORD - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2Password
- OAUTH2_REFRESH_TOKEN - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2RefreshToken
- OAUTH2_SAML_BEARER_ASSERTION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2SAMLBearerAssertion
- OAUTH2_TECHNICAL_USER_PROPAGATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2TechnicalUserPropagation
- OAUTH2_USER_TOKEN_EXCHANGE - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
OAuth2UserTokenExchange
- OAuth2DestinationBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Utility class to conveniently create an
HttpDestination
instance while automatically adding an authentication header retrieved from an OAuth2 service. - OAuth2DestinationBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2DestinationBuilder
- OAuth2DestinationBuilder.BuilderWithTargetUrl - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Helper interface to serve mandatory input for OAuth2 token endpoint.
- OAuth2DestinationBuilder.BuilderWithTokenEndpoint - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Helper interface to serve mandatory input for OAuth2 client identity and OAuth2 token representative.
- OAuth2Options - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Represents various configuration parameters for the OAuth2 destination creation.
- OAuth2Options.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
A builder implementation that helps with creating customized
OAuth2Options
instances. - OAuth2Options.TokenRetrievalTimeout - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Configure the timeout applied to token retrieval.
- OAuth2PropertySupplier - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
A supplier of OAuth client information.
- OAuth2ServiceBindingDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
An implementation of the
ServiceBindingDestinationLoader
interface that is capable of producing OAuth2 basedHttpDestination
instances. - OAuth2ServiceBindingDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2ServiceBindingDestinationLoader
-
Default constructor.
- OAuthFlow - Enum Class in com.sap.cloud.sdk.services.openapi.apiclient.auth
-
Supported OAuth flows to authenticate at the REST API
- ObjectExtractor<T> - Interface in com.sap.cloud.sdk.result
-
Functional interface handling the type-safe transformation of a
ResultElement
to a specific type. - ObjectLookupFailedException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Thrown if the lookup of an object fails.
- ObjectLookupFailedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
- ObjectLookupFailedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
-
Exception constructor.
- ObjectLookupFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
-
Exception constructor.
- ObjectLookupFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
-
Exception constructor.
- ObjectNotConvertibleException - Exception in com.sap.cloud.sdk.typeconverter.exception
-
Constructor used to indicate that the access to the contained value in a
ConvertedObject
failed, as the value could not be converted. - ObjectNotConvertibleException() - Constructor for exception com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
- ObjectNotConvertibleException(String) - Constructor for exception com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
-
Creates the exception by delegating the exception message to the super class.
- ObjectNotConvertibleException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
-
Creates the exception by delegating the exception message and cause to the super class.
- ObjectNotConvertibleException(Throwable) - Constructor for exception com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
-
Creates the exception by delegating the exception cause to the super class.
- ODATA_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.WorkflowOptions
-
Use the ODATA API (Inbox API) of the SAP Workflow Service.
- ODATA_TYPE_ANNOTATIONS - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
The OData V4 JSON key to access an entity EDM type definition.
- ODATA_V2 - Enum constant in enum class com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
-
OData V2.
- ODATA_V4 - Enum constant in enum class com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
-
OData V4.
- ODATA_VERSION_ANNOTATIONS - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
The OData V4 JSON key to access an entity version identifier.
- ODataApiUsageMetadata - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Metadata about OData API usage.
- ODataApiUsageMetadata.ODataApiUsageMetadataBuilder - Class in com.sap.cloud.sdk.datamodel.metadata.generator
- ODataBinaryAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
For internal use only by data model classes
- ODataBinaryAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBinaryAdapter
- ODataBooleanAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
For internal use only by data model classes
- ODataBooleanAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBooleanAdapter
- ODataConnectionException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
OData connection exception indicating errors when trying to establish a service connection.
- ODataConnectionException(ODataRequestGeneric, HttpUriRequest, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataConnectionException
-
Default constructor.
- ODataCustomFieldAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
For internal use only by data model classes
- ODataCustomFieldAdapter(Gson) - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCustomFieldAdapter
- ODataDeserializationException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
OData deserialization exception type to focus on deserialization errors when parsing the service response.
- ODataDeserializationException(ODataRequestGeneric, HttpResponse, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataDeserializationException
-
Default constructor.
- ODataEntityKey - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Fluent API class to build and hold entity keys.
- ODataEntityKey(ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
-
Create a new, empty entity key for the given protocol version.
- ODataException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
The generic OData exception.
Its sub-types will be thrown in the following scenarios:ODataSerializationException
If entity cannot be serialized for HTTP request.ODataConnectionException
When the HTTP connection cannot be established.ODataRequestException
When the OData request could not be sent due to a generic reason.ODataResponseException
If the response code infers an unhealthy state, i.e. when >= 400ODataDeserializationException
When deserialization process failed for the OData response object.ODataServiceErrorException
If the response contains an OData error in the payload. - ODataException(ODataRequestGeneric, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
-
Default constructor.
- ODataField - Annotation Interface in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Annotation to be used to link fields to their OData property as well as converting between the domain type of a field and the actually exposed type.
- ODataFunctionParameters - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Fluent API class to build and hold function parameters.
- ODataFunctionParameters(ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Create a new, empty set of parameters for an OData function.
- ODataGeneratorException - Exception in com.sap.cloud.sdk.datamodel.odata.generator
-
Custom runtime exception that is thrown in cases of unrecoverable errors.
- ODataGeneratorException - Exception in com.sap.cloud.sdk.datamodel.odatav4.generator
-
Custom runtime exception that is thrown in cases of unrecoverable errors.
- ODataGeneratorException(String) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.generator.ODataGeneratorException
-
Creates an exception based on the given message.
- ODataGeneratorException(String) - Constructor for exception com.sap.cloud.sdk.datamodel.odatav4.generator.ODataGeneratorException
-
Creates an exception based on the given message.
- ODataGeneratorException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.generator.ODataGeneratorException
-
Creates an exception based on a more specific message and the actual thrown exception.
- ODataGeneratorException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odatav4.generator.ODataGeneratorException
-
Creates an exception based on a more specific message and the actual thrown exception.
- ODataGeneratorException(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.generator.ODataGeneratorException
-
Creates an exception based on the actual thrown exception.
- ODataGeneratorException(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odatav4.generator.ODataGeneratorException
-
Creates an exception based on the actual thrown exception.
- ODataGsonBuilder - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Factory class to manage GSON references.
- ODataGsonBuilder() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataGsonBuilder
- ODataLiteralSerializer - Interface in com.sap.cloud.sdk.datamodel.odata.client
-
Descriptor for protocol specific information on serializing type literals for filter expressions and entity keys.
- odataName() - Element in annotation interface com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataField
-
The name of the OData property this field gets mapped to.
- ODataNumberSerializer - Class in com.sap.cloud.sdk.datamodel.odata.adapter
-
GSON serializer that transforms numbers to their JSON representation according to the OData V2 standard.
- ODataNumberSerializer() - Constructor for class com.sap.cloud.sdk.datamodel.odata.adapter.ODataNumberSerializer
- ODataPayloadParsingFailedException - Exception in com.sap.cloud.sdk.s4hana.datamodel.odata.exception
-
ODataPayloadParsingFailedException will be thrown whenever the VDM encounters errors during parsing that cannot be recovered from.
- ODataPayloadParsingFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.ODataPayloadParsingFailedException
-
Returns a new ODataPayloadParsingFailedException instance.
- ODataPayloadParsingFailedException(String, Exception) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.ODataPayloadParsingFailedException
-
Returns a new ODataPayloadParsingFailedException instance.
- ODataProtocol - Interface in com.sap.cloud.sdk.datamodel.odata.client
-
The
ODataProtocol
defines all necessary information that is needed in order to differentiate between different OData protocol versions. - ODataProtocol.ODataProtocolV2 - Class in com.sap.cloud.sdk.datamodel.odata.client
-
OData protocol v2.
- ODataProtocol.ODataProtocolV4 - Class in com.sap.cloud.sdk.datamodel.odata.client
-
OData protocol v4.
- ODataProtocolV2() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- ODataProtocolV4() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- ODataRequestAction - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The executable OData action request.
- ODataRequestAction(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
-
Default constructor for OData Action request.
- ODataRequestAction(String, ODataResourcePath, String, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
-
Constructor with StructuredQuery for OData Function request.
- ODataRequestAction(String, String, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
-
Convenience constructor for invocations of unbound actions.
- ODataRequestBatch - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The OData Batch request.
- ODataRequestBatch(String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
-
Default constructor for OData Batch request.
- ODataRequestBatch(String, ODataProtocol, Supplier<UUID>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
-
Default constructor for OData Batch request.
- ODataRequestBatch.Changeset - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The Changeset representation of the OData Batch operation.
- ODataRequestCount - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The result type of the OData Count request.
- ODataRequestCount(String, ODataResourcePath, StructuredQuery) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
-
Constructor with StructuredQuery for OData Count request.
- ODataRequestCount(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
-
Default constructor for OData Count request.
- ODataRequestCount(String, String, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
-
Default constructor for OData Count request.
- ODataRequestCreate - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The executable OData create request.
- ODataRequestCreate(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
-
Default constructor for OData Create request.
- ODataRequestCreate(String, String, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
-
Convenience constructor for OData delete requests on entity collections directly.
- ODataRequestDelete - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The executable OData delete request.
- ODataRequestDelete(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
-
Default constructor for OData delete requests.
- ODataRequestDelete(String, String, ODataEntityKey, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
-
Convenience constructor for OData delete requests on entity collections directly.
- ODataRequestException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
Generic OData request exception indicating errors while trying to request a service resource.
- ODataRequestException(ODataRequestGeneric, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataRequestException
-
Default constructor.
- ODataRequestExecutable - Interface in com.sap.cloud.sdk.datamodel.odata.client.request
-
General interface for executable OData Requests.
- ODataRequestFunction - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The executable OData function request.
- ODataRequestFunction(String, ODataResourcePath, StructuredQuery) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
-
Constructor with StructuredQuery for OData Function request.
- ODataRequestFunction(String, ODataResourcePath, ODataFunctionParameters, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
-
Convenience constructor for invocations of unbound functions.
- ODataRequestFunction(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
-
Default constructor for OData Function request.
- ODataRequestFunction(String, String, ODataFunctionParameters, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
-
Convenience constructor for invocations of unbound functions.
- ODataRequestGeneric - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Generic OData request class to provide default features for service requests.
- ODataRequestListener - Interface in com.sap.cloud.sdk.datamodel.odata.client.request
-
Consumer class for the Listener Pattern to monitor and react on OData actions.
- ODataRequestRead - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The result type of the OData Read request.
- ODataRequestRead(String, ODataResourcePath, StructuredQuery) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
-
Constructor with StructuredQuery for OData read requests on entity collections directly.
- ODataRequestRead(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
-
Default constructor for OData Read request.
- ODataRequestRead(String, String, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
-
Convenience constructor for OData read requests on entity collections directly.
- ODataRequestReadByKey - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The result type of the OData read by key request.
- ODataRequestReadByKey(String, ODataResourcePath, ODataEntityKey, StructuredQuery) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
-
Constructor with StructuredQuery for OData read requests on entity collections directly.
- ODataRequestReadByKey(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
-
Default constructor for OData Read requests.
- ODataRequestReadByKey(String, String, ODataEntityKey, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
-
Convenience constructor for OData read requests on entity collections directly.
- ODataRequestResult - Interface in com.sap.cloud.sdk.datamodel.odata.client.request
-
Generic type of an OData request result.
- ODataRequestResultDeserializable - Interface in com.sap.cloud.sdk.datamodel.odata.client.request
-
Generic type of an OData request result.
- ODataRequestResultGeneric - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
OData request result for reading entities.
- ODataRequestResultGeneric(ODataRequestGeneric, HttpResponse) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Default constructor.
- ODataRequestResultGeneric(ODataRequestGeneric, HttpResponse, HttpClient) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Default constructor with enabled pagination.
- ODataRequestResultMultipart - Interface in com.sap.cloud.sdk.datamodel.odata.client.request
-
Generic type of an OData request result.
- ODataRequestResultMultipartGeneric - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
OData request result for reading entities.
- ODataRequestResultPagination - Interface in com.sap.cloud.sdk.datamodel.odata.client.request
-
This class provides methods to lazily iterate through the pages of an OData read request result-set.
- ODataRequestUpdate - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The executable OData patch update request.
- ODataRequestUpdate(String, ODataResourcePath, String, UpdateStrategy, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
-
Default constructor for OData Update requests.
- ODataRequestUpdate(String, ODataResourcePath, HttpEntity, UpdateStrategy, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
-
Default constructor for OData Update requests.
- ODataRequestUpdate(String, String, ODataEntityKey, String, UpdateStrategy, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
-
Convenience constructor for OData update requests on entity collections directly.
- ODataResourcePath - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
A class that assembles resource references into a URL path.
- ODataResourcePath() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
- ODataResponseDescriptor - Interface in com.sap.cloud.sdk.datamodel.odata.client
-
Descriptor for protocol specific information on deserializing OData responses.
- ODataResponseDeserializer - Class in com.sap.cloud.sdk.datamodel.odata.client
-
Implementation to deserialize OData responses based on a given
ODataProtocol
. - ODataResponseDeserializer(ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
- ODataResponseException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
A generic
ODataException
representing an erroneous service response. - ODataResponseException(ODataRequestGeneric, HttpResponse, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataResponseException
-
Default constructor.
- ODataSerializationException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
OData serialization exception type to focus on serialization errors when creating the service request.
- ODataSerializationException(ODataRequestGeneric, Object, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataSerializationException
-
Default constructor.
- ODataServiceError - Class in com.sap.cloud.sdk.datamodel.odata.client.exception
-
OData error to serve the standard specification.
- ODataServiceError(String, String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- ODataServiceError(String, String, String, List<ODataServiceErrorDetails>, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- ODataServiceErrorDetails - Interface in com.sap.cloud.sdk.datamodel.odata.client.exception
-
Interface that resembles which information OData errors must contain and which information is optional.
- ODataServiceErrorException - Exception in com.sap.cloud.sdk.datamodel.odata.client.exception
-
An
ODataException
representing an erroneous response from the service where the payload contained detailed OData error information. - ODataServiceErrorException(ODataRequestGeneric, HttpResponse, String, Throwable, ODataServiceError) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceErrorException
-
Default constructor.
- ODataUriFactory - Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Builds up OData URLs and ensures correct encoding.
- ODataUriFactory() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
- ODataVdmEntityAdapter<T> - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
For internal use only by data model classes
- ODataVdmEntityAdapter(TypeAdapterFactory, Gson, Class<? super T>) - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityAdapter
-
For internal use only by data model classes
- ODataVdmEntityAdapterFactory - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
For internal use only by data model classes.
- ODataVdmEntityAdapterFactory() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityAdapterFactory
- ODataVdmEntityListAdapter<T> - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
For internal use only by data model classes
- ODataVdmEntityListAdapter(Gson, TypeAdapter<T>) - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityListAdapter
-
For internal use only by data model classes
- of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
- of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
- of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
Creates a new
RateLimiterConfiguration
with default values of ResilienceConfiguration.RateLimiterConfiguration.DEFAULT_TIMEOUT_DURATION, ResilienceConfiguration.RateLimiterConfiguration.DEFAULT_LIMIT_REFRESH_PERIOD and ResilienceConfiguration.RateLimiterConfiguration.DEFAULT_LIMIT_FOR_PERIOD - of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
- of(int) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
Instantiate a new
RetryConfiguration
with the given parameter. - of(int, Duration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
Instantiate a new
RetryConfiguration
with the given parameters. - of(ResilienceConfiguration.TimeLimiterConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.TokenRetrievalTimeout
- of(ResilienceIsolationMode) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
-
Factory method for creating a resilience isolation key.
- of(Tenant, Principal) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs a
CacheKey
for the given tenant and principal identifier, independent of whether they arenull
or not. - of(Tenant, Principal) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
-
Constructs a
CacheKey
for the given tenant and principal identifier, independent of whether they arenull
or not. - of(JsonPath...) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
-
Static factory method for
JsonLookup
. - of(ODataRequestResultGeneric, EntityT) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
- of(ODataRequestResultGeneric, EntityT, Destination) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
- of(ODataRequestResultGeneric, Class<ResultT>) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
- of(ODataRequestResultGeneric, Class<ResultT>) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
- of(ODataRequestResultMultipartGeneric, BatchFluentHelperBasic<?, ?>) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
-
Static factory method to convert from generic response to typed response.
- of(ODataRequestResultMultipartGeneric, BatchRequestBuilder) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
-
Static factory method to convert from generic response to typed response.
- of(Boolean) - Static method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.A static method factory method.
- of(Class<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
-
Factory function to create a resilience configuration with only a subset of resilience features enabled by default.
- of(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Static factory to create a configuration bsaed on an URI (as a String).
- of(String) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
-
Factory function to create a resilience configuration with default values for the given identifier.
- of(String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldReference
-
Static factory method to easily instantiate a generic field reference.
- of(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Convenience method for
new ODataResourcePath().addSegment(segment)
. - of(String) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
-
Create a search expression for a single string.
- of(String) - Static method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.Static method factory for the value type.
- of(String) - Static method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.Creates a new
SapClient
based on the given Stringvalue
. - of(String...) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
-
Static factory method for
JsonPath
. - of(String, Credentials) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Static factory to create a configuration based on an URI (as a String) and credentials.
- of(String, Order) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.expression.OrderExpression
-
To create OrderExpression with a field and ordering.
- of(String, AbstractODataParameters) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Convenience method for
new ODataResourcePath().addSegment(segment, segmentParameter)
. - of(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
-
Constructs a
SerializableCacheKey
for the given tenant and principal identifier, independent of whether they arenull
or not. - of(URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Static factory to create a configuration solely based on an URI.
- of(URI, Credentials) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Static factory to create a configuration based on an URI and credentials.
- of(Duration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Factory method to create a cache configuration builder instance.
- of(Duration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
Create a timeout by specifying a timeout duration.
- of(Duration, Duration, int) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
Creates a new
RateLimiterConfiguration
by specifying a timeout duration, limit refresh period and limit for period. - of(ExecutorService) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
-
Static factory method that enables the given
ExecutorService
to attach aThreadContext
to its tasks. - of(Map<String, Object>, ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
-
Create an instance of
ODataEntityKey
from a generic key-value composition. - of(Map<String, Object>, ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Create an instance of
ODataFunctionParameters
from a set of parameters. - of(T) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Creates a non-confidential property from the given value.
- of(T) - Static method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Creates a
ConvertedObject
containing the given object as its value. - ofConfidential(T) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Creates a confidential property from the given value.
- ofConfidentialTry(Try<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Creates a confidential property from a given
Try
of a value. - OffsetDateTimeTypeAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
OffsetDateTime
. - OffsetDateTimeTypeAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.OffsetDateTimeTypeAdapter
- offsetMinutes() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "offsetminutes".
- offsetMinutes() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "offsetminutes".
- offsetSeconds() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "offsetseconds".
- offsetSeconds() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "offsetseconds".
- ofIdentifier(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
Returns the
AuthenticationType
which equals the given identifier. - ofIdentifier(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
-
Get the strategy by its identifier.
- ofIdentifier(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
Returns the
DestinationType
which equals the given identifier. - ofIdentifier(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Returns the
ProxyType
which equals the given identifier. - ofIdentifier(String) - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.Static factory method.
- ofIdentifierOrDefault(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
Returns the
SecurityConfigurationStrategy
which equals the given identifier, or theSecurityConfigurationStrategy.getDefault()
in case the providedidentifier
isnull
. - ofIdentifierOrDefault(String, AuthenticationType) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
Returns the
AuthenticationType
which equals the given identifier, or thedefaultAuthenticationType
in case there is none. - ofIdentifierOrDefault(String, DestinationType) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
Returns the
DestinationType
which equals the given identifier, or the defaultDestinationType in case there is none. - ofIdentifierOrDefault(String, ProxyType) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Returns the
ProxyType
which equals the given identifier, or thedefaultProxyType
in case there is none. - ofIdentifierSensitive(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Returns the
ProxyType
which equals the given identifier. - ofNoIsolation() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs an instance of
CacheKey
without tenant or principal isolation. - ofNotConvertible() - Static method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Creates a
ConvertedObject
containingnull
as its value. - ofNull() - Static method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Creates a
ConvertedObject
containingnull
as its value. - ofODataV2(ODataApiUsageMetadata) - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
-
Returns the
ProtocolSpecificMetadata
initialized with theServiceType.ODATA_V2
and theODataApiUsageMetadata
. - ofODataV4(ODataApiUsageMetadata) - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
-
Returns the
ProtocolSpecificMetadata
initialized with theServiceType.ODATA_V4
and theODataApiUsageMetadata
. - ofPath(String...) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FieldReference
-
Static factory method to easily instantiate a nested field reference via a path of fields.
- ofRest(RestApiUsageMetadata) - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
-
Returns the
ProtocolSpecificMetadata
initialized with theServiceType.REST
and theRestApiUsageMetadata
. - ofRoot() - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
-
Static factory method for an empty
JsonPath
. - ofTenantAndPrincipalIsolation() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs a tenant- and principal-isolated instance of
CacheKey
. - ofTenantAndPrincipalOptionalIsolation() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs a tenant- and principal-optional-isolated instance of
CacheKey
. - ofTenantIsolation() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs a tenant-isolated instance of
CacheKey
. - ofTenantOptionalIsolation() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
-
Constructs a tenant-optional-isolated instance of
CacheKey
. - ofTry(Try<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Creates a non-confidential property from a given
Try
of a value. - ON_PREMISE - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Represents a connection to an on-premise systems.
- onBehalfOf(OnBehalfOf) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions.Builder
-
Specify the behalf on which the destination should act.
- OnBehalfOf - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Represents the behalf upon which an outbound request can be made.
- onEntity(String, ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Create a
StructuredQuery
for building up OData 2.0 or 4.0 queries. - oneOfAnyOfGenerationEnabled(boolean) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- OneToOneLink<EntityT,
LinkedEntityT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper -
Interface designed to be implemented by
EntityLink
class in order to provide a filter function. - ONLY_SUBSCRIBER - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
-
Only load destination from the subscriber's sub-account, checking that the current tenant is an actual subscriber and not the provider.
- OpenApiGeneratorException - Exception in com.sap.cloud.sdk.datamodel.openapi.generator.exception
-
Custom runtime exception that is thrown in cases of unrecoverable errors.
- OpenApiGeneratorException(String) - Constructor for exception com.sap.cloud.sdk.datamodel.openapi.generator.exception.OpenApiGeneratorException
-
Creates an exception based on the given message.
- OpenApiGeneratorException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.openapi.generator.exception.OpenApiGeneratorException
-
Creates an exception based on a more specific message and the actual thrown exception.
- OpenApiGeneratorException(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.openapi.generator.exception.OpenApiGeneratorException
-
Creates an exception based on the actual thrown exception.
- OpenApiRequestException - Exception in com.sap.cloud.sdk.services.openapi.core
-
Thrown if an error occurs during the invocation of a OpenAPI service.
- OpenApiRequestException(String) - Constructor for exception com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException
-
Thrown if an error occurs during the invocation of a OpenAPI service.
- OpenApiRequestException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException
-
Thrown if an error occurs during the invocation of a OpenAPI service.
- OpenApiRequestException(Throwable) - Constructor for exception com.sap.cloud.sdk.services.openapi.core.OpenApiRequestException
-
Thrown if an error occurs during the invocation of a OpenAPI service.
- OpenApiResponse - Class in com.sap.cloud.sdk.services.openapi.core
-
Response object for OpenAPI calls containing status code
- OpenApiResponse(int) - Constructor for class com.sap.cloud.sdk.services.openapi.core.OpenApiResponse
-
Create a new
OpenApiResponse
from an http status code. - OpenApiResponse(ApiClient) - Constructor for class com.sap.cloud.sdk.services.openapi.core.OpenApiResponse
-
Create a new
OpenApiResponse
from anApiClient
- OpenApiService - Interface in com.sap.cloud.sdk.services.openapi.core
-
Marker interface to tag a OpenAPI service as part of the SAP Cloud SDK.
- OperationsOnEntityCollections - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Invoke actions and functions on OData collections
- options - Variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultOAuth2PropertySupplier
-
The
ServiceBindingDestinationOptions
containing the service binding to interpret. - Options() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions.Options
- OPTIONS - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.OPTIONS
- or(CacheFilter, CacheFilter...) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
-
Creates a new
CacheFilter
instance which represents the disjunction of all passed cache filters. - or(ValueBoolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
-
Combine current filter expression with another expression in disjunction.
- or(ValueBoolean, ValueBoolean) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
- or(ExpressionFluentHelper<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
-
Boolean OR expression fluent helper.
- or(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
-
Combine current search expression with another search expression in disjunction.
- or(FilterableBoolean<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean
-
Combine the filter expression with another expression in disjunction.
- or(Boolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
-
Combine the filter expression with another expression in disjunction
- or(Boolean) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableBoolean
-
Combine the filter expression with a boolean value in disjunction.
- or(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
-
Combine current string with another search string in disjunction.
- Order - Enum Class in com.sap.cloud.sdk.datamodel.odata.client.query
-
Used with orderBy methods in entity fluent helper objects to set the sorting order of field values.
- Order - Enum Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Used with orderBy methods in entity fluent helper objects to set the sorting order of field values.
- orderBy(OrderExpression) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Sets the
orderBy
operation for this query object, overwriting any existingorderBy
operations. - orderBy(EntityField<EntityT, ?>, Order) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Query modifier to sort the set of returned entities by one or more fields.
- orderBy(FieldOrdering<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- orderBy(FieldOrdering<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- orderBy(FieldOrdering<TargetT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- orderBy(String, Order) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Adds an
orderBy
expression to this query object. - OrderExpression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
A class representing order expressions over fields, maintaining an order over them.
- orElse(T) - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Returns the contained value, or the given default value if the object was not convertible.
- orNull() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
-
Returns the contained value, or
null
if the object was not convertible. - outputDirectory(String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- overwriteFiles() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines that already existing files will get overwritten.
- overwriteFiles() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines that already existing files will get overwritten.
- overwriteFiles(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether already existing files will get overwritten.
- overwriteFiles(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether already existing files will get overwritten.
P
- parameter(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions.Builder
-
Sets a configuration parameter.
- ParameterFields<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- parameterIfAbsent(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions.Builder
-
Sets a configuration parameter.
- ParameterNotFoundException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Parameter Not Found Exception.
- ParameterNotFoundException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ParameterNotFoundFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Parameter Not Found Exception Factory.
- ParameterNotFoundFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.ParameterNotFoundFactory
- parameters() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Additional parameters added to the cache key.
- parameterToMultiValueMap(ApiClient.CollectionFormat, String, Object) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Converts a parameter to a
MultiValueMap
for use in REST requests - parameterToString(Object) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Format the given parameter object into string.
- parse(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.RFC3339DateFormat
- parse(String, ParsePosition) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.RFC3339DateFormat
- parseDate(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Parse the given string into Date object.
- password - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
-
Authenticate with password
- PATCH - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.PATCH
- PATTERN_WITH_COLONS - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.DateTimeFormat pattern suited for the time format 17:34:56
- PATTERN_WITH_DASHES - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.DateTimeFormat pattern suited for the date format 2018-12-31
- PATTERN_WITHOUT_DELIMITER - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.DateTimeFormat pattern suited for the date format 20181231
- PATTERN_WITHOUT_DELIMITER - Static variable in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.DateTimeFormat pattern suited for the time format 173456
- PIPES - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
Pipes
- PlatformSslContextProvider - Interface in com.sap.cloud.sdk.cloudplatform
-
Creates an SslContext based on properties of the platform.
- pojosOnly() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Activates POJO only generation, so just entity and complex type classes are generated.
- pojosOnly() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Activates POJO only generation, so just entity and complex type classes are generated.
- pojosOnly(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether to generate just the POJO classes (entities and complex types).
- pojosOnly(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether to generate just the POJO classes (entities and complex types).
- positionReaderToResultSet(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
-
Position the to the response result set.
- POST - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.POST
- precision() - Element in annotation interface com.sap.cloud.sdk.datamodel.odatav4.core.DecimalDescriptor
-
The associated precision of the decimal number
- prependDestinationLoader(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
-
Register an
DestinationLoader
created at runtime. - prependSlashIfMissing(String) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.ServiceUriBuilder
-
Deprecated.Adds a slash ('/') as a prefix if it is not yet present.
- PrimitiveBasedObjectExtractor<T> - Class in com.sap.cloud.sdk.result
-
This class implements the basic
ObjectExtractor
interface, offering a method to create an object by extracting arbitrary input data of typeResultElement
. - PrimitiveBasedObjectExtractor(Class<T>) - Constructor for class com.sap.cloud.sdk.result.PrimitiveBasedObjectExtractor
- principal - Variable in exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.The principal reference.
- Principal - Interface in com.sap.cloud.sdk.cloudplatform.security.principal
-
This represents the information available an authenticated entity.
- PRINCIPAL_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for the PrincipalThreadContextListener
- PRINCIPAL_OPTIONAL - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
User-only key that differentiates between users but not tenants.
- PRINCIPAL_PROPAGATION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
PrincipalPropagation
- PRINCIPAL_PROPAGATION_MODE - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Principal Propagation Strategy of destination, in case of Proxy Type = On-Premise.
- PRINCIPAL_REQUIRED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
User-only key that differentiates between users but not tenants.
- PrincipalAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.principal.exception
-
An exception that is thrown in case of any errors in the
PrincipalFacade
. - PrincipalAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
- PrincipalAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
-
Creates a new
PrincipalAccessException
with the given message. - PrincipalAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
-
Creates a new
PrincipalAccessException
with the given message and the given cause. - PrincipalAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
-
Creates a new
PrincipalAccessException
with the given cause. - PrincipalAccessor - Class in com.sap.cloud.sdk.cloudplatform.security.principal
-
Accessor for retrieving the current
Principal
. - PrincipalFacade - Interface in com.sap.cloud.sdk.cloudplatform.security.principal
-
Facade interface encapsulating the logic to access
Principal
information. - PrincipalPropagationMode - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Represents the mode of principal propagation.
- PrincipalThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.security.principal
-
Implementation of
ThreadContextListener
that ensures the correct initialization ofPrincipal
s when working with non-container managed threads on all supported Cloud platforms. - PrincipalThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
-
Default constructor.
- PrincipalThreadContextListener(Principal) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
-
Constructor for providing a
Principal
to be returned by this listener. - printExecuteInformation() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Prints all information gathered in this builder.
- printExecuteInformation() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Prints all information gathered in this builder.
- priorityByMethodNamePrefix(String[]) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- PRIVATE_LINK - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Represents a connection within a private Hyperscaler network.
- propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Specifies to invoke a
RemoteFunctionRequestErrorHandler
after the request execution which inspects the request result and throws aRemoteFunctionException
or one of its more-specific exceptions depending on the returned error messages of the request. - propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.Specifies to invoke a
RemoteFunctionRequestErrorHandler
after the request execution which inspects theBapiRequestResult
and throws aRemoteFunctionException
or one of its more-specific exceptions depending on the returned error messages of the request. - propagatingErrorsAsExceptions() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Specifies to invoke a
RemoteFunctionRequestErrorHandler
after the request execution which inspects theRfmRequestResult
and throws aRemoteFunctionException
or one of its more-specific exceptions depending on the returned error messages of the request. - property(DestinationPropertyKey<ValueT>, ValueT) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Adds the given key-value pair to the destination to be created.
- property(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
-
Adds the given key-value pair to the destination to be created.
- property(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Adds the given key-value pair to the destination to be created.
- Property<T> - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Represents a
ThreadContext
property with a given value (or exception, if the value could not be determined). - Property<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Generic entity property.
- Property(Try<T>, boolean) - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.Property
-
Creates a property.
- PROPERTY_AUTH_TOKEN - Static variable in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
-
The ThreadContext key.
- PROPERTY_BASIC_AUTH_HEADER - Static variable in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
-
The key of the stored BasicCredentials in the current
ThreadContext
. - PROPERTY_PRINCIPAL - Static variable in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
-
The ThreadContext key.
- PROPERTY_REQUEST_HEADERS - Static variable in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderThreadContextListener
-
The ThreadContext key.
- PROPERTY_TENANT - Static variable in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
-
The ThreadContext key.
- protocolSpecificMetadata(ProtocolSpecificMetadata) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- ProtocolSpecificMetadata - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Protocol-specific Datamodel Metadata.
- providerConfiguration() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder1
-
Initializes the configuration for the provider account (PaaS).
- proxy(String, int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the proxy host and proxy port of the
DefaultHttpDestination
. - proxy(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the proxy URI of the
DefaultHttpDestination
. - PROXY_AUTH - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Proxy authentication of destination.
- PROXY_HOST - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Proxy host of destination.
- PROXY_PORT - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Proxy port of destination.
- PROXY_TYPE - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
ProxyType
of destination, e.g. - PROXY_URI - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Proxy
URI
of destination. - proxyAuthorization(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the proxy authorization header of the
DefaultHttpDestination
. - proxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the proxy used by the destination to the given value.
- ProxyConfiguration - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Proxy configuration.
- ProxyConfiguration(URI) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Creates a configuration based on the given URI and without any credentials.
- ProxyConfiguration(URI, Credentials) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
-
Creates a configuration based on the given URI and credentials.
- proxyType(ProxyType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the proxy type (Internet or On-Premise).
- ProxyType - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Enum representing the type of a remote installation.
- PUT - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.PUT
Q
- qualifiedServiceClassName(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- qualifiedServiceClassName(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- qualifiedServiceInterfaceName(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- qualifiedServiceMethodResult(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- qualifiedServiceMethodResult(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- qualifiedServiceName(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- QueryParamGetter - Exception in com.sap.cloud.sdk.cloudplatform.connectivity
-
Utility class offering the ability to get Query Parameters from Destination Properties.
- QuerySerializable - Interface in com.sap.cloud.sdk.datamodel.odata.client.query
-
A serializable query interface to serve an encoded and not-encoded String representation.
- queueCallable(Callable<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a callable function.
- queueCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate an instance of a callable function.
- queueCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a callable function.
- queueSupplier(Supplier<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a supplier function.
- queueSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
-
Decorate an instance of a supplier function.
- queueSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Decorate an instance of a supplier function.
R
- raiseMissingAuthorizations(Principal, String) - Static method in exception com.sap.cloud.sdk.s4hana.connectivity.exception.AccessDeniedException
-
Deprecated.Static factory method to instantiate a new exception.
- rateLimiterConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- rateLimiterConfiguration(ResilienceConfiguration.RateLimiterConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- RateLimiterProvider - Interface in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Provider for rate limiters.
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.BigDecimalAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.BinaryTypeAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.DurationTypeAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalDateTypeAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalTimeTypeAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.OffsetDateTimeTypeAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.UuidTypeAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonCustomFieldAdapter
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityAdapter
-
For internal use only by data model classes.
- read(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityListAdapter
-
For internal use only by data model classes.
- read(JsonReader) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
- read(JsonReader) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBinaryAdapter
- read(JsonReader) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBooleanAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCustomFieldAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityAdapter
-
For internal use only by data model classes
- read(JsonReader) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityListAdapter
-
For internal use only by data model classes
- READ_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
-
Use the read API of the SAP Business Logging Service.
- ReadRequestBuilder<ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Interface to mark OData request types as reading operation.
- refineJsonResponse(JsonElement) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Transform the JSON element from the response to extract a result entity.
- refreshToken(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Refresh token to be sent for destination of type
AuthenticationType.OAUTH2_REFRESH_TOKEN
. - register(Cache<CacheKey, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Registers a cache at in the
CacheManager
. - registerCustomConverter(Class<? extends ConverterUtil>) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
-
Deprecated.Use this method to register your own custom converter class which Axis2 uses for converting values from the SOAP envelope following XSD types to Java types.
- registerDefaultDecorator(ThreadContextDecorator) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
-
Registers a default
ThreadContextDecorator
. - registerDefaultListener(ThreadContextListener) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
-
Registers a default
ThreadContextListener
. - registerDestination(Destination) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
-
Register a
Destination
to this destination loader. - registerDestination(HttpDestination) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
-
Register a
HttpDestination
to this destination loader. - registerPropertySupplier(ServiceIdentifier, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier>) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2ServiceBindingDestinationLoader
-
Adds the given
OAuth2PropertySupplier
to handle matchingServiceBindingDestinationOptions
according to the providedServiceIdentifier
. - registerPropertySupplier(Predicate<ServiceBindingDestinationOptions>, Function<ServiceBindingDestinationOptions, OAuth2PropertySupplier>) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2ServiceBindingDestinationLoader
-
Adds the given
OAuth2PropertySupplier
to handle matchingServiceBindingDestinationOptions
. - registerServiceBinding(MegacliteServiceBinding) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBindingAccessor
-
Adds the provided
serviceBinding
to the statically stored list of all trackedMegacliteServiceBinding
instances. - REGULAR - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
-
Regular request.
- RELEASED - Enum constant in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
The API is released for productive usage
- rememberChangedField(String, Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Remembers the original value of a changed field.
- rememberChangedField(String, Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Remembers the original value of a changed field.
- RemoteFunctionCache - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionCache() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionCache
-
Deprecated.
- RemoteFunctionCommitFailedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when the commit during the invocation of a remote function fails.
- RemoteFunctionCommitFailedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionCommitFailedException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionCommitFailedException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionCommitFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionCommitFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionCommitFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionCommitFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionError - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionError(MessageClass, MessageNumber) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionError
-
Deprecated.
- RemoteFunctionException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when something goes wrong during the invocation of a remote function.
- RemoteFunctionException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionExceptionFactory<T extends RemoteFunctionException> - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Remote Function Exception Factory.
- RemoteFunctionMessage - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionMessage(MessageType, MessageClass, MessageNumber, String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- remoteFunctionRequestErrorHandler - Variable in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.The result handler that is invoked after the request execution.
- RemoteFunctionRequestErrorHandler - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionRequestExecutor<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionRequestExecutor(AbstractTransactionFactory<RequestT, RequestResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RemoteFunctionRequestExecutor
-
Deprecated.
- RemoteFunctionRollbackFailedException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
Thrown when the rollback during the invocation of a remote function fails.
- RemoteFunctionRollbackFailedException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
-
Deprecated.
- RemoteFunctionRollbackFailedException(RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionRollbackFailedException(Iterable<RemoteFunctionMessage>) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionRollbackFailedException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionRollbackFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RemoteFunctionRollbackFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.RemoteFunctionRollbackFailedException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- removeCurrentContext() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
-
Removes the current
ThreadContext
. - removeCurrentContext() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
- removeDecorator(int) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
- removeDecorator(int) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecoratorChain
-
Removes a
ThreadContextDecorator
by its priority. - removeDefaultDecorators() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
-
Removes the default decorators from this chain.
- removeDefaultListeners() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
-
Removes the default listeners from this chain.
- removeInvalidJavaCharacters(CharSequence) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Removes all characters that are not valid Java syntax from the given
name
. - removeListener(int) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
- removeListener(int) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListenerChain
-
Removes a
ThreadContextListener
by its priority. - removeNonPrintableCharacters(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AsciiUtils
-
Removes non-printable characters from a String
- removeProperty(DestinationPropertyKey<?>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Removes the property with the given key from the destination to be created.
- removeProperty(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Removes the property with the given key from the destination to be created.
- removeProperty(String) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- removeProperty(String) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Removes the property with the given name.
- removeRepeatedUnderscores(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Removes repeated underscores (
"_"
) from the givenname
. - removeWhiteSpaces(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Removes all white spaces from the given
name
. - REPLACE_WITH_PUT - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
-
Request to update the entity is sent with the HTTP method PUT and its payload contains all fields of the entity, regardless which of them have been changed
- replaceHeader(String, RequestHeaderContainer) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- replaceHeader(String, RequestHeaderContainer) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Replaces an HTTP header in this
RequestHeaderContainer.Builder
by copying the HTTP header of the givenheaderContainer
. - replaceHeader(String, Iterable<String>) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- replaceHeader(String, Iterable<String>) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Replaces an HTTP header in this
RequestHeaderContainer.Builder
. - replaceHeader(String, String, String...) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- replaceHeader(String, String, String...) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Replaces an HTTP header in this
RequestHeaderContainer.Builder
. - replaceInvalidJavaCharacters(CharSequence, String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Replaces all characters that are not part of a valid Java name within the given
stringToClean
with the givenpartReplacement
. - replacingEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
-
Allows to control that the request to update the entity is sent with the HTTP method PUT and its payload contains all fields of the entity, regardless which of them have been changed.
- replacingEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Allows to control that the request to update the entity is sent with the HTTP method PUT and its payload contains all fields of the entity, regardless which of them have been changed.
- Request<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends RequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- Request() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Default constructor.
- REQUEST_HEADER_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for the RequestHeaderThreadContextListener
- RequestAccessorFilter - Class in com.sap.cloud.sdk.cloudplatform.servletjakarta
-
Servlet filter for storing the current
HttpServletRequest
in the current thread context. - RequestAccessorFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.servletjakarta.RequestAccessorFilter
- RequestBuilder<ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of a generic OData request builder as a fluent interface.
- RequestBuilderExecutable<ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of a generic executable OData request builder as a fluent interface.
- RequestExecutionException - Exception in com.sap.cloud.sdk.s4hana.connectivity.exception
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RequestExecutionException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
-
Deprecated.
- RequestExecutionException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
-
Deprecated.Constructor.
- RequestExecutionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
-
Deprecated.Constructor.
- RequestExecutionException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestExecutionException
-
Deprecated.Constructor.
- RequestExecutionMeasurements - Class in com.sap.cloud.sdk.s4hana.connectivity
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RequestExecutionMeasurements() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- RequestExecutor<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends RequestResult<RequestT, RequestResultT>> - Interface in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- RequestHeaderAccessor - Class in com.sap.cloud.sdk.cloudplatform.requestheader
-
Accessor for retrieving the
RequestHeaderContainer
of the current context. - RequestHeaderContainer - Interface in com.sap.cloud.sdk.cloudplatform.requestheader
-
Represents an immutable container for multiple HTTP headers.
- RequestHeaderContainer.Builder - Interface in com.sap.cloud.sdk.cloudplatform.requestheader
-
Convenience class for constructing and manipulating
RequestHeaderContainer
s. - RequestHeaderFacade - Interface in com.sap.cloud.sdk.cloudplatform.requestheader
-
This class provides access to the
RequestHeaderContainer
for the current context. - RequestHeadersAccessException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Thrown if the request headers cannot be accessed.
- RequestHeadersAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.RequestHeadersAccessException
- RequestHeadersAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.RequestHeadersAccessException
-
Exception constructor.
- RequestHeadersAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.RequestHeadersAccessException
-
Exception constructor.
- RequestHeadersAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.RequestHeadersAccessException
-
Exception constructor.
- RequestHeaderThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.requestheader
-
Implementation of
ThreadContextListener
that ensures the correct initialization of theRequestHeaderContainer
when working with non-container managed threads on all supported Cloud platforms. - RequestHeaderThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderThreadContextListener
-
Initializes a new instance of the
RequestHeaderThreadContextListener
class without aRequestHeaderContainer
. - RequestHeaderThreadContextListener(RequestHeaderContainer) - Constructor for class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderThreadContextListener
-
Initializes a new instance of the
RequestHeaderThreadContextListener
class with the givenrequestHeaders
. - RequestMethod - Enum Class in com.sap.cloud.sdk.s4hana.connectivity
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RequestResult<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends RequestResult<RequestT, RequestResultT>> - Interface in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- RequestSerializationException - Exception in com.sap.cloud.sdk.s4hana.connectivity.exception
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RequestSerializationException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestSerializationException
-
Deprecated.
- RequestSerializationException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestSerializationException
-
Deprecated.Constructor.
- RequestSerializationException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestSerializationException
-
Deprecated.Constructor.
- RequestSerializationException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.exception.RequestSerializationException
-
Deprecated.Constructor.
- RequestSerializer<RequestT extends Request<RequestT,
RequestResultT>, RequestResultT extends RequestResult<RequestT, RequestResultT>> - Interface in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- requiresUserTokenExchange(AuthenticationType, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationUtility
-
Helper method to identify if an
AuthenticationType
requires user token exchange - requiresUserTokenExchange(DestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationUtility
-
Helper method to identify if a destination requires user token exchange
- resetChangedFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Resets the map of all fields which have been changed on this entity.
- resetChangedFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Resets the map of all fields which have been changed on this entity.
- resetDecorationStrategy() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Resets the decoration strategy to its default.
- resetMeasurements() - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.Remove all current measurements for a request.
- Resilience4jDecorationStrategy - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Configurable implementation of ResilienceDecorationStrategy using Resilience4j.
- Resilience4jDecorationStrategy() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
-
Default constructor with default set of decorators.
- Resilience4jDecorationStrategy(GenericDecorator...) - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
-
Default constructor with enumerated decorators.
- Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder - Class in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Builder class for custom instances of
Resilience4jDecorationStrategy
. - ResilienceConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
This type provides options to configure the resilience function decoration.
- ResilienceConfiguration(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
-
Constructor for resilience configuration.
- ResilienceConfiguration.BulkheadConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Provides options specific to bulkheads.
- ResilienceConfiguration.CacheConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Provides options specific to caching.
- ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Builder class for cache configuration.
- ResilienceConfiguration.CircuitBreakerConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Provides options specific to circuit breakers.
- ResilienceConfiguration.RateLimiterConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Provides options specific to rate limits.
- ResilienceConfiguration.RetryConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Provides options specific to retries, which will reattempt failed requests a limited amount of times.
- ResilienceConfiguration.TimeLimiterConfiguration - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Provides options specific to timeouts.
- ResilienceDecorationStrategy - Interface in com.sap.cloud.sdk.cloudplatform.resilience
-
Generic interface to decorate functions with non-functional requirements.
- ResilienceDecorator - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Accessor class for decorating functions with resilient properties.
- ResilienceDecorator() - Constructor for class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
- ResilienceIsolationKey - Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Isolation key to manage optional tenant and principal values.
- ResilienceIsolationMode - Enum Class in com.sap.cloud.sdk.cloudplatform.resilience
-
Determines how to further isolate resilience constructs such as timeouts, circuit breakers, and bulkheads.
- ResilienceRuntimeException - Exception in com.sap.cloud.sdk.cloudplatform.resilience
-
Exception class dedicated to failing resilient functions.
- ResilienceRuntimeException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.resilience.ResilienceRuntimeException
- ResilienceRuntimeException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.resilience.ResilienceRuntimeException
-
Throw exception with custom string message.
- ResilienceRuntimeException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.resilience.ResilienceRuntimeException
-
Throw exception with custom string message and another caused-by exception.
- ResilienceRuntimeException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.resilience.ResilienceRuntimeException
-
Throw exception with another caused-by exception.
- resourcePath - Variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The
ODataResourcePath
that identifies the OData resource to operate on. - RESPONSE_PREFIX_N0 - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
-
Deprecated.The item prefix.
- RESPONSE_PREFIX_SOAP_ENV - Enum constant in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
-
Deprecated.The parent prefix.
- REST - Enum constant in enum class com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
-
REST.
- REST_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.WorkflowOptions
-
Use the REST API of the SAP Workflow Service.
- RestApiUsageMetadata - Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
Metadata about REST API Usage.
- RestApiUsageMetadata.RestApiUsageMetadataBuilder - Class in com.sap.cloud.sdk.datamodel.metadata.generator
- ResultCollection - Interface in com.sap.cloud.sdk.result
-
Interface representing one collection of result elements (e.g. a list of complex business objects) resulting from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
- ResultElement - Interface in com.sap.cloud.sdk.result
-
Class representing one resulting element from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
- resultElementFactory - Variable in class com.sap.cloud.sdk.result.GsonResultObject
-
The
GsonResultElementFactory
to derive GSON builder from. - ResultElementFactory<ResultElementT> - Interface in com.sap.cloud.sdk.result
-
Factory interface to encapsulating different ways to create a
ResultElement
from an arbitrary object. - ResultObject - Interface in com.sap.cloud.sdk.result
-
Interface representing one structured object (e.g one complex business object) resulting from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
- ResultPrimitive - Interface in com.sap.cloud.sdk.result
-
Class representing an unstructured result primitive resulting from a call to an external service (e.g. after invoking a BAPI or a remote-enabled function module).
- retrievalStrategy(DestinationServiceRetrievalStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Sets the strategy to use when loading destinations in a multi-tenant subscription environment.
- retrieveCsrfToken(HttpClient, String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.CsrfTokenRetriever
-
Retrieves an CSRF Token from a remote system by issuing an CSRF token request.
- retrieveCsrfToken(HttpClient, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
- retrieveCsrfToken(HttpClient, String, Map<String, Collection<String>>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.CsrfTokenRetriever
-
Retrieves an CSRF Token from a remote system by issuing an CSRF token request.
- retrieveCsrfToken(HttpClient, String, Map<String, Collection<String>>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
- retryConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- retryConfiguration(ResilienceConfiguration.RetryConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- retryOnExceptionPredicate() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
A predicate which evaluates if an exception should be retried.
- retryOnExceptionPredicate(Predicate<Throwable>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
A predicate which evaluates if an exception should be retried.
- RetryProvider - Interface in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Provider for retries.
- RFC - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
RFC
- RFC3339DateFormat - Class in com.sap.cloud.sdk.services.openapi.apiclient
-
Date format according to the RFC3339.
- RFC3339DateFormat() - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.RFC3339DateFormat
-
Default constructor
- RfcDestination - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Deprecated.Please use
Destination
instead. - RfcDestinationProperties - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Deprecated.Please use
DefaultDestination
instead. - RfmRequest - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RfmRequest(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Constructs a synchronous remote function call request for which the result will be committed.
- RfmRequest(String, boolean) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Constructs a remote function call request.
- RfmRequest(String, CommitStrategy) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Constructs a remote function call request.
- RfmRequestResult - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RfmRequestResult() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequestResult
-
Deprecated.
- RfmTransactionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- RfmTransactionFactory() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmTransactionFactory
-
Deprecated.
- rollback(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.JCoTransaction
-
Deprecated.
- rollback(Destination, RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
-
Deprecated.
- rollback(Destination, RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.rfc.Transaction
-
Deprecated.If there was a problem with
Transaction.execute(Destination, AbstractRemoteFunctionRequest)
orTransaction.commit(Destination, AbstractRemoteFunctionRequest)
this method will get called to rollback any unwanted changes. - round() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "round".
- round() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
-
Filter by expression "round".
- round(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Round expression for numbers.
- row() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.Creates and returns a new
TableRow
that gathers values that are added to thisTable
. - row() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Creates a new
TableRow
, associated to the same table thisTableRow
is linked to. - row(Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - row(T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.Creates a new
Value
based object as element for the given vector. - RW - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."RW"
S
- S4HanaNamingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.utility
-
Represents a
NamingStrategy
, which removes pre- and suffixes from the generated Java identifiers that are typically used in S4Hana service definitions. - S4HanaNamingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
- S4HanaNamingStrategy(NameSource) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
-
Constructs a new
S4HanaNamingStrategy
instance. - SAML_ASSERTION - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
SAML Assertion
- SAP_ASSERTION_SSO - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
SAPAssertionSSO
- SAP_CLIENT - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
SAP client for S/4HANA systems.
- SAP_COPYRIGHT_HEADER - Static variable in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
An SAP copyright header that can be added to generated files.
- SAP_COPYRIGHT_HEADER - Static variable in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
An SAP copyright header that can be added to generated files.
- SAP_LANGUAGE - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
SAP language for S/4HANA systems.
- SapClient - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SapClient(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.Creates a new
SapClient
representing the given ERP String. - SapClientConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SapClientConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.SapClientConverter
-
Deprecated.
- sapCopyrightHeader() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Generate SAP copyright headers at the top of generated files.
- sapCopyrightHeader() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Generate SAP copyright headers at the top of generated files.
- scale() - Element in annotation interface com.sap.cloud.sdk.datamodel.odatav4.core.DecimalDescriptor
-
The associated scale of the decimal number
- SCP_CF_SECURITY_CONTEXT_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
-
The priority for the security context decorator.
- SCP_CF_SECURITY_CONTEXT_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for the SecurityContextThreadContextDecorator
- search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
- search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- search(String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Sets the
search
operation for this query object. - search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
- search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- SearchExpression - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of a OData query parameter for Search Modifier
- SearchExpression(String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
- second(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"second"
portion of a temporal value. - second(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"second"
portion of a temporal value. - securityConfiguration(SecurityConfigurationStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the
SecurityConfigurationStrategy
for outbound calls via this Destination to decide if theSSLContext
should be derived from the Destination Configuration or from the cloud platform (i.e. the environment). - SecurityConfigurationStrategy - Enum Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Defines from where the HTTP Security Configuration for outbound HTTP calls is determined from.
- SecurityContextThreadContextDecorator - Class in com.sap.cloud.sdk.cloudplatform.security
-
Implementation of
ThreadContextDecorator
that ensures the correct initialization ofTokens
when working with non-container managed threads on Cloud Foundry. - SecurityContextThreadContextDecorator() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextDecorator
- select(StructuredQuery...) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Query modifier to limit which complex and navigational properties will be expanded (and thus selected).
- select(EntitySelectable<SubEntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
-
Used in combination with
FluentHelperRead.select
when expanding a navigation property to specify which fields of that navigation property to select, and which navigation properties of that navigation property to expand. - select(Property<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- select(Property<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
- select(Property<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- select(Property<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertySingleQuery
- select(Property<PropertyT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexPropertyQuery
- select(Property<TargetT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- select(Property<ValueT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Collection
- select(Property<ValueT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Single
- select(Property<ValueT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single
- select(Iterable<Property<PropertyT>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexPropertyQuery
-
Query modifier to limit which field values of the entity AbstractStructuredPropertyQuery get fetched and populated.
- select(String...) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Query modifier to limit which field values of the entity get fetched and populated.
- select(SelectableT...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
-
Query modifier to limit which field values of the entity get fetched & populated.
- select(SelectableT...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Query modifier to limit which field values of the entity get fetched and populated, and to specify which navigation properties to expand.
- selectHeaderAccept(String[]) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
- serializable() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
-
Flag to indicate parameters being serializable.
- SerializableCacheKey - Class in com.sap.cloud.sdk.cloudplatform.cache
-
SerializableCacheKey with either global visibility, tenant isolation, or tenant and principal isolation.
- serialize(VdmEnum, JsonGenerator, SerializerProvider) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumSerializer
- serialize(VdmObject<?>, JsonGenerator, SerializerProvider) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectSerializer
- serialize(Number, Type, JsonSerializationContext) - Method in class com.sap.cloud.sdk.datamodel.odata.adapter.ODataNumberSerializer
- serialize(RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.AbstractRequestSerializer
-
Deprecated.
- serialize(RequestT) - Method in interface com.sap.cloud.sdk.s4hana.connectivity.RequestSerializer
-
Deprecated.Serialize a request.
- serialize(T, JsonGenerator, SerializerProvider) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarSerializer
- SerializedRequest<RequestT extends Request<RequestT,
?>> - Class in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- SerializedRequest(RequestT, RequestMethod, String, List<Header>, String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- SerializedRequestResult<RequestT extends Request<RequestT,
?>> - Class in com.sap.cloud.sdk.s4hana.connectivity -
Deprecated.This module will be discontinued, along with its classes and methods.
- SerializedRequestResult(RequestT, String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.Default constructor.
- SerializedRequestResult(RequestT, String, List<Header>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- serializeRequest(RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.AbstractRequestSerializer
-
Deprecated.Serialize a request.
- serializeRequest(RequestT) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
-
Deprecated.
- ServiceBindingDestinationLoader - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
Represents a class that is capable of transforming a
ServiceBinding
andServiceBindingDestinationOptions
into anHttpDestination
. - ServiceBindingDestinationOptions - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Representation of parameters and context information for the
ServiceBindingDestinationLoader
API. - ServiceBindingDestinationOptions.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Builder class to construct a
ServiceBindingDestinationOptions
instance. - ServiceBindingDestinationOptions.Options - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
A set of further options that can be configured using
ServiceBindingDestinationOptions.Builder.withOption(OptionsEnhancer)
. - ServiceBindingDestinationOptions.OptionsEnhancer<T> - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
-
An enhancer that can add and retrieve additional options from
ServiceBindingDestinationOptions
. - serviceConstructorArgument(ApiUsageMetadata.MethodArgument) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- serviceConstructorArgument(ApiUsageMetadata.MethodArgument) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- serviceConstructorArguments(Collection<? extends ApiUsageMetadata.MethodArgument>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- serviceConstructorArguments(Collection<? extends ApiUsageMetadata.MethodArgument>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- serviceMethodInvocation(ApiUsageMetadata.Invocation) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- serviceMethodInvocation(ApiUsageMetadata.Invocation) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- serviceMethodInvocations(Collection<? extends ApiUsageMetadata.Invocation>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- serviceMethodInvocations(Collection<? extends ApiUsageMetadata.Invocation>) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- serviceMethodsPerEntitySet() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The generator generates service methods for each entity set of one entity type.
- serviceMethodsPerEntitySet() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The generator generates service methods for each entity set of one entity type.
- serviceMethodsPerEntitySet(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The generator generates service methods for each entity set of one entity type.
- serviceMethodsPerEntitySet(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The generator generates service methods for each entity set of one entity type.
- serviceNameToBaseJavaClassName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
serviceName
into a base name for a Java class. - serviceNameToJavaPackageName(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.utility.NamingUtils
-
Converts the given
serviceName
into a Java package name. - servicePath - Variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The service path of the targeted OData service.
- ServiceType - Enum Class in com.sap.cloud.sdk.datamodel.metadata.generator
-
The Service Type denotes the protocol of the service, like OData V2, OData V4, REST or SOAP.
- ServiceUriBuilder - Class in com.sap.cloud.sdk.s4hana.connectivity
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ServiceUriBuilder() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.ServiceUriBuilder
-
Deprecated.
- ServiceWithNavigableEntities - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
OData Service interface to provide type-safe and recursive access to nested entities and their navigation properties.
- setAccessToken(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuth
-
Set the access token
- setApiKey(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Set the API key
- setApiKeyPrefix(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
-
Set the API key prefix
- setAuthTokenFacade(AuthTokenFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Replaces the default
AuthTokenFacade
instance. - setAuthTokens(List<DestinationServiceV1Response.DestinationAuthToken>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- setBasePath(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Set the base path, which should include the host
- setBasicAuthenticationFacade(BasicAuthenticationFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationAccessor
-
Overrides the currently set facade with the given one, potentially changing the behavior of all following calls to the
BasicAuthenticationAccessor
. - setBeginTotal(Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- setCertificates(List<DestinationServiceV1Response.DestinationCertificate>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- setContent(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- setCsrfTokenRetriever(CsrfTokenRetriever) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
The CSRF token retriever.
- setCurrentContext(ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
-
Sets the current
ThreadContext
. - setCurrentContext(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
- setCustomField(EntityField<ObjectT, FieldT>, FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Sets the value of a single custom field.
- setCustomField(SimpleProperty<ObjectT>, FieldT) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Sets the value of a single custom field.
- setCustomField(String, Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Sets the value of a single custom field.
- setCustomField(String, Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Sets the value of a single custom field.
- setDateFormat(DateFormat) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Set the date format used to parse/format date parameters.
- setDecorationStrategy(ResilienceDecorationStrategy) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
-
Sets the
ResilienceDecorationStrategy
that will be used to decorate resilient code. - setDestinationConfiguration(Map<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- setDestinationForFetch(Destination) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Convienence field for reusing the same destination with multiple queries (e.g. fetching associated entities).
- setEndTotal(Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.RequestExecutionMeasurements
-
Deprecated.
- setError(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- setExecutor(ThreadContextExecutorService) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Set the unique executor of this class or reset it if the given executor is null.
- setExpiration(Duration, CacheExpirationStrategy) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Sets the expiration duration and strategy for the destination cache.
- setExpiresIn(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- setFallbackHeaderContainer(Supplier<RequestHeaderContainer>) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
- setFallbackPrincipal(Supplier<Principal>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Global fallback
Principal
. - setFallbackTenant(Supplier<Tenant>) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Global fallback
Tenant
. - setFallbackToken(Supplier<AuthToken>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
-
Global fallback
AuthToken
. - setHeader(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Replace a header in the OData HTTP request.
- setHeader(String, Collection<String>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Replace a header with multiple values in the OData HTTP request.
- setHeaderFacade(RequestHeaderFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Sets the
RequestHeaderFacade
to use. - setHttpClientCache(ApacheHttpClient5Cache) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Sets the
ApacheHttpClient5Cache
that is used when resolving cached instances ofHttpClient
within theApacheHttpClient5Accessor
. - setHttpClientCache(HttpClientCache) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Sets the
HttpClientCache
that is used when resolving cached instances ofHttpClient
within theHttpClientAccessor
. - setHttpClientFactory(ApacheHttpClient5Factory) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Sets the
ApacheHttpClient5Factory
that is used when creating instances ofHttpClient
within theApacheHttpClient5Accessor
. - setHttpClientFactory(HttpClientFactory) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Sets the
HttpClientFactory
that is used when creating instances ofHttpClient
within theHttpClientAccessor
. - setHttpHeaderSuggestion(Header) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- setInstanceId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- setLabel(String) - Method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
-
Deprecated.
- setLoader(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
-
Sets the loader to be used for all future method invocations on this
DestinationAccessor
. - setLocaleFacade(LocaleFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.LocaleAccessor
-
Replaces the default
LocaleFacade
instance. - setLongRunningRequestThreshold(Duration) - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Custom execution duration threshold indicating that the request is long running.
- setMockableInstance(FacadeLocator.MockableInstance) - Static method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
-
Replaces the default
FacadeLocator.MockableInstance
. - setName(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- setNameSource(NameSource) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- setNameSource(NameSource) - Method in interface com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
-
Sets the
NameSource
that should be used by thisNamingStrategy
. - setOwner(DestinationServiceV1Response.DestinationOwner) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- setPassword(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Helper method to set password for the first HTTP basic authentication.
- setPassword(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
-
Set the password
- setPrincipalFacade(PrincipalFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Replaces the default
PrincipalFacade
instance. - setProperty(String, Property<?>) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Set a value for the property for the given name, independent whether it has been set before.
- setPropertyIfAbsent(String, Property<?>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- setPropertyIfAbsent(String, Property<?>) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Sets a value for the property for the given name, if it has not been set before.
- setPropertyIfAbsent(String, Callable<Property<?>>) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
-
Sets a value for the property for the given name, if it has not been set before.
- setServicePathForFetch(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
The service path only used for the fetch commands of this entity.
- setSizeLimit(long) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Cache
-
Sets the size limit of the destination cache.
- setSubaccountId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- setTenantFacade(TenantFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Replaces the default
TenantFacade
instance. - setThreadContextFacade(ThreadContextFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
-
Replaces the default
ThreadContextFacade
instance. - setType(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- setType(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- setUpdateStrategy(UpdateStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
-
The
UpdateStrategy
determines if the entity will be changed or replaced. - setUserAgent(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
-
Helper method to set username for the first HTTP basic authentication.
- setUsername(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
-
Set the username
- setValue(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- setVersionIdentifier(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
-
Setter for the version identifier of this entity.
- setVersionIdentifier(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
-
Setter for the version identifier of this entity.
- SG - Static variable in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated."SG"
- ShortConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- ShortConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.ShortConverter
-
Deprecated.
- ShortExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aShort
. - ShortExtractor() - Constructor for class com.sap.cloud.sdk.result.ShortExtractor
- shortValue() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.Get the Short value.
- shouldCancelRunningFuture() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
Whether to cancel the running future.
- shouldCancelRunningFuture(boolean) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
Whether to cancel the running future.
- ShouldNotHappenException - Exception in com.sap.cloud.sdk.cloudplatform.exception
-
Thrown in case of an exception that should not happen.
- ShouldNotHappenException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
- ShouldNotHappenException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
-
Exception constructor.
- ShouldNotHappenException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
-
Exception constructor.
- ShouldNotHappenException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
-
Exception constructor.
- shouldSkipClass(Class<?>) - Method in class com.sap.cloud.sdk.result.AnnotatedFieldGsonExclusionStrategy
- shouldSkipField(FieldAttributes) - Method in class com.sap.cloud.sdk.result.AnnotatedFieldGsonExclusionStrategy
- shutdown() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- shutdownNow() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- SimpleNamingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.utility
-
Represents the default
NamingStrategy
implementation, which generates syntactically correct Java names without doing any additional modifications. - SimpleNamingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.SimpleNamingStrategy
- SimpleNamingStrategy(NameSource) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.SimpleNamingStrategy
-
Initializes a new
SimpleNamingStrategy
with the givennameSource
. - SimpleProperty<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Simple property.
- SimpleProperty.All<Entity> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A pseudo property referencing all fields.
- SimpleProperty.Binary<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Binary property.
- SimpleProperty.Boolean<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Boolean property.
- SimpleProperty.Collection<EntityT,
ValueT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
A composite property holding a collection of values.
- SimpleProperty.Date<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Date property.
- SimpleProperty.DateTime<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A DateTime property.
- SimpleProperty.Duration<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Duration property.
- SimpleProperty.Enum<EntityT,
EnumT extends VdmEnum> - Class in com.sap.cloud.sdk.datamodel.odatav4.core -
A property with predefined possible values.
- SimpleProperty.Guid<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Guid property.
- SimpleProperty.NumericDecimal<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Decimal property.
- SimpleProperty.NumericInteger<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
An Integer property.
- SimpleProperty.String<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A String property.
- SimpleProperty.Time<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
A Time property.
- Single(Class<EntityT>, String, Class<ValueT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexProperty.Single
- Single(Class<EntityT>, String, Class<ValueT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single
- SingleToCollection(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.SingleToCollection
-
Default constructor.
- SingleToCollection(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToCollection
-
Create an instance of a bound function.
- SingleToCollectionComplex(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToCollectionComplex
-
Create an instance of a bound function.
- SingleToCollectionEntity(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToCollectionEntity
-
Create an instance of a bound function.
- SingleToCollectionPrimitive(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToCollectionPrimitive
-
Create an instance of a bound function.
- SingleToSingle(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundAction.SingleToSingle
-
Default constructor.
- SingleToSingle(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToSingle
-
Create an instance of a bound function.
- SingleToSingleComplex(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToSingleComplex
-
Create an instance of a bound function.
- SingleToSingleEntity(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToSingleEntity
-
Create an instance of a bound function.
- SingleToSinglePrimitive(Class<BindingT>, Class<ResultT>, String, Map<String, Object>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.SingleToSinglePrimitive
-
Create an instance of a bound function.
- SingleValueActionRequestBuilder<ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData action request as a fluent interface for further configuring the request and
executing
it. - SingleValueActionRequestBuilder(String, ODataResourcePath, Map<String, Object>, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- SingleValueActionRequestBuilder(String, String, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- SingleValueActionRequestBuilder(String, String, Map<String, Object>, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- SingleValuedFluentHelperFunction<FluentHelperT,
ObjectT, ResultT> - Class in com.sap.cloud.sdk.datamodel.odata.helper -
Representation of any OData function import as a fluent class for further configuring the request and
executing
it. - SingleValuedFluentHelperFunction(String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.SingleValuedFluentHelperFunction
-
Instantiates this fluent helper using the given service path to send the requests.
- SingleValueFunctionRequestBuilder<ResultT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData function request as a fluent interface for further configuring the request and
executing
it. - SingleValueFunctionRequestBuilder(String, String, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueFunctionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- SingleValueFunctionRequestBuilder(String, String, Map<String, Object>, Class<ResultT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueFunctionRequestBuilder
-
Instantiates this request builder using the given service path to send the requests.
- size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Get the size of the result list.
- size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.Returns the size of this
Fields
. - size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Returns the number of fields.
- size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.The number of currently stored groups of values as well as the Id of the last group of added values.
- size() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Returns the number of
Value
s added in context of thisTableRow
. - skip(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- skip(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- skip(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- skip(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Query modifier to skip a certain amount of results before then adding entities.
- skip(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Query modifier to not return the first N entities of the result set.
- skipTokenRetrieval() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options
-
Indicates whether to skip the OAuth2 token flow.
- SOAP - Enum constant in enum class com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
-
SOAP.
- SoapCustomConverter - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapCustomConverter() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
-
Deprecated.
- SoapException - Exception in com.sap.cloud.sdk.s4hana.connectivity.soap
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
-
Deprecated.
- SoapException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
-
Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
- SoapException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
-
Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
- SoapException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
-
Deprecated.Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
- SoapGsonResultElementFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapGsonResultElementFactory(GsonBuilder) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
-
Deprecated.Creates a new instance of
SoapGsonResultElementFactory
. - SoapNamespace - Enum Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapRemoteFunctionRequestSerializer<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapRemoteFunctionRequestSerializer(Class<RequestResultT>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapRemoteFunctionRequestSerializer
-
Deprecated.
- SoapRequest<ServiceT extends org.apache.axis2.client.Stub> - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
-
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapRequest(Class<ServiceT>, Destination) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
-
Deprecated.Takes the class type of the SOAP service type
ServiceT
asserviceClass
and anDestination
, creates and prepares the Axis2 configuration context and instantiates the classServiceT
. - SoapTransaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- SoapTransaction(RequestSerializer<RequestT, RequestResultT>, ErpHttpRequestExecutor<RequestT, RequestResultT>, ErpHttpRequestExecutor<BapiRequest, BapiRequestResult>) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapTransaction
-
Deprecated.Creates a new
SoapTransaction
instance. - sourceDirectory(Path) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- SSLContextFactory - Exception in com.sap.cloud.sdk.cloudplatform.connectivity
- SSV - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
SSV
- startsWith(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueBoolean.Expression
that checks whether the givenoperand1
starts withoperand2
("startswith"
). - startsWith(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "startsWith".
- startsWith(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "startswith".
- startsWith(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- startsWith(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "startsWith".
- startsWith(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "startswith".
- startsWith(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "startsWith".
- startsWith(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "startsWith".
- startsWith(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "startswith".
- startsWith(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Expression fluent helper supporting the filter function "startswith".
- startsWith(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "startswith".
- streamElements(Consumer<ResultElement>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultDeserializable
-
Run a consumer for fluent API type ResultElement to iterate over the OData response with a continuous data stream.
- streamElements(Consumer<ResultElement>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- streamingEntities() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Manually explore the individual entities from the lazy-loading entity result-set.
- streamingEntities() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Stream through all entities from the result-set.
- String(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.String
- StringBasedErpType<T extends StringBasedErpType<T>> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- StringBasedErpType(String) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Constructs a new string-based type.
- StringBasedErpType(String, StringBasedErpType.CharCasing) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Constructs a new string-based type with a certain character casing and the english locale.
- StringBasedErpType(String, StringBasedErpType.CharCasing, Locale) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Constructs a new string-based type with a certain character casing and the given locale.
- StringBasedErpType.CharCasing - Enum Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.The casing of the contained value to be used by a
StringBasedErpType
. - StringBasedErpType.FillCharStrategy - Enum Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.The strategy to be used to fill the String representation of a
StringBasedErpType
to the length specified byStringBasedErpType.getMaxLength()
. - StringBasedErpTypeConverter<T extends StringBasedErpType<T>> - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- StringBasedErpTypeConverter(Class<T>) - Constructor for class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpTypeConverter
-
Deprecated.
- StringExtractor - Class in com.sap.cloud.sdk.result
-
ObjectExtractor
implementation transforming a givenResultElement
to aString
. - StringExtractor() - Constructor for class com.sap.cloud.sdk.result.StringExtractor
- StringRepresentableKey - Interface in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- STRIP_LEADING - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
-
Deprecated.Removes all occurrences of the specified character from the start of the String.
- StructuredQuery - Class in com.sap.cloud.sdk.datamodel.odata.client.query
-
StructuredQuery
acts as a builder for OData 2.0 or 4.0 queries. - submit(Runnable) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Runnable, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Runnable, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContext
to the given task and execute it. - submit(Runnable, ThreadContextExecutor) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Runnable, ThreadContextExecutor) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContextExecutor
to the given task and execute it. - submit(Runnable, T) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Runnable, T, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Runnable, T, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContext
to the given task and execute it. - submit(Runnable, T, ThreadContextExecutor) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Runnable, T, ThreadContextExecutor) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContextExecutor
to the given task and execute it. - submit(Callable<T>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Attach a
ThreadContext
to the given task and execute it. - submit(Callable<T>, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Callable<T>, ThreadContext) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Attach a
ThreadContext
to the given task and execute it. - submit(Callable<T>, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContext
to the given task and execute it. - submit(Callable<T>, ThreadContextExecutor) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextExecutorService
- submit(Callable<T>, ThreadContextExecutor) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
-
Attach a
ThreadContextExecutor
to the given task and execute it. - submit(Callable<T>, ThreadContextExecutor) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutorService
-
Attach a
ThreadContextExecutor
to the given task and execute it. - SUBMIT_ANY_MATCH_ETAG - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
-
Send a wildcard (
*
) in the IF-MATCH header matching all version identifiers. - SUBMIT_ETAG_FROM_ENTITY - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
-
Send an IF-MATCH header, if and only if a version identifier is defined on an
VdmEntity
. - SUBMIT_NO_ETAG - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
-
Do not send any IF-MATCH header.
- subscriberConfiguration() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder1
-
Initializes the configuration for the subscriber account (SaaS).
- substring(Expressions.OperandMultiple, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueCollection.Expression
that extracts the subsequence of {@code operand1) starting from {@code operand2) ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @return A {@link ValueCollection.Expression}. - substring(Expressions.OperandMultiple, ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
-
Returns a
ValueCollection.Expression
that extracts the subsequence of {@code operand1) starting from {@code operand2) with length {@code operand3} ({@code "substring"}). @param operand1 The collection to get the subsequence from. @param operand2 The index of the first element of the subsequence to be extracted. @param operand3 The length of the subsequence to be extracted. @return A {@link ValueCollection.Expression}. - substring(ValueString, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
-
Returns a
ValueString.Expression
that returns a substring ofoperand1
starting atoperand2
("substring"
). - substring(ValueString, ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
-
Returns a
ValueString.Expression
that returns a substring ofoperand1
starting atoperand2
with lengthoperand3
("substring"
). - substring(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "substring".
- substring(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "substring".
- substring(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "substring".
- substring(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "substring".
- substring(Integer, Integer) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
-
Filter by expression "substring".
- substring(Integer, Integer) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "substring".
- substring(Integer, Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
-
Filter by expression "substring".
- substring(Integer, Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "substring".
- substringOf(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "substringof".
- substringOf(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
-
Returns a
ValueBoolean.Expression
that checks whetheroperand1
hasoperand2
as a substring ("substringof"
). - substringOf(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "substringof".
- substringOf(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
-
Expression fluent helper supporting the filter function "substringof".
- subtract(ValueDate, ValueDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Subtraction expression for date and date.
- subtract(ValueDate, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Subtraction expression for date and duration.
- subtract(ValueDateTimeOffset, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Subtraction expression for date time and duration.
- subtract(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "sub".
- subtract(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "sub".
- subtract(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "sub".
- subtract(ValueDuration, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Subtraction expression for duration and duration.
- subtract(ValueNumeric) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
-
Subtraction expression for numbers.
- subtract(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "sub".
- subtract(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "sub".
- subtract(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "sub".
- subtract(FilterableNumericDecimal<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- subtract(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- subtract(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- subtract(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- subtract(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- subtract(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- subtract(Number) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
-
Filter by expression "sub".
- subtract(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
- subtract(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
- subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDate
-
Filter by expression "sub".
- subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "add".
- subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDuration
-
Filter by expression "sub".
- subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDate
-
Filter by expression "sub".
- subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "add".
- subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
-
Filter by expression "sub".
- SUCCESS - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.SUCCESS
- SYSTEM_USER - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
If the destination with authentication type "OAuth2SAMLBearerAssertion" contains this property this user will be used by the destination service to retrieve a authTokens from the bound XSUAA.
T
- table(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.Adds a parameter reflected by a table type.
- table(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.Adds a parameter reflected by a table type.
- Table<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- TableAsVector<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- TableRow<RequestT> - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc
-
Deprecated.This module will be discontinued, along with its classes and methods.
- TECHNICAL_USER_CURRENT_TENANT - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf
-
A technical user based on tenant set in the current context.
- TECHNICAL_USER_PROVIDER - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf
-
A technical user for the provider account.
- Tenant - Interface in com.sap.cloud.sdk.cloudplatform.tenant
-
An interface representing a Tenant on the SAP Business Technology Platform.
- TENANT_AND_USER_OPTIONAL - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Tenant and user key that tries to differentiate between both tenants and users.
- TENANT_AND_USER_REQUIRED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Tenant and user key that differentiates between both tenants and users.
- TENANT_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
-
The default priority for the TenantThreadContextListener
- TENANT_OPTIONAL - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Tenant-only key that differentiates between tenants but not users.
- TENANT_REQUIRED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Tenant-only key that differentiates between tenants but not users.
- TenantAccessException - Exception in com.sap.cloud.sdk.cloudplatform.tenant.exception
-
Runtime exception indicating an issue while accessing a tenant.
- TenantAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
- TenantAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
-
Initializes the exception by delegating the message to the super constructor.
- TenantAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- TenantAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
-
Initializes the exception by delegating the causing exception to the super constructor.
- TenantAccessor - Class in com.sap.cloud.sdk.cloudplatform.tenant
-
Accessor for retrieving the current
Tenant
. - TenantFacade - Interface in com.sap.cloud.sdk.cloudplatform.tenant
-
Facade for accessing the current
Tenant
. - TenantThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.tenant
-
Implementation of
ThreadContextListener
that ensures the correct initialization ofTenant
s when working with non-container managed threads on all supported Cloud platforms. - TenantThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
-
Default constructor.
- TenantThreadContextListener(Tenant) - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
-
Constructor for providing a
Tenant
to be returned by this listener. - TenantWithSubdomain - Interface in com.sap.cloud.sdk.cloudplatform.tenant
-
Represents a {@link Tenant) that can be accessed through a subdomain.
- TEXT_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
-
Use the text API of the SAP Business Logging Service.
- ThreadContext - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
This class represents the context of a thread, allowing to access and share information transparently across threads.
- ThreadContextAccessException - Exception in com.sap.cloud.sdk.cloudplatform.thread.exception
-
Exception indicating an issue while accessing a ThreadContext.
- ThreadContextAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
- ThreadContextAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
-
Initializes a new
ThreadContextAccessException
instance. - ThreadContextAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
-
Initializes a new
ThreadContextAccessException
instance. - ThreadContextAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
-
Initializes a new
ThreadContextAccessException
instance. - ThreadContextAccessor - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Accessor for the current
ThreadContext
. - ThreadContextDecorator - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
Enables decorating a callable before it is scheduled for asynchronous execution by the
DefaultThreadContextExecutorService
. - ThreadContextDecorator.DefaultPriorities - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Defines the default priorities for decorators.
- ThreadContextDecoratorChain - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
Chain of
ThreadContextDecorator
s. - ThreadContextExecutionException - Exception in com.sap.cloud.sdk.cloudplatform.thread.exception
-
Exception indicating an issue while running in a ThreadContext.
- ThreadContextExecutionException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
- ThreadContextExecutionException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
-
Initializes a new
ThreadContextExecutionException
instance. - ThreadContextExecutionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
-
Initializes a new
ThreadContextExecutionException
instance. - ThreadContextExecutionException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
-
Initializes a new
ThreadContextExecutionException
instance. - ThreadContextExecutor - Class in com.sap.cloud.sdk.cloudplatform.thread
- ThreadContextExecutors - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Convenience class, giving static access to the functionality of a
ThreadContextExecutorService
, using a configurable instance. - ThreadContextExecutors() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutors
- ThreadContextExecutorService - Interface in com.sap.cloud.sdk.cloudplatform.thread
- ThreadContextFacade - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
This class provides an abstraction for accessing the current
ThreadContext
. - ThreadContextListener - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
Enables listening to lifecycle events of a
ThreadContext
. - ThreadContextListener.DefaultPriorities - Class in com.sap.cloud.sdk.cloudplatform.thread
-
The priorities used to order the default listeners provided by the SDK.
- ThreadContextListenerChain - Interface in com.sap.cloud.sdk.cloudplatform.thread
-
Chain of
ThreadContextListener
s. - ThreadContextPropertyException - Exception in com.sap.cloud.sdk.cloudplatform.thread.exception
-
Exception indicating an issue with a ThreadContext property.
- ThreadContextPropertyException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
- ThreadContextPropertyException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
-
Initializes a new
ThreadContextPropertyException
instance. - ThreadContextPropertyException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
-
Initializes a new
ThreadContextPropertyException
instance. - ThreadContextPropertyException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
-
Initializes a new
ThreadContextPropertyException
instance. - ThreadContextPropertyNotFoundException - Exception in com.sap.cloud.sdk.cloudplatform.thread.exception
-
Exception indicating a ThreadContext property not being found.
- ThreadContextPropertyNotFoundException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyNotFoundException
- ThreadContextPropertyNotFoundException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyNotFoundException
-
Default constructor.
- ThreadLocalThreadContextFacade - Class in com.sap.cloud.sdk.cloudplatform.thread
-
Implementation of
ThreadContextFacade
that internally usesThreadLocal
to provide access to the respectiveThreadContext
. - ThreadLocalThreadContextFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
- throwIfConversionResultIsNullOrEmpty(String, String, CharSequence, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
- throwIfConversionResultIsReservedKeyword(String, String, String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Throws an
IllegalStateException
if the givenconversionOutput
is a reserved keyword. - time() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "time".
- time() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "time".
- time(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueTimeOfDay.Expression
that uses the givenoperand
to filter for the"time"
portion of a temporal value. - Time(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Time
- timeFractionalSeconds() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "fractionalseconds".
- timeFractionalSeconds() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableTimeOfDay
-
Filter by expression "fractionalseconds".
- timeFractionalSeconds() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "fractionalseconds".
- timeFractionalSeconds() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime
-
Filter by expression "fractionalseconds".
- timeHour() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "hour".
- timeHour() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableTimeOfDay
-
Filter by expression "hour".
- timeHour() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "hour".
- timeHour() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime
-
Filter by expression "hour".
- timeLimiterConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- timeLimiterConfiguration(ResilienceConfiguration.TimeLimiterConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
- TimeLimiterProvider - Interface in com.sap.cloud.sdk.cloudplatform.resilience4j
-
Provider for time limiters.
- timeMinute() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "minute".
- timeMinute() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableTimeOfDay
-
Filter by expression "minute".
- timeMinute() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "minute".
- timeMinute() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime
-
Filter by expression "minute".
- timeout(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Sets the timeout
HttpClient
instances created by the to-be-builtApacheHttpClient5Factory
should use. - timeoutDuration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RateLimiterConfiguration
-
The wait time a thread waits for a permission.
- timeoutDuration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
The timeout duration.
- timeoutDuration(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
-
The timeout duration.
- timeoutInMilliseconds(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Sets the timeout
HttpClient
instances created by the to-be-builtApacheHttpClient5Factory
should use. - timeoutMilliseconds(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
-
The timeout threshold.
- timeSecond() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
-
Filter by expression "second".
- timeSecond() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableTimeOfDay
-
Filter by expression "second".
- timeSecond() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
-
Filter by expression "second".
- timeSecond() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime
-
Filter by expression "second".
- TLS_VERSION - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
TLS version used.
- tlsUpgrade(ApacheHttpClient5FactoryBuilder.TlsUpgrade) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder
-
Sets the automatic TLS upgrade strategy.
- tlsVersion(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the TLS version used by the
DefaultHttpDestination
to the given value. - toBuilder() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
-
Returns a new
DefaultDestination.Builder
instance that is initialized with thisDefaultDestination
. - toBuilder() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
-
Returns a new
DefaultHttpDestination.Builder
instance that is initialized with thisDefaultHttpDestination
. - toBuilder() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- toBuilder() - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer
-
Initializes a new instance of
RequestHeaderContainer.Builder
by copying all HTTP headers that are contained in thisRequestHeaderContainer
. - toDistributionChannels(Collection<String>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.Helper method to transform a collection of Strings to a Set of objects.
- toDomain(Object) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.IdentityConverter
- toDomain(T) - Method in class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
- toDomain(T) - Method in interface com.sap.cloud.sdk.typeconverter.TypeConverter
-
Transforms the given object to its domain-specific counterpart.
- toDomainNonNull(DistributionChannel) - Method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannelConverter
-
Deprecated.
- toDomainNonNull(ErpBoolean) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBooleanConverter
-
Deprecated.
- toDomainNonNull(ErpDecimal) - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimalConverter
-
Deprecated.
- toDomainNonNull(InvertedLocalDate) - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDateConverter
-
Deprecated.
- toDomainNonNull(MessageClass) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClassConverter
-
Deprecated.
- toDomainNonNull(MessageNumber) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumberConverter
-
Deprecated.
- toDomainNonNull(MessageType) - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageTypeConverter
-
Deprecated.
- toDomainNonNull(SapClient) - Method in class com.sap.cloud.sdk.s4hana.serialization.SapClientConverter
-
Deprecated.
- toDomainNonNull(Year) - Method in class com.sap.cloud.sdk.s4hana.serialization.YearConverter
-
Deprecated.
- toDomainNonNull(Boolean) - Method in class com.sap.cloud.sdk.s4hana.serialization.BooleanConverter
-
Deprecated.
- toDomainNonNull(Byte) - Method in class com.sap.cloud.sdk.s4hana.serialization.ByteConverter
-
Deprecated.
- toDomainNonNull(Character) - Method in class com.sap.cloud.sdk.s4hana.serialization.CharacterConverter
-
Deprecated.
- toDomainNonNull(Double) - Method in class com.sap.cloud.sdk.s4hana.serialization.DoubleConverter
-
Deprecated.
- toDomainNonNull(Float) - Method in class com.sap.cloud.sdk.s4hana.serialization.FloatConverter
-
Deprecated.
- toDomainNonNull(Integer) - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerConverter
-
Deprecated.
- toDomainNonNull(Long) - Method in class com.sap.cloud.sdk.s4hana.serialization.LongConverter
-
Deprecated.
- toDomainNonNull(Short) - Method in class com.sap.cloud.sdk.s4hana.serialization.ShortConverter
-
Deprecated.
- toDomainNonNull(BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.serialization.BigDecimalConverter
-
Deprecated.
- toDomainNonNull(BigInteger) - Method in class com.sap.cloud.sdk.s4hana.serialization.BigIntegerConverter
-
Deprecated.
- toDomainNonNull(LocalDate) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateConverter
-
Deprecated.
- toDomainNonNull(LocalDateTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeCalendarConverter
- toDomainNonNull(LocalTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeCalendarConverter
- toDomainNonNull(LocalTime) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeConverter
-
Deprecated.
- toDomainNonNull(ZonedDateTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
- toDomainNonNull(Locale) - Method in class com.sap.cloud.sdk.s4hana.serialization.LocaleConverter
-
Deprecated.
- toDomainNonNull(T) - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpTypeConverter
-
Deprecated.
- toDomainNonNull(T) - Method in class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
-
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
- toEncodedPathString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Encodes the path segments and assembles them together.
- toEncodedPathString(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Encodes the path segments and assembles them together.
- toEncodedString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.AbstractODataParameters
-
Serializes all parameters into an encoded URL path segment.
- toEncodedString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Serializes all parameters into an encoded URL path segment.
- toEncodedString(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.AbstractODataParameters
-
Serializes all parameters into an encoded URL path segment.
- toEncodedString(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
- toEncodedString(UriEncodingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Serializes all parameters into an encoded URL path segment.
- toErp(T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Convert given object to an ERP type using a registered
ErpTypeConverter
. - TOKEN_EXCHANGE - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationMode
-
Principal propagation strategy based on exchanging the user token.
- TOKEN_FORWARDING - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
SDK specific authentication type to forward a given current Authentication Token directly to the destination
- TOKEN_FORWARDING - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationMode
-
Principal propagation strategy based on forwarding the user token.
- tokenExchangeStrategy(DestinationServiceTokenExchangeStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceOptionsAugmenter
-
Sets the
DestinationServiceTokenExchangeStrategy
to use when loading destinations. - TokenRequestDeniedException - Exception in com.sap.cloud.sdk.cloudplatform.security.exception
-
Exception that is thrown in case the request to receive an authentication token fails due to authentication issues with the XSUAA service.
- TokenRequestDeniedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.TokenRequestDeniedException
-
Creates a new exception based on the given message.
- TokenRequestDeniedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.TokenRequestDeniedException
-
Creates a new exception based on the given message.
- TokenRequestFailedException - Exception in com.sap.cloud.sdk.cloudplatform.security.exception
-
Exception that is thrown in case the request to receive an authentication token fails for any reason that is not related with authentication issues with the XSUAA service.
- TokenRequestFailedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.TokenRequestFailedException
-
Creates a new exception based on the given message.
- TokenRequestFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.TokenRequestFailedException
-
Creates a new exception based on the given messagen and causing exception.
- TokenRequestFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.TokenRequestFailedException
-
Creates a new exception based on the given causing exception.
- toLower() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "tolower".
- toLower() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "tolower".
- toLower(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- toMap() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a map of all fields, navigation properties, and custom fields contained in this object.
- toMap() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Translate the entity data to key-value map.
- toMapOfCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a map of all custom fields contained in this object.
- toMapOfCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Get the custom fields as value map.
- toMapOfFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a map of all fields contained in this object.
- toMapOfFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Get all fields as map.
- toMapOfNavigationProperties() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
-
Returns a map of all navigation properties contained in this object.
- toMapOfNavigationProperties() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
-
Get navigation properties as map.
- toOrderByString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.OrderExpression
-
To translate OrderExpression to query string.
- toOrderExpression(FieldOrdering<?>...) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
-
Builds an
OrderExpression
out of individual field orderings. - top(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- top(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
- top(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
- top(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Query modifier to limit how many entities should be contained in the result set.
- top(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Query modifier to limit the number of entities returned.
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
-
Translate this OData v2 batch request into a generic
ODataRequestBatch
. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Translate this OData v2 request into a OData request object extending
ODataRequestGeneric
. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCount
-
Creates an instance of
ODataRequestCount
. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Translate this OData v2 request into a OData request object extending
ODataRequestGeneric
. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
-
Creates an instance of
ODataRequestAction
based on the Entity class. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
-
Creates an instance of the
ODataRequestCount
based on the Entity class. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
-
Creates an instance of the
ODataRequestCreate
based on the Entity class. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
-
Creates an instance of the
ODataRequestDelete
based on the Entity class. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.FunctionRequestBuilder
-
Creates an instance of
ODataRequestFunction
based on the Entity class. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Creates an instance of the
ODataRequestRead
based on the Entity class. - toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
-
Creates an instance of
ODataRequestReadByKey
based on the Entity class. - toRequest() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilder
-
Assemble a generic, untyped request object that represents the request build up via this builder.
- toRequest() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Creates an instance of the
ODataRequestUpdate
based on the Entity class. - toSapClients(Collection<String>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.Transforms the given collection of Strings representing
SapClient
s to a set ofSapClient
s via theSapClientConverter
. - toString() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
- toString() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.AuthenticationServiceOptions.TargetUri
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasCommunicationOptions
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.IasTargetUri
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions.NoTokenForTechnicalProviderUser
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationPropertyKey
- toString() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
- toString() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationAuthToken
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationCertificate
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response.DestinationOwner
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceV1Response
- toString() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
- toString() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
- toString() - Method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.resilience4j.Resilience4jDecorationStrategy
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
- toString() - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentStatic
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate.MavenCoordinateBuilder
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata.ODataApiUsageMetadataBuilder
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ODataApiUsageMetadata
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata.RestApiUsageMetadataBuilder
- toString() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.RestApiUsageMetadata
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
-
Builds the path segments to a full URL path.
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV2
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol.ODataProtocolV4
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.AbstractODataParameters
-
Serializes all parameters into an unencoded URL path segment.
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataEntityKey
-
Serializes the entity key into an unencoded OData URL format for entity keys.
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
-
Serializes all parameters into an unencoded URL path segment.
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityFieldAll
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
- toString() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
- toString() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseCollection
- toString() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionResponseSingle
- toString() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchResponse
- toString() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
- toString() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
- toString() - Method in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
- toString() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- toString() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
- toString() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
- toString() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
- toString() - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
- toString() - Method in class com.sap.cloud.sdk.result.GsonResultObject
- toString() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Fields
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.ParameterFields
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapGsonResultElementFactory
-
Deprecated.
- toString() - Method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.Table
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableAsVector
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.TableRow
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequest
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.connectivity.SerializedRequestResult
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.DecimalBasedErpType
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.ErpDecimal
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.IntegerBasedErpType
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.InvertedLocalDate
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalDateErpType
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.LocalTimeErpType
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.
- toString() - Method in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.
- toString() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
- toString(StringBasedErpType.FillCharStrategy, char) - Method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Returns this value, filled according to the given
FillCharStrategy
with the give fillChar. - toString(Iterable<RemoteFunctionMessage>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.MessageClass
-
Deprecated.String aggregator for iterable messages.
- toString(Iterable<RemoteFunctionMessage>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.MessageNumber
-
Deprecated.String aggregator for iterable messages.
- toString(Iterable<RemoteFunctionMessage>, Function<RemoteFunctionMessage, String>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.RemoteFunctionMessage
-
Deprecated.Aggregator method to translate iterable messages to String.
- toStrings(Collection<DistributionChannel>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.DistributionChannel
-
Deprecated.Helper method to transform a collection of objects to a Set of Strings.
- toStrings(Collection<SapClient>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.SapClient
-
Deprecated.Transforms the given collection of
SapClient
s to a set of Strings representing thoseSapClient
s via theSapClientConverter
. - totalOffsetMinutes(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"totaloffsetminutes"
portion of a temporal value. - totalOffsetSeconds(ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"totaloffsetseconds"
portion of a temporal value. - toUpper() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "toUpper".
- toUpper() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "toupper".
- toUpper(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
- Transaction<RequestT extends AbstractRemoteFunctionRequest<RequestT,
RequestResultT>, RequestResultT extends AbstractRemoteFunctionRequestResult<RequestT, RequestResultT>> - Interface in com.sap.cloud.sdk.s4hana.connectivity.rfc -
Deprecated.This module will be discontinued, along with its classes and methods.
- transformToString(ErpTypeConverter<T>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Creates a function which transforms a given
StringBasedErpType
to its String representation. - transformToType(ErpTypeConverter<T>) - Static method in class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType
-
Deprecated.Creates a function which transforms a given String to its
StringBasedErpType
representation. - translateLinkType(EntityLink<LinkT, EntityT, SubEntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
-
Returns the given
link
in a type-safe manner. - translateName(Field) - Method in class com.sap.cloud.sdk.result.ElementNameGsonFieldNamingStrategy
- trim() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
-
Filter by expression "trim".
- trim() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
-
Filter by expression "trim".
- trim(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
-
Returns a
ValueString.Expression
that removes leading and trailing whitespace from the givenoperand
("trim"
). - TRUE - Static variable in class com.sap.cloud.sdk.s4hana.serialization.ErpBoolean
-
Deprecated.The TRUE instance.
- TRUST_ALL - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Value of TrustAll property of destination.
- TRUST_ALL_FALLBACK - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Fallback of TrustAll value of destination.
- TRUST_STORE_LOCATION - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Trust store location of destination.
- TRUST_STORE_PASSWORD - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
Trust store password of destination.
- trustAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Lets the
DefaultHttpDestination
trust all server certificates. - trustStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
The trust store to be used when communicating over HTTP.
- trustStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the password of the trust store.
- tryExecute(Destination) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilderExecutable
-
Safely execute the OData request.
- tryExecute(Supplier<HttpResponse>, HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Internal execute method.
- tryExecuteWithCsrfToken(HttpClient, Supplier<HttpResponse>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
-
Internal execute method.
- tryGetAllDestinations() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Deprecated.since 5.1.0. Use
DestinationService.getAllDestinationProperties()
instead. - tryGetAllDestinations() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
-
Fetches all destinations from the environment variable.
- tryGetAllDestinations(DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
-
Deprecated.
- tryGetBasicCredentials() - Method in interface com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationFacade
-
Retrieves the username password pair and returns them as
Try.Success
. - tryGetBasicCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.security.DefaultBasicAuthenticationFacade
- tryGetContext() - Method in interface com.sap.cloud.sdk.cloudplatform.PlatformSslContextProvider
-
Try to create an
SSLContext
based on an identity provided by the platform. - tryGetCurrentBasicCredentials() - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationAccessor
-
Getter to retrieve the basic credentials given by the currently incoming request.
- tryGetCurrentContext() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
-
Returns a
Try
of the currentThreadContext
. - tryGetCurrentContext() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
-
Returns a
Try
of the currentThreadContext
. - tryGetCurrentContext() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
- tryGetCurrentPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.security.DwcPrincipalFacade
- tryGetCurrentPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipalFacade
- tryGetCurrentPrincipal() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
- tryGetCurrentPrincipal() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalFacade
-
Returns a
Try
of the currentPrincipal
. - tryGetCurrentTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenantFacade
- tryGetCurrentTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DwcTenantFacade
- tryGetCurrentTenant() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
- tryGetCurrentTenant() - Method in interface com.sap.cloud.sdk.cloudplatform.tenant.TenantFacade
-
Returns a
Try
of the currentTenant
. - tryGetCurrentToken() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
- tryGetCurrentToken() - Method in interface com.sap.cloud.sdk.cloudplatform.security.AuthTokenFacade
-
Returns a
Try
of the currentAuthToken
. - tryGetCurrentToken() - Method in class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
- tryGetCurrentToken() - Method in class com.sap.cloud.sdk.cloudplatform.security.DwcAuthTokenFacade
- tryGetDestination(ServiceBindingDestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.IdentityAuthenticationServiceBindingDestinationLoader
- tryGetDestination(ServiceBindingDestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBindingDestinationLoader
- tryGetDestination(ServiceBindingDestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2ServiceBindingDestinationLoader
- tryGetDestination(ServiceBindingDestinationOptions) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationLoader
- tryGetDestination(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
-
Loads the destination with the given name.
- tryGetDestination(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoader
-
Retrieves a destination for the given name.
- tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
- tryGetDestination(String, DestinationOptions) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoader
-
Retrieves a destination for the given name and configuration options.
- tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
- tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService
- tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
- tryGetHeaderContainer() - Static method in class com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderAccessor
-
Tries to get the current
RequestHeaderContainer
. - tryGetHttpClient() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
-
Returns an
HttpClient
independent of any destination. - tryGetHttpClient() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
-
Returns an
HttpClient
independent of any destination. - tryGetHttpClient(ApacheHttpClient5Factory) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Cache
-
Gets the non-destination-specific
HttpClient
from this cache. - tryGetHttpClient(Destination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Accessor
- tryGetHttpClient(Destination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
- tryGetHttpClient(HttpClientFactory) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
-
Gets the non-destination-specific
HttpClient
from this cache. - tryGetHttpClient(HttpClientFactory) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientCache
-
Gets the non-destination-specific
HttpClient
from this cache. - tryGetHttpClient(HttpDestinationProperties, ApacheHttpClient5Factory) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5Cache
-
Gets the
HttpClient
for the givenDestination
from this cache. - tryGetHttpClient(HttpDestinationProperties, HttpClientFactory) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
-
Gets the
HttpClient
for the givenDestination
from this cache. - tryGetHttpClient(HttpDestinationProperties, HttpClientFactory) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientCache
-
Gets the
HttpClient
for the givenDestination
from this cache. - tryGetNextPage() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
- tryGetNextPage() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultPagination
-
Get the next page link of result-set.
- tryGetPrincipalFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
-
Returns a
Try
of thePrincipalFacade
instance. - tryGetRequestHeaders() - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderFacade
- tryGetRequestHeaders() - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderFacade
-
Returns a
Try
that might contain theRequestHeaderContainer
of the current context. - tryGetTenantFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
-
Returns a
Try
of theTenantFacade
instance. - tryGetThreadContextFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
-
Returns a
Try
of theThreadContextFacade
instance. - TSV - Enum constant in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
TSV
- TYPE - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
DestinationType
of destination, e.g. - TypeConverter<T,
DomainT> - Interface in com.sap.cloud.sdk.typeconverter -
Type converter for converting types to and from their domain-specific counterparts.
- TypeConverterGsonDeserializer<T> - Class in com.sap.cloud.sdk.typeconverter
-
Implementation of
JsonDeserializer
deserializing aJsonPrimitive
to an object of typeT
using the givenTypeConverter
. - TypeConverterGsonDeserializer(TypeConverter<T, String>) - Constructor for class com.sap.cloud.sdk.typeconverter.TypeConverterGsonDeserializer
U
- uncapitalizeLeadingAcronym(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
-
Converts a leading acronym into lower case format.
- UNKNOWN - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationMode
-
Unknown principal propagation mode.
- unregister(Cache<CacheKey, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
-
Unregisters a cache from the
CacheManager
. - unregisterDefaultDecorator(int) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
-
Unregisters a default
ThreadContextDecorator
by its priority. - unregisterDefaultListener(int) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
-
Unregisters a default
ThreadContextListener
by its priority. - update(EntityT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Update an existing entity and save it to the OData service.
- UpdateRequestBuilder<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Representation of an OData request as a fluent interface for further configuring the request and
executing
it. - UpdateRequestBuilder(String, EntityT, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
-
Instantiate an
UpdateRequestBuilder
. - UpdateStrategy - Enum Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
The strategy to use when updating existing entities.
- UPPER_CASE - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.CharCasing
-
Deprecated.
- uri(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
-
Sets the URI of the to-be-built
DefaultDestination
. - uri(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the URI of the to-be-built
DefaultHttpDestination
. - uri(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
-
Sets the URI of the to-be-built
DefaultDestination
. - uri(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
-
Sets the URI of the to-be-built
DefaultHttpDestination
. - URI - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperty
-
URI of destination.
- UriBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
A builder for the
URI
class, taking several optional parameter, constructing a valid URI out of them. - UriBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.UriBuilder
- UriEncodingStrategy - Enum Class in com.sap.cloud.sdk.datamodel.odata.client.request
-
Encoding strategy.
- UriPathMerger - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Utility class offering the ability to merge two URIs.
- UriPathMerger() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.UriPathMerger
- useSapCopyrightHeader() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
-
Indicates whether to use the default SAP copyright header for generated files.
- using(ThreadContext) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Create a
ThreadContextExecutor
using a duplicate of the providedThreadContext
with preset properties. - UuidTypeAdapter - Class in com.sap.cloud.sdk.datamodel.odata.client.adapter
-
GSON type adapter for parsing and serialization of
UUID
. - UuidTypeAdapter() - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.adapter.UuidTypeAdapter
V
- V2 - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.utility.EdmxValidator.Version
-
OData V2.
- V2 - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
-
Version 2.0 of the OData protocol.
- V4 - Enum constant in enum class com.sap.cloud.sdk.datamodel.odata.utility.EdmxValidator.Version
-
OData V4.
- V4 - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
-
Version 4.0 of the OData protocol.
- value() - Element in annotation interface com.sap.cloud.sdk.result.ElementName
-
The name by which the annotated field can be identified.
- ValueBinary - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.String
- ValueBinary.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for binary values.
- ValueBoolean - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.Boolean
- ValueBoolean.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
Implementation with literal number value.
- ValueCollection - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression for a generic collection.
- ValueCollection.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for generic value collections.
- ValueDate - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.Date
- ValueDate.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for date values.
- ValueDateTime - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.DateTime (OData 2.0 only)
- ValueDateTime.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for date time values.
- ValueDateTimeOffset - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.DateTimeOffset
- ValueDateTimeOffset.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for date time offset values.
- ValueDuration - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.Duration
- ValueDuration.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for duration values.
- ValueEnum - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of enumeration type
- ValueGuid - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.Guid
- ValueNumeric - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.Int32, ...
- ValueNumeric.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression on numeric values.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder.TlsUpgrade
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessRulesOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.WorkflowOptions
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.query.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.NumberDeserializationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.helper.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.utility.EdmxValidator.Version
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.odata.utility.NameSource
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.CharCasing
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ApacheHttpClient5FactoryBuilder.TlsUpgrade
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessRulesOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.WorkflowOptions
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceRetrievalStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationServiceTokenExchangeStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.OnBehalfOf
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.query.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.NumberDeserializationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.client.request.UriEncodingStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.helper.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.utility.EdmxValidator.Version
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.odata.utility.NameSource
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.s4hana.connectivity.RequestMethod
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.CommitStrategy
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.s4hana.connectivity.rfc.SoapNamespace
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.CharCasing
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.s4hana.serialization.StringBasedErpType.FillCharStrategy
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueString - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.String
- ValueString.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression on string values.
- ValueTimeOfDay - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData filter expression operand of type Edm.TimeOfDay in case of OData 4.0 or Edm.Time in case of OData 2.0.
- ValueTimeOfDay.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
-
OData expression for time of day values.
- VdmComplex<ObjectT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Complex type in the virtual data model.
- VdmComplex<ObjectT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Complex type in the virtual data model.
- VdmComplex() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex
- VdmComplex() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex
- VdmEntity<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Represents a
VdmObject
which is an entity. - VdmEntity<EntityT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Base class for an OData entity.
- VdmEntity() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
- VdmEntity() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
- VdmEntitySet - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Empty interface to indicate operative support for querying the OData service for the related EntitySet.
- VdmEntityUtil<EntityT extends VdmEntity<?>> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Utility class to manage OData entity deserialization.
- VdmEntityUtil(Class<EntityT>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntityUtil
- VdmEnum - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
-
Interface to manage the different properties an Edm.Enum literal contains.
- VdmMediaEntity<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Represents a media entity which exposes additional data under a
$value
endpoint. - VdmMediaEntity() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmMediaEntity
- VdmObject<ObjectT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
-
Superclass of all entities which contains common elements such as a generic representation of custom fields.
- VdmObject<ObjectT> - Class in com.sap.cloud.sdk.datamodel.odatav4.core
-
Superclass of all entities which contains common elements such as a generic representation of custom fields.
- VdmObject() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
- VdmObject() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
- verbose(boolean) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
-
Indicates whether to use verbose output.
- version(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.MegacliteServiceBinding.Builder3
-
Configures the version of the outbound service, as specified in the
version
property of the Deploy with Confidence outbound service specification. - versionReference() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Generate comments, which indicate the version of the used OData VDM generator plugin.
- versionReference() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Generate comments, which indicate the version of the used OData VDM generator plugin.
- versionReference(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Defines whether to generate the version reference of the used OData generator plugin.
- versionReference(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Defines whether to generate the version reference of the used OData generator plugin.
W
- waitDuration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The wait duration in the OPEN state before transitioning into the HALF OPEN state.
- waitDuration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
The duration to wait before retrying.
- waitDuration(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
-
The wait duration in the OPEN state before transitioning into the HALF OPEN state.
- waitDuration(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
-
The duration to wait before retrying.
- WARNING - Enum constant in enum class com.sap.cloud.sdk.s4hana.serialization.MessageType
-
Deprecated.WARNING
- wasSuccessful() - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequestResult
-
Deprecated.Check whether the request was successful.
- WHEN_CREATED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
-
Key defines the cache expiry strategy based on when the cache entry is last created
- WHEN_LAST_ACCESSED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
-
Key defines the cache expiry strategy based on when the cache entry is last accessed
- WHEN_LAST_MODIFIED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
-
Key defines the cache expiry strategy based on when the cache entry is last modified
- WHEN_LAST_TOUCHED - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
-
Key defines the cache expiry strategy based on when the cache entry is last touched.
- withAnnotationStrategy(AnnotationStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Sets the class to use to provide generated Java classes with necessary annotations.
- withAnnotationStrategy(AnnotationStrategy) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Sets the class to use to provide generated Java classes with necessary annotations.
- withAnnotationStrategy(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Sets the class to use to provide generated Java classes with necessary annotations.
- withAnnotationStrategy(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Sets the class to use to provide generated Java classes with necessary annotations.
- withApplicationName(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions
-
Creates an
ServiceBindingDestinationOptions.OptionsEnhancer
that instructs an IAS-based destination to use the given application provider name when performing token retrievals. - withChanging(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing parameter.
- withChanging(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Year
parameter. - withChanging(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Boolean
parameter. - withChanging(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Byte
parameter. - withChanging(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Character
parameter. - withChanging(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Double
parameter. - withChanging(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Float
parameter. - withChanging(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Integer
parameter. - withChanging(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Long
parameter. - withChanging(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Short
parameter. - withChanging(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
String
parameter. - withChanging(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
BigDecimal
parameter. - withChanging(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
BigInteger
parameter. - withChanging(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
LocalDate
parameter. - withChanging(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
LocalTime
parameter. - withChanging(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing
Locale
parameter. - withChanging(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing parameter.
- withChanging(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing parameter.
- withChangingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing fields parameter for multiple values.
- withChangingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing fields parameter for multiple values.
- withChangingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Adds a changing table parameter.
- withClient(ClientIdentity, OnBehalfOf) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2DestinationBuilder.BuilderWithTokenEndpoint
-
Apply the OAuth2 client identity and representative.
- withClientKeyStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
-
Sets the
KeyStore
to use for building an mTLS connection towards the target system. - withConsumerClient(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions
-
Creates an
ServiceBindingDestinationOptions.OptionsEnhancer
that instructs an IAS-based destination to use the given consumer client ID when performing token retrievals. - withConsumerClient(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions
-
Deprecated.since 5.10.0. Use
BtpServiceOptions.IasOptions.withConsumerClient(String)
instead. - withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
-
Activates the CSRF token retrieval for this OData request.
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCount
-
Activates the CSRF token retrieval for this OData request.
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Activates the CSRF token retrieval for this OData request.
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Activates the CSRF token retrieval for this OData request.
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
-
Activates the CSRF token retrieval for this OData request.
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.FunctionRequestBuilder
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
- withCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
- withCsrfToken() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ReadRequestBuilder
-
Activates the CSRF token retrieval for this OData request.
- withCustomParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Adds a custom query parameter in the form of a key=value pair.
- withDefaultBasePath(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Specifies the default base path.
- withDefaultBasePath(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Specifies the default base path.
- withDeprecationNotice(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Generates deprecation notices for generated service ,and it's implementation class
- withDeprecationNotice(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Generates deprecation notices for generated service,and it's implementation class
- withErrorHandler(RemoteFunctionRequestErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Specifies to invoke the provided
RemoteFunctionRequestErrorHandler
after the request has been executed. - withErrorHandler(RemoteFunctionRequestErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.Specifies to invoke the provided
RemoteFunctionRequestErrorHandler
after the request has been executed. - withErrorHandler(RemoteFunctionRequestErrorHandler) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Specifies to invoke the provided
RemoteFunctionRequestErrorHandler
after the request has been executed. - withException(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.Declares an expected exception from calling a remote function module.
- withExcludeFilePattern(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The ant style filename pattern for which VDM should not be generated.
- withExcludeFilePattern(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The ant style filename pattern for which VDM should not be generated.
- withExpirationStrategy(CacheExpirationStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder
-
Setter to set the Expiration Strategy for the cache configuration
- withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting parameter reflected by a data element.
- withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, byte[]) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting byte[] parameter reflected by a data element.
- withExporting(String, String, byte[]) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, byte[]) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Year
parameter. reflected by a data element - withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Boolean
parameter reflected by a data element. - withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Byte
parameter reflected by a data element. - withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Character
parameter reflected by a data element. - withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Double
parameter reflected by a data element. - withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Float
parameter reflected by a data element. - withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Integer
parameter reflected by a data element. - withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Long
parameter reflected by a data element. - withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Short
parameter reflected by a data element. - withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
String
parameter reflected by a data element. - withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
BigDecimal
parameter reflected by a data element. - withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
BigInteger
parameter reflected by a data element. - withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
LocalDate
parameter reflected by a data element. - withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
LocalTime
parameter reflected by a data element. - withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting
Locale
parameter reflected by a data element. - withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting parameter reflected by a data element.
- withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting parameter reflected by a data element.
- withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting parameter reflected by a structure.
- withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting parameter reflected by a structure.
- withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an exporting parameter reflected by a table type.
- withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withExportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withFunction(BoundFunction.CollectionToCollectionEntity.Composable<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Use a composable function as a path element in an OData request.
- withFunction(BoundFunction.CollectionToCollectionEntity.Composable<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Use a composable function as a path element in an OData request.
- withFunction(BoundFunction.CollectionToSingleEntity.Composable<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.OperationsOnEntityCollections
-
Use a composable function as a path element in an OData request.
- withFunction(BoundFunction.CollectionToSingleEntity.Composable<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
-
Use a composable function as a path element in an OData request.
- withFunction(BoundFunction.SingleToCollectionEntity.Composable<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Use a composable function as a path element in an OData request.
- withFunction(BoundFunction.SingleToSingleEntity.Composable<EntityT, ResultT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
-
Use a composable function as a path element in an OData request.
- withHeader(Header) - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Fluent method which adds a custom header to this request.
- withHeader(String, RequestHeaderContainer) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- withHeader(String, RequestHeaderContainer) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Copies the HTTP header with the given
name
- including all it's values - from theheaderContainer
. - withHeader(String, Iterable<String>) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- withHeader(String, Iterable<String>) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Adds a new HTTP header with the given values to this
RequestHeaderContainer.Builder
. - withHeader(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Gives the option to specify custom HTTP headers.
- withHeader(String, String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- withHeader(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilder
-
Gives the option to specify custom HTTP headers.
- withHeader(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Fluent method which adds a custom HTTP header to this request.
- withHeader(String, String, String...) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- withHeader(String, String, String...) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Adds a new HTTP header with the given values to this
RequestHeaderContainer.Builder
. - withHeaders(RequestHeaderContainer) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- withHeaders(RequestHeaderContainer) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Copies all existing headers from the given
RequestHeaderContainer
. - withHeaders(Map<String, String>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Gives the option to specify a map of custom HTTP headers.
- withHeaders(Map<String, String>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
- withHeaders(Map<String, String>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilder
-
Gives the option to specify a map of custom HTTP headers.
- withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter reflected by a data element.
- withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Year
parameter reflected by a data element. - withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Year) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Boolean
parameter reflected by a data element. - withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Boolean) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Byte
parameter reflected by a data element. - withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Byte) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Character
parameter reflected by a data element. - withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Character) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Double
parameter reflected by a data element. - withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Double) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Float
parameter reflected by a data element. - withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Float) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Integer
parameter reflected by a data element. - withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Integer) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Long
parameter reflected by a data element. - withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Long) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Short
parameter reflected by a data element. - withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Short) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
String
parameter reflected by a data element. - withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
BigDecimal
parameter reflected by a data element. - withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, BigDecimal) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
BigInteger
parameter reflected by a data element. - withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, BigInteger) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
LocalDate
parameter reflected by a data element. - withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, LocalDate) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
LocalTime
parameter reflected by a data element. - withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, LocalTime) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a importing
Locale
parameter reflected by a data element. - withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, Locale) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter reflected by a data element.
- withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, T) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter reflected by a data element.
- withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImporting(String, String, T, ErpTypeConverter<T>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter as a return parameter with the name defined by
AbstractRemoteFunctionRequest.RETURN_PARAMETER
. - withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImportingAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter as a return parameter.
- withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImportingAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter reflected by a structure.
- withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImportingFields(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter reflected by a structure.
- withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImportingFields(String, String, Fields) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds an importing parameter reflected by a table type.
- withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withImportingTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withIncludedActionImports(Set<String>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Restricts the generated action imports to the provided values, plus any dependent complex types.
- withIncludedEntitySets(Set<String>) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Restricts the generated entity classes to the provided values, plus any dependent complex types.
- withIncludedEntitySets(Set<String>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Restricts the generated entity classes to the provided values, plus any dependent complex types.
- withIncludedFunctionImports(Set<String>) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Restricts the generated function imports to the provided values, plus any dependent complex types.
- withIncludedFunctionImports(Set<String>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Restricts the generated function imports to the provided values, plus any dependent complex types.
- withInlineCount() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
-
Requests an inline count by adding the system query option
$inlinecount
(OData V2) or$count
(OData V4). - withInputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Input directory that contains the service definition files.
- withInputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Input directory that contains the service definition files.
- withInputDirectory(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Path to the input directory that contains the service definition files.
- withInputDirectory(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Path to the input directory that contains the service definition files.
- withListener(ODataRequestListener) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
An error handling class that implements the error result handler interface can be attached to this request builder.
- withListeners(ThreadContextListener...) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Adds the specified listeners to the life-cycle of the
ThreadContext
. - withListeners(Iterable<ThreadContextListener>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Adds the specified listeners to the life-cycle of the
ThreadContext
. - withNameSource(NameSource) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Getter for the given
NameSource
. - withNameSource(NameSource) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Getter for the given
NameSource
. - withNamingStrategy(NamingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Sets the class to use to convert OData names into suitable Java names.
- withNamingStrategy(NamingStrategy) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Sets the class to use to convert OData names into suitable Java names.
- withNamingStrategy(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Sets the class to use to convert OData names into suitable Java names.
- withNamingStrategy(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Sets the class to use to convert OData names into suitable Java names.
- withNumberDeserializationStrategy(NumberDeserializationStrategy) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
-
Set the default number deserialization strategy for generic JSON numbers without target type mapping.
- withOption(ServiceBindingDestinationOptions.OptionsEnhancer<?>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ServiceBindingDestinationOptions.Builder
-
Add a custom option to the
ServiceBindingDestinationOptions
. - withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
- withoutCsrfToken() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.ModificationRequestBuilder
-
Deactivates the CSRF token retrieval for this OData request.
- withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
- withoutDefaultListeners() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Removes all SDK provided listeners on the classpath from the executor call.
- withoutHeader(String) - Method in class com.sap.cloud.sdk.cloudplatform.requestheader.DefaultRequestHeaderContainer.Builder
- withoutHeader(String) - Method in interface com.sap.cloud.sdk.cloudplatform.requestheader.RequestHeaderContainer.Builder
-
Removes an HTTP header from this
RequestHeaderContainer.Builder
. - withoutListeners(Integer...) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Removes the listeners with the given priorities from the life-cycle of the
ThreadContext
. - withoutListeners(Iterable<Integer>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
-
Removes the listeners with the given priorities from the life-cycle of the
ThreadContext
. - withoutParameters() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder
-
Instantiate the cache configuration without additional parameters for the cache key.
- withOutputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Output directory to store the generated sources in.
- withOutputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Output directory to store the generated sources in.
- withOutputDirectory(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Path to the output directory to store the generated sources in.
- withOutputDirectory(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Path to the output directory to store the generated sources in.
- withoutTokenForTechnicalProviderUser() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions
-
Creates an instance of
BtpServiceOptions.IasOptions.NoTokenForTechnicalProviderUser
. - withPackageName(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
Specifies the package prefix to be used in the generated sources.
- withPackageName(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
Specifies the package prefix to be used in the generated sources.
- withParameters(Serializable, Serializable...) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder
-
Instantiate the cache configuration with additional serializable parameters for the cache key.
- withParameters(Object, Object...) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration.CacheConfigurationBuilder
-
Instantiate the cache configuration with additional non-serializable parameters for the cache key.
- withPreferredPageSize(int) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
-
Set the preferred page size of the OData response.
- withPreferredPageSize(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
-
Set the preferred page size of the OData response.
- withQueryParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
-
Gives the option to specify custom query parameters for the request.
- withQueryParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
- withQueryParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
- withQueryParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
-
Gives the option to specify custom query parameters for the request.
- withSameCustomHttpHeadersAs(Request<?, ?>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.Request
-
Deprecated.Fluent method which adds the custom headers from another request into this request.
- withSapCopyrightHeader(boolean) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
- withServiceNameMapping(File) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The properties file containing the service name mapping.
- withServiceNameMapping(File) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The properties file containing the service name mapping.
- withServiceNameMapping(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
-
The path to the properties file containing the service name mapping.
- withServiceNameMapping(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
-
The path to the properties file containing the service name mapping.
- withSkipTokenRetrieval(boolean) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
-
Indicates whether to skip the OAuth2 token flow.
- withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a table parameter.
- withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withTable(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a table parameter as a return parameter with the name defined by
AbstractRemoteFunctionRequest.RETURN_PARAMETER
. - withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withTableAsReturn(String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Adds a table parameter as a return parameter.
- withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withTableAsReturn(String, String) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withTargetUri(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.AuthenticationServiceOptions
-
Overwrites the target URI that is extracted from the IAS or XSUAA service binding.
- withTargetUri(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions
-
Deprecated.since 5.9.0. Use
BtpServiceOptions.AuthenticationServiceOptions.withTargetUri(String)
instead. - withTargetUri(URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.AuthenticationServiceOptions
-
Overwrites the target URI that is extracted from the IAS or XSUAA service binding.
- withTargetUri(URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.IasOptions
-
Deprecated.since 5.9.0. Use
BtpServiceOptions.AuthenticationServiceOptions.withTargetUri(URI)
instead. - withTimeLimiter(ResilienceConfiguration.TimeLimiterConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
-
Set a custom timeout for token retrieval.
- withTimeLimiterConfiguration(ResilienceConfiguration.TimeLimiterConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationService.Builder
-
Create instance applying the given timeout when retrieving destinations.
- withTokenEndpoint(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2DestinationBuilder.BuilderWithTargetUrl
-
Apply the OAuth2 token URL.
- withTokenRetrievalParameter(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
-
Adds (or overwrites) the provided key-value-pair to the
OAuth2Options.getAdditionalTokenRetrievalParameters()
of the to-be-createdOAuth2Options
instance. - withTokenRetrievalParameters(Map<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.OAuth2Options.Builder
-
Adds (or overwrites) the provided parameters to the
OAuth2Options.getAdditionalTokenRetrievalParameters()
of the to-be-createdOAuth2Options
instance. - withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Delegates to
ErpTypeSerializer.withTypeConverters(Iterable)
. - withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.
- withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withTypeConverters(ErpTypeConverter<?>...) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.ErpTypeSerializer
-
Deprecated.Registers the given
ErpTypeConverter
s. - withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.AbstractRemoteFunctionRequest
-
Deprecated.Registers the given
ErpTypeConverter
s. - withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.BapiRequest
-
Deprecated.
- withTypeConverters(Iterable<ErpTypeConverter<?>>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.rfc.RfmRequest
-
Deprecated.
- wrapCallableAsFunction(Callable<V>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheUtil
-
Wraps the given
Callable
into a function that ignores the given parameter. - wrapSupplierAsFunction(Supplier<V>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheUtil
-
Wraps the given
Supplier
into a function that ignores the given parameter. - write(JsonWriter, byte[]) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.BinaryTypeAdapter
- write(JsonWriter, byte[]) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBinaryAdapter
- write(JsonWriter, VdmObject<T>) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityAdapter
-
For internal use only by data model classes
- write(JsonWriter, VdmObject<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityAdapter
-
For internal use only by data model classes.
- write(JsonWriter, Boolean) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBooleanAdapter
-
For internal use only by data model classes
- write(JsonWriter, Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonCustomFieldAdapter
- write(JsonWriter, Object) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCustomFieldAdapter
-
For internal use only by data model classes
- write(JsonWriter, BigDecimal) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.BigDecimalAdapter
- write(JsonWriter, Duration) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.DurationTypeAdapter
- write(JsonWriter, LocalDate) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalDateTypeAdapter
- write(JsonWriter, LocalTime) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.LocalTimeTypeAdapter
- write(JsonWriter, OffsetDateTime) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.OffsetDateTimeTypeAdapter
- write(JsonWriter, List<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityListAdapter
-
For internal use only by data model classes.
- write(JsonWriter, List<T>) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityListAdapter
-
For internal use only by data model classes
- write(JsonWriter, UUID) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.UuidTypeAdapter
- write(JsonWriter, T) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
- WRITE_API - Enum constant in enum class com.sap.cloud.sdk.cloudplatform.connectivity.BtpServiceOptions.BusinessLoggingOptions
-
Use the write API of the SAP Business Logging Service.
- WrongCustomizingException - Exception in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Wrong Customizing Exception.
- WrongCustomizingException(String, RemoteFunctionMessage) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingException
-
Deprecated.This module will be discontinued, along with its classes and methods.
- WrongCustomizingExceptionFactory - Class in com.sap.cloud.sdk.s4hana.connectivity.rfc.exception
-
The Wrong Customizing Exception Factory.
- WrongCustomizingExceptionFactory(String) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.rfc.exception.WrongCustomizingExceptionFactory
X
- X_CSRF_TOKEN_HEADER_KEY - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
-
The HTTP header name for the loading the CSRF token.
Y
- year(ValueDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value. - year(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
-
Returns a
ValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value. - Year - Class in com.sap.cloud.sdk.s4hana.types
-
Deprecated.This module will be discontinued, along with its classes and methods.
- Year(int) - Constructor for class com.sap.cloud.sdk.s4hana.types.Year
-
Deprecated.Creates a new instance of
Year
. - YearConverter - Class in com.sap.cloud.sdk.s4hana.serialization
-
Deprecated.This module will be discontinued, along with its classes and methods.
- YearConverter() - Constructor for class com.sap.cloud.sdk.s4hana.serialization.YearConverter
-
Deprecated.
Z
- ZeroTrustIdentityService - Class in com.sap.cloud.sdk.cloudplatform.connectivity
-
Implementation to access X.509 certificates provided by the Zero Trust Identity Service (ZTIS).
- ZonedDateTimeAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Gson adapter to (de-)serialize fields of type
ZonedDateTime
from and to Json. - ZonedDateTimeAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeAdapter
- ZonedDateTimeCalendarConverter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
-
Converts between the deprecated
Calendar
type and the newZonedDateTime
. - ZonedDateTimeCalendarConverter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form