Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

aboutToInsert(DescriptorEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.UserCustomizer
 
aboutToUpdate(DescriptorEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.UserCustomizer
 
AbstractActivationStrategy - Class in com.sap.cloud.sdk.frameworks.togglz
Abstract base class for implementation of ActivationStrategy.
AbstractActivationStrategy() - Constructor for class com.sap.cloud.sdk.frameworks.togglz.AbstractActivationStrategy
 
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 Gson TypeAdapter.
AbstractCalendarAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
 
AbstractExceptionMapper<ClassT extends AbstractExceptionMapper<ClassT>> - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Base class to be used by different the exception handling of different frameworks.
AbstractExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
 
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
 
AbstractHttpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Abstract implementation of the HttpDestination interface that delegates all interface methods to a base HttpDestinationProperties object.
AbstractHttpDestination(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
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 Jackson StdDeserializer.
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 Jackson StdSerializer.
AbstractJacksonCalendarSerializer(Class<T>) - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarSerializer
Constructor needed by the super class.
AbstractMerkleTree - Class in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
The purpose of this class is to create Merkle Tree.
Each node has either two child nodes or one leaf.
AbstractMerkleTree(MessageDigest, Map<Integer, String>, Map<Integer, String>) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Creates an abstract MerkleTree
AbstractMerkleTree(MessageDigest, int) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Creates an abstract MerkleTree
AbstractMessage - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
AbstractMessage(String) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.AbstractMessage
Deprecated.
 
AbstractNamingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.utility
Represents an abstract base implementation of the NamingStrategy.
AbstractNamingStrategy(NameSource) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
 
AbstractNamingStrategy() - 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(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService
Expects the HttpDestinationProperties instance to create the ApiClient from it.
AbstractOpenApiService(ApiClient) - Constructor for class com.sap.cloud.sdk.services.openapi.core.AbstractOpenApiService
 
AbstractResponseMapper<T extends Throwable> - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
AbstractResponseMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.AbstractResponseMapper
 
AbstractScpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
AbstractScpDestination implements behaviour shared by all SCP destinations.
AbstractScpDestination(DestinationProperties) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
Constructor to set the base destination.
AbstractThreadContextExecutor<ExecutorT extends AbstractThreadContextExecutor<ExecutorT>> - Class in com.sap.cloud.sdk.cloudplatform.thread
Abstract class providing methods to execute an arbitrary command in a ThreadContext.
AbstractThreadContextExecutor() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
 
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
 
AccessDeniedResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Access Denied Response.
AccessDeniedResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.AccessDeniedResponse
Default constructor.
AccessDeniedResponse(String, Iterable<String>, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.AccessDeniedResponse
Detailed constructor.
AccessedAttribute - Class in com.sap.cloud.sdk.cloudplatform.auditlog
This class represents the access to a security relevant attribute in the context of an audit log.
AccessedAttribute(String, AccessedAttribute.Operation, String, Object, Object, boolean) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
Creates an AccessedAttribute instance based on all fields.
AccessedAttribute(String, AccessedAttribute.Operation, String, Object, Object) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
Creates an AccessedAttribute with a successful operation.
AccessedAttribute(String, AccessedAttribute.Operation) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
Creates an AccessedAttribute based on the mandatory fields.
AccessedAttribute.Operation - Enum in com.sap.cloud.sdk.cloudplatform.auditlog
Enum representing the type of operation performed on the accessed attribute.
AccessRequester - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Represents the requester of an access to an object in the context of an audit log.
AccessRequester(HttpServletRequest) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Creates an AccessRequester based on the given request.
AccessRequester(HttpServletRequest, Tenant) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Creates an AccessRequester based on the given request and tenant.
AccessRequester(String, String, String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
 
AccessToken - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Access Token with expiry date.
AccessToken(String, Instant) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AccessToken
 
AccessTokenDestination - Class in com.sap.cloud.sdk.cloudplatform.metering
Specifies the destination necessary to receive an authentication token.
AccessTokenDestination() - Constructor for class com.sap.cloud.sdk.cloudplatform.metering.AccessTokenDestination
 
accountId - Variable in class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
The account identifier.
AccountSpecificAuthorization - Class in com.sap.cloud.sdk.cloudplatform.security
Authorization implementation based on an account Id and another Authorization.
AccountSpecificAuthorization(String, Authorization) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
Creates a new authorization based on the tenant identifier and another Authorization.
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, 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.
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.
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.
activateProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ActivationApi
Activate a project
activateRuleService(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ActivationApi
Activate a rule service
ActivationApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
ActivationApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ActivationApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
ActivationApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ActivationApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
activityId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the activityId of this TaskInstance instance and return the same instance.
activityId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the activityId of this WorkflowInstanceErrorMessage instance and return the same instance.
activityId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the activityId of this WorkflowInstanceExecutionLog instance and return the same instance.
activityName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the activityName of this WorkflowInstanceErrorMessage instance and return the same instance.
activityName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the activityName of this WorkflowInstanceExecutionLog instance and return the same instance.
add(ApiUsageMetadata.Invocation) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.AdditionalInvocation
Add an invocation.
add(ValueDuration) - 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.FilterableDate
Filter by expression "add".
add(ValueDuration) - 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.FilterableDateTimeOffset
Filter by expression "add".
add(ValueDuration) - 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.odata.client.expression.FilterableDuration
Filter by expression "add".
add(ValueNumeric) - 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.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(ValueDateTimeOffset, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Addition expression for date time and duration.
add(ValueDuration, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Addition expression for duration and duration.
add(ValueDate, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Addition expression for date and duration.
add(FilterableDuration<EntityT>) - 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.FilterableDate
Filter by expression "add".
add(FilterableDuration<EntityT>) - 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.FilterableDateTime
Filter by expression "add".
add(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
Filter by expression "add".
add(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
Filter by expression "add".
add(Long) - 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.FilterableNumeric
Filter by expression "add".
add(Number) - 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(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.FilterableNumericDecimal
 
add(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
add(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
add(Integer) - 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(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
add(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
add(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
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.
addAdminGroupsItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one AdminGroups instance to this WorkflowInstanceRoles.
addAdminUsersItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one AdminUsers instance to this WorkflowInstanceRoles.
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.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Add one Annotations instance to this AdminData.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Add one Annotations instance to this DataObject.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Add one Annotations instance to this DataObjectObject.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Add one Annotations instance to this DecisionTableRule.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Add one Annotations instance to this ProjectObject.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Add one Annotations instance to this ProjectVersionObject.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Add one Annotations instance to this Rule.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Add one Annotations instance to this RuleObject.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Add one Annotations instance to this RuleService.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Add one Annotations instance to this RuleServiceAllOf.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Add one Annotations instance to this Ruleset.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Add one Annotations instance to this StructureComponent.
addAnnotationsItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Add one Annotations instance to this TableParameter.
addASTItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Add one AST instance to this DecisionTableCell.
addASTItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Add one AST instance to this DecisionTableCondition.
addASTItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Add one AST instance to this ResultCell.
addASTItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Add one AST instance to this TextCondition.
addASTItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Add one AST instance to this TextOperation.
addASTItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Add one AST instance to this TextPredefinedResults.
addAttributeDefinitionsItem(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Add one AttributeDefinitions instance to this TaskDefinition.
addAttributesItem(CustomAttribute) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Add one Attributes instance to this TaskInstance.
addAttributesItem(CustomAttribute) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Add one Attributes instance to this WorkflowInstance.
addBccItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Add one Bcc instance to this WorkflowInstanceExecutionLogRecipients.
addBearerTokenHeader(HttpRequest) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Configures a provided request to the service to bear required authentication token.
addBranchesItem(TextBranches) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Add one Branches instance to this Text.
addCcItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Add one Cc instance to this WorkflowInstanceExecutionLogRecipients.
addCellItem(DecisionTableCell) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Add one Cell instance to this DecisionTable.
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.
addChangeset(ModificationRequestBuilder<?>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
Add modifying operations to the OData batch request as combined changeset.
addColumnItem(DecisionTableColumn) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Add one Column instance to this DecisionTable.
addComponentItem(StructureComponent) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
Add one Component instance to this Structure.
addConditionItem(StructureAssociationCondition) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Add one Condition instance to this StructureAssociation.
addContentItem(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
Add one Content instance to this FormModel.
addContextAdminGroupsItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one ContextAdminGroups instance to this WorkflowInstanceRoles.
addContextAdminUsersItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one ContextAdminUsers instance to this WorkflowInstanceRoles.
addContextViewerGroupsItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one ContextViewerGroups instance to this WorkflowInstanceRoles.
addContextViewerUsersItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one ContextViewerUsers instance to this WorkflowInstanceRoles.
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.
addCreateItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Add one Create instance to this WorkflowInstanceExecutionLogChanges.
addCredentials(String, Credentials) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
addDataObject(String, DataObjectObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Create a data object
addDataObjectItem(DataObjectObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Add one DataObject instance to this Project.
addDecorator(ThreadContextDecorator) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextDecoratorChain
 
addDecorator(ThreadContextDecorator) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecoratorChain
addDefaultErpSystem(ErpSystem) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
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.
addDeleteItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Add one Delete instance to this WorkflowInstanceExecutionLogChanges.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Add one Description instance to this AdminData.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Add one Description instance to this DataObject.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Add one Description instance to this DataObjectObject.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Add one Description instance to this DecisionTableColumn.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Add one Description instance to this DecisionTableRule.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Add one Description instance to this ElementValuesEnumeration.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Add one Description instance to this ProjectObject.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Add one Description instance to this ProjectVersionObject.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Add one Description instance to this Rule.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Add one Description instance to this RuleObject.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Add one Description instance to this RuleService.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Add one Description instance to this Ruleset.
addDescriptionItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Add one Description instance to this StructureComponent.
addDetailsItem(ErrorErrorDetails) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Add one Details instance to this ErrorError.
addDetailsItem(ErrorMessageErrorDetails) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Add one Details instance to this ErrorMessageError.
addDetailsItem(TechnicalErrorErrorDetails) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Add one Details instance to this TechnicalErrorError.
addEnumerationItem(ElementValuesEnumeration) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Add one Enumeration instance to this ElementValues.
addExclusionItem(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Add one Exclusion instance to this RulesetAllOfVocabulary.
addFailureResultEntry(ConversionParametersForFixedRate, Throwable) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult.BulkFixedRateConversionResultBuilder
Adds the Try of Throwable as a failed entry to the conversion result set map with the specified ConversionParametersForFixedRate.
addFailureResultEntry(ConversionParametersForNonFixedRate, Throwable) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder
Adds the Try of Throwable as a failed entry to the conversion result set map with the given ConversionParametersForNonFixedRate.
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.
addIgnoredItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Add one Ignored instance to this WorkflowInstanceExecutionLogRecipients.
addIncludedInterfaceItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Add one IncludedInterface instance to this ProjectObject.
addIncludedInterfaceItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Add one IncludedInterface instance to this ProjectVersionObject.
addInclusionItem(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Add one Inclusion instance to this RulesetAllOfVocabulary.
addInputItem(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Add one Input instance to this Vocabulary.
addInterfaceItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Add one Interface instance to this ProjectObject.
addInterfaceItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Add one Interface instance to this ProjectVersionObject.
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
 
addJobsItem(WorkflowDefinitionJob) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Add one Jobs instance to this WorkflowDefinition.
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.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Add one Label instance to this AdminData.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Add one Label instance to this DataObject.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Add one Label instance to this DataObjectObject.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Add one Label instance to this DecisionTableColumn.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Add one Label instance to this DecisionTableRule.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Add one Label instance to this ProjectObject.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Add one Label instance to this ProjectVersionObject.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Add one Label instance to this Rule.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Add one Label instance to this RuleObject.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Add one Label instance to this RuleService.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Add one Label instance to this Ruleset.
addLabelItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Add one Label instance to this StructureComponent.
addListener(ThreadContextListener) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
 
addListener(ThreadContextListener) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListenerChain
addListener(MessageListener<? extends Message>) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.DefaultMessageDelegator
Deprecated.
Add a custom, type-safe listener to react on messages sent from the SAP Cloud Platform Enterprise Messaging service.
addListener(MessageListener<? extends Message>) - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.MessageDelegator
Deprecated.
Adds a listener instance of type MessageListener that gets notified upon the reception of a message.
addListener(MessageListener<?>) - Method in class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessageDelegator
Deprecated.
Add a custom, type-safe listener to react on messages sent from the SAP Cloud Platform Enterprise Messaging service.
addListener(ODataRequestListener) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
Attach a listener to the request process.
addManagedSystem(ManagedSystemObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Create a system.
addMessageFactoryMappers(MessageFactoryMapper...) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.MessagingVdmConverter
Deprecated.
Augment existing converter with provided MessageFactoryMapper instances.
addMessageFactoryMappers(MessageFactoryMapper...) - Method in class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessagingVdmConverter
Deprecated.
Augment existing converter with provided MessageFactoryMapper instances.
addMultiSigAddress(int, List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Creates a pay-to-scripthash (P2SH) multiSig address and adds it to the wallet.
addNamedDestination(Destination) - Method in class com.sap.cloud.sdk.testutil.DestinationAccessorMocker
Add a destination with "name" property.
addOperationItem(TextOperation) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Add one Operation instance to this TextBranches.
addOperationItem(TextOperation) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Add one Operation instance to this TextDefault.
addParameter(String, PrimitiveT) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
Add a parameter to function parameters
addParameterItem(TableParameter) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Add one Parameter instance to this Table.
addParameterToLastSegment(AbstractODataParameters) - Method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
Add a path parameter to the last segment.
addPredefinedResultsItem(TextPredefinedResults) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Add one PredefinedResults instance to this Text.
addProject(ProjectVersionObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Create a project.
addProjectItem(ProjectObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Add one Project instance to this Project.
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(FluentHelperRead<?, ?, ?>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
 
addReadOperations(FluentHelperByKey<?, ?, ?>...) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
 
addReadOperations(FluentHelperFunction<?, ?, ?>...) - 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(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 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(ReadRequestBuilder<?>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
Add read operations to the OData batch request.
addRecipientGroupsItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Add one RecipientGroups instance to this TaskInstance.
addRecipientGroupsItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Add one RecipientGroups instance to this WorkflowInstanceExecutionLog.
addRecipientUsersItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Add one RecipientUsers instance to this TaskInstance.
addRecipientUsersItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Add one RecipientUsers instance to this WorkflowInstanceExecutionLog.
addReferenceItem(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Add one Reference instance to this Vocabulary.
addRefsItem(AttachmentsContextRefs) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
Add one Refs instance to this AttachmentsContextGroups.
addRequest(FluentHelperDelete<?, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchChangeSetFluentHelperBasic
Adds a delete operation to the current changeset 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(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.
addResultItem(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Add one Result instance to this Vocabulary.
addResultItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
Add one Result instance to this RuleServiceResult.
addRowItem(DecisionTableRow) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Add one Row instance to this DecisionTable.
addRule(String, RuleObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Create a rule
addRuleItem(RuleObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Add one Rule instance to this Project.
addRuleItem(RulesetAllOfRule) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Add one Rule instance to this Ruleset.
addRuleItem(RulesetAllOfRule) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Add one Rule instance to this RulesetAllOf.
addRuleService(String, RuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Create a rule service
addRuleServiceItem(RuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Add one RuleService instance to this Project.
addRuleSet(String, Ruleset) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Create a ruleset
addRulesetItem(Ruleset) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Add one Ruleset instance to this Project.
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.
addSuccessResultEntry(ConversionParametersForFixedRate, SingleFixedRateConversionResult) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult.BulkFixedRateConversionResultBuilder
Adds the Try of SingleFixedRateConversionResult as a success entry to the conversion result set map with the specified ConversionParametersForFixedRate.
addSuccessResultEntry(ConversionParametersForNonFixedRate, SingleNonFixedRateConversionResult) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder
Adds the Try of SingleNonFixedRateConversionResult as a success entry to the conversion result set map with the given ConversionParametersForNonFixedRate.
addTestSystem(TestSystem<?>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
addToItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Add one To instance to this WorkflowInstanceExecutionLogRecipients.
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.
addUpdateItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Add one Update instance to this WorkflowInstanceExecutionLogChanges.
addViewerGroupsItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one ViewerGroups instance to this WorkflowInstanceRoles.
addViewerUsersItem(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Add one ViewerUsers instance to this WorkflowInstanceRoles.
addVocabularyItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Add one Vocabulary instance to this RuleServiceVersionInvocationInput.
addVocabularyItem(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Add one Vocabulary instance to this WorkingsetRuleServiceInvocationInput.
addWorkflowDefinitionsItem(FormMetadataWorkflowDefinitions) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Add one WorkflowDefinitions instance to this FormMetadata.
AdminData - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
AdminData
AdminData() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
 
adminGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the adminGroups of this WorkflowInstanceRoles instance and return the same instance.
adminGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the adminGroups of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
adminUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the adminUsers of this WorkflowInstanceRoles instance and return the same instance.
adminUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the adminUsers of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
afterDestroy(ThreadContext, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
Invoked after the current ThreadContext is destroyed and reset.
afterInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
Invoked after the current ThreadContext is initialized and set.
afterInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
Invoked after the current ThreadContext is initialized and set.
afterInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
Invoked after the current ThreadContext is initialized and set.
afterInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextListener
 
afterInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
Invoked after the current ThreadContext is initialized and set.
afterInitialize(ThreadContext, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
Invoked after the current ThreadContext is initialized and set.
alias(String) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
all(ValueBoolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by lambda expression "all".
all(Expressions.OperandMultiple, ValueBoolean, Predicate<FieldReference>, String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
All() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.All
 
all() - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
Select all properties of an entity.
all(FilterableBoolean<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
Filter by lambda expression "all".
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(Boolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
Combine the filter expression with another expression in conjunction
and(ValueBoolean, ValueBoolean) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
 
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.
and(ExpressionFluentHelper<EntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
Boolean AND expression fluent helper.
and(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
and(String, String) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCustomHttpHeader
and(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
Combine current string with another search string in conjunction.
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.odatav4.expression.FilterableBoolean
Combine the filter expression with a boolean value in conjunction.
andSystem(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
Finishes the configuration of the current system and start configuration of the next one.
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
 
AnnotationBasedHttpClientListener - Class in com.sap.cloud.sdk.quality
HttpClientListener implementation printing the content of the CodeQuality annotation located somewhere on the StackTrace.
AnnotationBasedHttpClientListener(Path) - Constructor for class com.sap.cloud.sdk.quality.AnnotationBasedHttpClientListener
Creates a new listener, writing the report into a file at the given path.
AnnotationBasedHttpClientListener() - Constructor for class com.sap.cloud.sdk.quality.AnnotationBasedHttpClientListener
 
AnnotationDefinition - Class in com.sap.cloud.sdk.datamodel.odata.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>, AnnotationParameter...) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationDefinition
Create an annotation definition with the provided annotation 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.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.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(String, Class<?>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.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, String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
Creates an annotation parameter with a String 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, byte) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
Creates an annotation parameter with a byte value.
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, double) - Constructor for class com.sap.cloud.sdk.datamodel.odata.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, long) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
Creates an annotation parameter with a long 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, short) - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.AnnotationParameter
Creates an annotation parameter with a short value.
AnnotationParameter - Class in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
Data structure to represent a parameter of a Java annotation.
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.odatav4.generator.annotation.AnnotationParameter
Creates an annotation parameter with an Enum value.
AnnotationParameter(String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
Creates an annotation parameter with a String 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, byte) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
Creates an annotation parameter with a byte 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, 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.odatav4.generator.annotation.AnnotationParameter
Creates an annotation parameter with a float 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, int) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
Creates an annotation parameter with an int value.
AnnotationParameter(String, short) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationParameter
Creates an annotation parameter with a short value.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the annotations of this AdminData instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the annotations of this DataObject instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the annotations of this DataObjectObject instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the annotations of this DecisionTableRule instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the annotations of this ProjectObject instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the annotations of this ProjectVersionObject instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the annotations of this Rule instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the annotations of this RuleObject instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the annotations of this RuleService instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Set the annotations of this RuleServiceAllOf instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the annotations of this Ruleset instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the annotations of this StructureComponent instance and return the same instance.
annotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the annotations of this TableParameter instance and return the same instance.
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(ValueBoolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by lambda expression "any".
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, ValueBoolean, Predicate<FieldReference>, String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
any(Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
any(FilterableBoolean<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
Filter by lambda expression "any".
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(RestTemplate) - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Creates an instance of this class given an instance of RestTemplate.
ApiClient(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Creates an instance of this class given an instance of HttpDestinationProperties.
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.CollectionFormat - Enum 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 - Enum in com.sap.cloud.sdk.datamodel.openapi.generator.model
Represents the maturity of the API to generate code for.
apiMaturity(ApiMaturity) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
 
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(Iterable<Object>) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
Appends the given Objects to this instance.
append(Object...) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
Appends the given Objects to this instance.
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
Appends the given Objects to this instance.
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 any Destination.
appendButton(B) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonCollection
This function adds a button to the current button collection.
appendContent(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.TextResponse
Function to add content to the current text response.
appendDestinationLoader(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
Register an DestinationLoader created at runtime.
appendRawTransaction(String, List<MultichainUTXO>, Map<String, Integer>, List<String>, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like createrawtransaction but adds the given inputs and (regular or metadata) outputs to the raw transaction specified in tx-hex, rather than creating a new transaction.
appendSuffixIfNameIsReservedKeyword(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Appends the given suffix to the given name, if the name is a reserved keyword.
appendToTitle(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonCollection
Funtion adds a string to the current title.
applicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the applicationScope of this TaskInstance instance and return the same instance.
applicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the applicationScope of this WorkflowDefinition instance and return the same instance.
applicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the applicationScope of this WorkflowDefinitionVersion instance and return the same instance.
applicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the applicationScope of this WorkflowInstance instance and return the same instance.
applicationServer(String) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
ApplicationService - Class in com.sap.cloud.sdk.services.blockchain.fabric.credentials
An Application Service contains all necessary credentials and information to interact with a Hyperledger Fabric chaincode.
ApplicationService(ChannelService, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
Provides an Application Service that contains all provided credentials and can be used to receive a contract object from the Fabric Service.
ApplicationService(String) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
Provides an Application Service that contains all provided credentials and can be used to receive a contract object from the Fabric Service.
ApplicationService() - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
Provides an Application Service that contains all provided credentials and can be used to receive a contract object from the Fabric Service.
apply(Statement, Description) - Method in class com.sap.cloud.sdk.testutil.DestinationAccessorMocker
 
apply(Statement, Description) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule
 
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.
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.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.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.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.ServiceWithNavigableEntities
Apply a bound action returning a single or no object to an entity collection of the service.
applyFormat(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DefaultNameFormattingStrategy
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.odata.generator.LowercaseNameFormattingStrategy
Returns the input string formatted according to the rules of the respective implementation of this interface.
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
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.LowercaseNameFormattingStrategy
Returns the input string formatted according to the rules of the respective implementation of this interface.
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.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.
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.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.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.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.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.
applyToParams(MultiValueMap<String, String>, HttpHeaders) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
Apply authentication settings to header and / or query parameters.
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
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.OAuth
Apply authentication settings to header and / or query parameters.
arg(String) - Static method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata
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.
arg(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
Convenient method to add static argument code.
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>, 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(Class<T>) - Method in class com.sap.cloud.sdk.result.GsonResultObject
Returns a value from this element.
as(Type) - Method in class com.sap.cloud.sdk.result.GsonResultObject
 
as(Class<T>) - Method in interface com.sap.cloud.sdk.result.ResultObject
Returns this ResultObject casted into the given type T.
as(Type) - Method in interface com.sap.cloud.sdk.result.ResultObject
Returns this ResultObject casted into the given type T.
AS_JSON_ARRAY_TO_ROOT - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
Concrete implementation of the ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter that converts the given property content into a JsonArray and adds it to the root level of the given service binding.
asBigDecimal() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
asBigDecimal() - Method in class com.sap.cloud.sdk.result.GsonResultObject
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigDecimal.
asBigDecimal() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigDecimal.
asBigDecimal() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigDecimal.
asBigDecimal() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigDecimal.
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 of ResultPrimitive, this method returns a List of all their values represented as BigDecimal.
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 of ResultPrimitive, this method returns a Set of all their values represented as BigDecimal.
asBigInteger() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
asBigInteger() - Method in class com.sap.cloud.sdk.result.GsonResultObject
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigInteger.
asBigInteger() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigInteger.
asBigInteger() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigInteger.
asBigInteger() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as BigInteger.
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 of ResultPrimitive, this method returns a List of all their values represented as BigInteger.
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 of ResultPrimitive, this method returns a Set of all their values represented as BigInteger.
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
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as boolean.
asBoolean() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as boolean.
asBoolean() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as boolean.
asBoolean() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as boolean.
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 of ResultPrimitive, this method returns a List of all their values represented as Boolean.
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 of ResultPrimitive, this method returns a Set of all their values represented as Boolean.
asByte() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
asByte() - Method in class com.sap.cloud.sdk.result.GsonResultObject
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as byte.
asByte() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as byte.
asByte() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as byte.
asByte() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as byte.
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 of ResultPrimitive, this method returns a List of all their values represented as Byte.
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 of ResultPrimitive, this method returns a Set of all their values represented as Byte.
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
asCharacter() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
asCharacter() - Method in class com.sap.cloud.sdk.result.GsonResultObject
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as char.
asCharacter() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as char.
asCharacter() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as char.
asCharacter() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as char.
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 of ResultPrimitive, this method returns a List of all their values represented as Character.
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 of ResultPrimitive, this method returns a Set of all their values represented as Character.
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
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as double.
asDouble() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as double.
asDouble() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as double.
asDouble() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as double.
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 of ResultPrimitive, this method returns a List of all their values represented as Double.
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 of ResultPrimitive, this method returns a Set of all their values represented as Double.
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
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as float.
asFloat() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as float.
asFloat() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as float.
asFloat() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as float.
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 of ResultPrimitive, this method returns a List of all their values represented as Float.
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 of ResultPrimitive, this method returns a Set of all their values represented as Float.
asHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Decorates this object as a HttpDestination,
asHttp() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
Decorates this object as a HttpDestination,
asHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
Decorates this object as a HttpDestination,
asHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
Decorates this object as a HttpDestination,
asHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
Decorates 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
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as int.
asInteger() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as int.
asInteger() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as int.
asInteger() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as int.
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 of ResultPrimitive, this method returns a List of all their values represented as Integer.
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 of ResultPrimitive, this method returns a Set of all their values represented as Integer.
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
Casts all elements within this ResultCollection into type T and returns a List of them.
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
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as long.
asLong() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as long.
asLong() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as long.
asLong() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as long.
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 of ResultPrimitive, this method returns a List of all their values represented as Long.
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 of ResultPrimitive, this method returns a Set of all their values represented as Long.
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 class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Decorates this object as a RfcDestination,
asRfc() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
Decorates this object as a RfcDestination,
asRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
Decorates this object as a RfcDestination,
asRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
Decorates this object as a RfcDestination,
asRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
Decorates this object as a RfcDestination,
assertHasSuppressedExceptionTypes(Throwable, Class<? extends Throwable>...) - Static method in class com.sap.cloud.sdk.testutil.ThrowableAssertionUtil
Asserts that the given Throwable has suppressed exceptions of the given types.
assertRuntimeDependenciesExist() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLogFacade
Asserts that required runtime dependencies are available on the class path.
assertRuntimeDependenciesExist() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogFacade
Asserts that required runtime dependencies are available on the class path.
assertRuntimeDependenciesExist() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipalFacade
 
assertRuntimeDependenciesExist() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenantFacade
Asserts that required runtime dependencies are available on the class path.
assertRuntimeDependenciesExist() - Method in interface com.sap.cloud.sdk.cloudplatform.WithRuntimeDependencies
Asserts that required runtime dependencies are available on the class path.
assertThatDirectoriesHaveSameContent(Path, Path) - Static method in class com.sap.cloud.sdk.testutil.DirectoryContentAssertionUtil
Asserts that two given directories have the exact content in terms of folders and contents of all files.
assertThatEnabled() - Method in interface com.sap.cloud.sdk.frameworks.togglz.Feature
Checks if the feature is enabled and throws a FeatureNotEnabledException if not.
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
Casts all elements within this ResultCollection into type T and returns a Set of them.
asShort() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
asShort() - Method in class com.sap.cloud.sdk.result.GsonResultObject
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as short.
asShort() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as short.
asShort() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as short.
asShort() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as short.
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 of ResultPrimitive, this method returns a List of all their values represented as Short.
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 of ResultPrimitive, this method returns a Set of all their values represented as Short.
association(StructureAssociation) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the association of this StructureComponent instance and return the same instance.
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
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as String.
asString() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as String.
asString() - Method in interface com.sap.cloud.sdk.result.ResultElement
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as String.
asString() - Method in interface com.sap.cloud.sdk.result.ResultPrimitive
In case this ResultElement is considered a ResultPrimitive, use this method to access its value as String.
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 of ResultPrimitive, this method returns a List of all their values represented as String.
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 of ResultPrimitive, this method returns a Set of all their values represented as String.
AST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the AST of this DecisionTableCell instance and return the same instance.
AST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the AST of this DecisionTableCondition instance and return the same instance.
AST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Set the AST of this ResultCell instance and return the same instance.
AST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Set the AST of this TextCondition instance and return the same instance.
AST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the AST of this TextOperation instance and return the same instance.
AST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the AST of this TextPredefinedResults instance and return the same instance.
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.
attachments(AttachmentsContext) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the attachments of this UpdateTaskInstancePayload instance and return the same instance.
attachments(AttachmentsContext) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Set the attachments of this WorkflowInstanceStartPayload instance and return the same instance.
AttachmentsContext - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
AttachmentsContext
AttachmentsContext() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
 
AttachmentsContextGroups - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
AttachmentsContextGroups
AttachmentsContextGroups() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
 
AttachmentsContextRefs - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
A reference to a file in the remote repository
AttachmentsContextRefs() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
 
attachToService(String, HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
Sets the service path and destination for the fetch commands of this entity.
attachToService(String, HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
Sets the service path and destination for the fetch commands of this entity.
attributeDefinitions(List<Object>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the attributeDefinitions of this TaskDefinition instance and return the same instance.
attributes(List<CustomAttribute>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the attributes of this TaskInstance instance and return the same instance.
attributes(List<CustomAttribute>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the attributes of this WorkflowInstance instance and return the same instance.
attributesAsList(AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogUtils
Takes an instance of AccessedAttribute as well as an arbitrary number of additional instances and merges them into a list.
Audience - Class in com.sap.cloud.sdk.cloudplatform.security
The audience of an authorization
Audience(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.Audience
 
AuditedDataObject - Class in com.sap.cloud.sdk.cloudplatform.auditlog
This class stores auditing information about the object being accessed.
AuditedDataObject(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
Creates an audited data object instance with provided object type and randomly generated identifier.
AuditedDataObject(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
Creates an audited data object instance with provided object type and identifier.
AuditedDataSubject - Class in com.sap.cloud.sdk.cloudplatform.auditlog
This class stores auditing information about who owns the data.
AuditedDataSubject(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
Creates an audited data subject instance with provided type and role and randomly generated identifier.
AuditedDataSubject(String, String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
Creates an audited data subject instance with provided type, role and identifier.
AuditLog - Interface in com.sap.cloud.sdk.cloudplatform.auditlog
Interface for audit logging.
AuditLogAccessException - Exception in com.sap.cloud.sdk.cloudplatform.auditlog.exception
Runtime exception indicating that there was an issue while accessing the audit log.
AuditLogAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.auditlog.exception.AuditLogAccessException
Initializes the exception by delegating the message to the super constructor.
AuditLogAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.auditlog.exception.AuditLogAccessException
Initializes the exception by delegating the causing exception to the super constructor.
AuditLogAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.auditlog.exception.AuditLogAccessException
Initializes the exception by delegating the message and the causing exception to the super constructor.
AuditLogAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.auditlog.exception.AuditLogAccessException
 
AuditLogFacade - Interface in com.sap.cloud.sdk.cloudplatform.auditlog
Facade interface encapsulating the creation of a concrete AuditLog implementation.
AuditLogger - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Main class of the audit log functionality.
AuditLogger() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
 
AuditLoggingStateRepository - Class in com.sap.cloud.sdk.frameworks.togglz
StateRepository implementation writing audit log entries when setting the state of a feature.
AuditLoggingStateRepository(StateRepository) - Constructor for class com.sap.cloud.sdk.frameworks.togglz.AuditLoggingStateRepository
 
AuditLogUtils - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Utility class providing functions common to all AuditLog implementations.
AuditLogUtils() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogUtils
 
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.
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.ScpCfDestinationOptionsAugmenter
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.ScpNeoDestinationOptionsAugmenter
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.ScpVcapDestinationOptionAugmenter
Use this class to set configuration parameters that are specific to a platform/environment/etc.
augmenter() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationOptionsAugmenter
Creates instances of ScpCfDestinationOptionsAugmenter in a builder-like style.
augmenter() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationOptionsAugmenter
Creates instances of ScpNeoDestinationOptionsAugmenter in a builder-like style.
AUTH_TOKEN_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
AuthContextFilter - Class in com.sap.cloud.sdk.cloudplatform.security.servlet
Filter rejecting all non-HTTP requests and responses as well as log in the remote user.
AuthContextFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.servlet.AuthContextFilter
 
Authentication - Interface in com.sap.cloud.sdk.services.openapi.apiclient.auth
Representing a method to authenticate at the REST API
authenticationHeaders(List<Header>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Adds the authentication headers to every outgoing request to this destination
AuthenticationType - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
Enum representing different ways a user may be authenticated .
authenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the expected authentication type of the DefaultHttpDestination.
authenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the authentication type of the destination.
authenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the authentication type of the destination
authenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
authenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
authorization - Variable in class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
The wrapped authorization.
Authorization - Class in com.sap.cloud.sdk.cloudplatform.security
Class that represents an authorization of a user.
Authorization(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.Authorization
 
authorization - Variable in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
The wrapped authorization.
authorization - Variable in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
The wrapped authorization.
AuthorizationApiDestination - Class in com.sap.cloud.sdk.cloudplatform.metering
Specifies the destination necessary to receive authorization token for a user.
AuthorizationApiDestination() - Constructor for class com.sap.cloud.sdk.cloudplatform.metering.AuthorizationApiDestination
 
AuthorizationServerSettings - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Deprecated.
Please use OAuth2ServiceSettings instead.
AuthorizationServerSettings(URI, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
Default constructor.
AuthorizationServerSettings.AuthorizationServerSettingsBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Deprecated.
 
authorizePath(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
 
AuthToken - Class in com.sap.cloud.sdk.cloudplatform.security
Class providing access to the authorization token of a request on SAP Cloud Platform Cloud Foundry.
AuthToken(DecodedJWT) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthToken
 
AuthTokenAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.exception
Thrown if the authorization token cannot be accessed.
AuthTokenAccessException(String) - 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.
AuthTokenAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
Exception constructor.
AuthTokenAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.AuthTokenAccessException
 
AuthTokenAccessor - Class in com.sap.cloud.sdk.cloudplatform.security
Accessor for retrieving the current AuthToken on SAP Cloud Platform Cloud Foundry.
AuthTokenBuilder - Class in com.sap.cloud.sdk.cloudplatform.security
Utility class to manage decoding and encoding of JWT.
AuthTokenBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder
 
AuthTokenBuilder.FluentHelperBuild - Interface in com.sap.cloud.sdk.cloudplatform.security
Fluent helper to chain operations.
AuthTokenBuilder.FluentHelperRefreshToken - Class in com.sap.cloud.sdk.cloudplatform.security
Fluent helper to chain operations.
AuthTokenBuilder.FluentHelperUnsignedJwt - Class in com.sap.cloud.sdk.cloudplatform.security
 
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 of AuthTokens 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.
Axis2CustomConverterListener - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
Servlet listener that is responsible for registering a default custom converter class in the Axis2 framework.
Axis2CustomConverterListener() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
 

B

backupPropertySetter(ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceOperatorDataFileSystemStructureParsingStrategyBuilder
 
baseDestination - Variable in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
The base destination to derive properties from.
baseUri(URI) - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
 
BASIC_AUTH_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
basicAuthentication(BasicCredentials) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
Enables basic authentication with the given credentials.
basicAuthentication(BasicCredentials) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
Enables basic authentication with the given credentials.
BasicAuthenticationAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.exception
Thrown if the BasicAuthentication credentials cannot be accessed.
BasicAuthenticationAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.BasicAuthenticationAccessException
Creates a new exception based on the given message.
BasicAuthenticationAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.BasicAuthenticationAccessException
 
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 current ThreadContext.
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(BasicCredentials) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the credentials for accessing the destination when basic authentication is used.
basicCredentials(BasicCredentials) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the credentials for accessing the destination when basic authentication is used.
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
 
batch() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
Instantiate a new FluentHelper instance for a single OData batch request.
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 - Interface in com.sap.cloud.sdk.datamodel.odata.helper.batch
Interface to access the OData batch response.
BatchResponse - Class in com.sap.cloud.sdk.datamodel.odatav4.core
Generic OData service response wrapper for 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.
bcc(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the bcc of this WorkflowInstanceExecutionLogRecipients instance and return the same instance.
BeanValidationListener - Class in com.sap.cloud.sdk.frameworks.eclipselink
This class is part of a workaround for the following EclipseLink 2.5 bean validation bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=411013
BeanValidationListener(ValidatorFactory, Class<?>[], Class<?>[], Class<?>[]) - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.BeanValidationListener
 
BeanValidationSessionCustomizer - Class in com.sap.cloud.sdk.frameworks.eclipselink
Session customizer for bootstrapping bean validation.
BeanValidationSessionCustomizer() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.BeanValidationSessionCustomizer
 
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
 
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientsThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationsThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextListener
 
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeDestroy(ThreadContext, ThreadContext) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
Invoked before the current ThreadContext is destroyed and reset.
beforeInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogThreadContextListener
Invoked before the current ThreadContext is initialized and set.
beforeInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientsThreadContextListener
Invoked before the current ThreadContext is initialized and set.
beforeInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationsThreadContextListener
Invoked before the current ThreadContext is initialized and set.
beforeInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreThreadContextListener
Invoked before the current ThreadContext is initialized and set.
beforeInitialize(ThreadContext, ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestThreadContextListener
Invoked before the current ThreadContext is initialized and set.
beforeInitialize(ThreadContext, 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.
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
 
BigDecimalExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a BigDecimal.
BigDecimalExtractor() - Constructor for class com.sap.cloud.sdk.result.BigDecimalExtractor
 
BigIntegerExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a BigInteger.
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
 
Boolean(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Boolean
 
BooleanExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Boolean.
BooleanExtractor() - Constructor for class com.sap.cloud.sdk.result.BooleanExtractor
 
BooleanIntegerConverter - Class in com.sap.cloud.sdk.frameworks.eclipselink
 
BooleanIntegerConverter() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.BooleanIntegerConverter
 
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.
boundaryEventName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the boundaryEventName of this WorkflowInstanceExecutionLog instance and return the same instance.
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
 
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
 
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
 
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
 
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.
branches(List<TextBranches>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Set the branches of this Text instance and return the same instance.
broadcastMessage(ResponseInterface...) - Method in class com.sap.cloud.sdk.services.recastai.RecastMessenger
broadcasts a message to all conversations
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings.AuthorizationServerSettingsBuilder
Deprecated.
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
Finally creates the DefaultDestination with the properties retrieved via the DefaultDestination.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 the DefaultHttpDestination.Builder.property(String, Object) method.
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination.Builder
Finally creates the DefaultRfcDestination with the properties retrieved via the DefaultRfcDestination.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 of DestinationLoaders.
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.ScpCfDestination.Builder
Finally creates the ScpCfDestination with the properties previously set.
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Finally creates the ScpCfHttpDestination based on the builder methods called and properties previously set.
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfRfcDestination.Builder
Finally creates the ScpCfRfcDestination based on the builder methods called and properties previously set.
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination.Builder
Finally creates the ScpNeoDestination with the properties previously set.
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Finally creates the ScpCfHttpDestination based on the builder methods called and properties previously set.
build() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoRfcDestination.Builder
Finally creates the ScpNeoRfcDestination based on the builder methods called and properties previously set.
build(String, String, String, int, String, String, String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.UriBuilder
Builds an URI based on the given parameter.
build() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
build() - Method in interface com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperBuild
Builds the AuthToken.
build() - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperRefreshToken
Builds the AuthToken.
build() - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider.OAuth2ServiceProviderBuilder
Finilize builder, instantiate the object.
build() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy.DefaultServiceBindingMergingStrategyBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader.EnvironmentVariableServiceBindingLoaderBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader.FileSystemServiceBindingLoaderBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.OneTimeServiceBindingLoaderWrapper.OneTimeServiceBindingLoaderWrapperBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.ServiceBindingMergerBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceOperatorDataFileSystemStructureParsingStrategyBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorSecretKeyFileSystemStructureParsingStrategy.ServiceOperatorSecretKeyFileSystemStructureParsingStrategyBuilder
 
build() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper.SimpleCachingServiceBindingLoaderWrapperBuilder
 
build(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Create the response instance for a given error.
build(HttpServletResponse, ResponseT) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ServletErrorResponseBuilder
Build and pass the servlet error response.
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(ResponseT) - Static method in class com.sap.cloud.sdk.frameworks.jaxrs.response.JaxRsErrorResponseBuilder
Constructs a JAX-RS Response.
build() - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
 
build(ProtocolVersion, MessageDigest, Map<Integer, String>, Map<Integer, String>) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTreeFactory
builds a new instance of Merkle tree
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult.BulkFixedRateConversionResultBuilder
The build method for BulkFixedRateConversionResult.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder
The build method for BulkNonFixedRateConversionResult.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
A build method to default the conversionAsOfDateTime as ‘now’ in the UTC if you provide a null value or no value.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount.CurrencyAmountBuilder
A build method to trim the input value for white space and create the corresponding BigDecimal.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor.CurrencyFactorBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
A build method to default the value of 'fromCurrencyfactor' and 'toCurrencyfactor' to 1 and the value of 'isIndirect' to 'false' if you provide a null value or no value.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail.ExchangeRateTypeDetailBuilder
A builder to default the isInversionAllowed value to false if you provide a null value or no value.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue.ExchangeRateValueBuilder
A build method to validate if the input String is a non negative numerical value.
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting.OverrideTenantSettingBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode.RatesDataProviderCodeBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource.RatesDataSourceBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType.RateTypeBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult.SingleFixedRateConversionResultBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder
 
build() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings.TenantSettingsBuilder
 
build() - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
Create a ERP system instance.
build() - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
build() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
build() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
buildClientCredentialsMapping(String, String, String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
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() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination.Builder
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
 
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(String) - 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(HttpDestinationProperties) - 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.DefaultHttpDestination.Builder
 
builder(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
Starts a builder to be used to create a DefaultRfcDestination with some properties.
Builder() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination.Builder
 
builder(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
Entry point to build a custom DestinationLoaderChain.
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
Creates a builder for instantiating DestinationOptions objects.
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, DestinationType) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
Starts a builder to be used to create a ScpCfDestination with mandatory properties.
builder(String, URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
Starts a builder to be used to create a ScpCfHttpDestination with some properties.
builder(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
Starts a builder to be used to create a ScpCfHttpDestination with some properties.
builder(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfRfcDestination
Starts a builder to be used to create a ScpCfRfcDestination with mandatory properties.
builder(String, DestinationType) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
Starts a builder to be used to create a ScpNeoDestination with mandatory properties.
builder(String, URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
Starts a builder to be used to create a ScpCfRfcDestination with mandatory properties.
builder(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
Starts a builder to be used to create a ScpCfHttpDestination with some properties.
builder(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoRfcDestination
Starts a builder to be used to create a ScpNeoRfcDestination with mandatory properties.
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthToken
Creates a builder for creating an AuthToken.
builder() - Static method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider
Instantiate a new builder.
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.OneTimeServiceBindingLoaderWrapper
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorSecretKeyFileSystemStructureParsingStrategy
 
builder() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper
 
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() - Static method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
builder() - Static method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings
 
builder() - Static method in class com.sap.cloud.sdk.testutil.ErpSystem
Creates a new builder without initializing mandatory parameters.
builder(String, URI) - Static method in class com.sap.cloud.sdk.testutil.ErpSystem
Creates a new builder for the given mandatory parameters.
builder(String, URI) - Static method in class com.sap.cloud.sdk.testutil.MockDestination
Creates a new builder for the given mandatory parameters.
builder(String) - Static method in class com.sap.cloud.sdk.testutil.MockErpDestination
Creates a new builder for the given mandatory parameters.
builder(String) - Static method in class com.sap.cloud.sdk.testutil.MockRfcDestination
Creates a new builder for the given mandatory parameters.
buildMerkleTree(LinkedHashMap<String, String>) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.VisibilityUtils
Default MessageDigest is set as SHA-256
buildMerkleTree(LinkedHashMap<String, String>, MessageDigest) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.VisibilityUtils
Returns a special MerkleTree serving visibility purpose and efficient in term of storage.
First leaf in the result tree is list of all keys in a JSNO format: ["key1","key2"]
Rest of the leaves are the values corresponding to the keys in the same order
buildPartialTree(String, MessageDigest, int, Map<Integer, String>, Map<Integer, String>, Map<String, String>) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTreeFactory
Creates a Merkle tree with given parameters.
buildPartialTree(ProtocolVersion, MessageDigest, int, Map<Integer, String>, Map<Integer, String>, Map<String, String>) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTreeFactory
Creates a Merkle tree with given parameters.
BulkFixedRateConversionResult - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The conversion result is the returned response after the fixed rate conversion is performed.
BulkFixedRateConversionResult.BulkFixedRateConversionResultBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
A builder class for the conversion result.
BulkFixedRateConversionResultBuilder() - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult.BulkFixedRateConversionResultBuilder
 
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.frameworks.resilience4j
Provider for bulkheads.
BulkNonFixedRateConversionResult - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The conversion result is the response returned after a non-fixed rate conversion is performed.
BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The builder class for the conversion result.
BulkNonFixedRateConversionResultBuilder() - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult.BulkNonFixedRateConversionResultBuilder
 
businessDataType(Element.BusinessDataTypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
Set the businessDataType of this Element instance and return the same instance.
businessKey(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the businessKey of this SendMessagePayload instance and return the same instance.
businessKey(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the businessKey of this WorkflowInstance instance and return the same instance.
Button - Class in com.sap.cloud.sdk.services.recastai.botresponses
This button extends the slimbutton allowing to set the type to POSTBACK, WEB_URL or PHONE_NUMBER.
Button(String, String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.Button
A button which offers three different type of actions upon getting clicked.
Button(String, String, ButtonType) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.Button
A button which offers three different type of actions upon getting clicked.
ButtonCollection<B extends SlimButton> - Class in com.sap.cloud.sdk.services.recastai.botresponses
Collects buttons to be included in a Response and allows to set a title.
ButtonCollection(String) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ButtonCollection
Creates a new button collection
ButtonResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
Represents all different types of button responses.
ButtonResponse(ButtonCollection<Button>) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
Assumes buttons as a type - full button style instead of quick replies.
ButtonResponse(String, ButtonCollection<?>) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
Allows to set type to either quickReplies or buttons.
ButtonType - Enum in com.sap.cloud.sdk.services.recastai.botresponses
Buttons can react in three ways upon getting clicked on: Postback sends a message.
ByteExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Byte.
ByteExtractor() - Constructor for class com.sap.cloud.sdk.result.ByteExtractor
 
bytesToHexString(byte[]) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
 

C

CACHEABLE_CONTENT_TYPES - Static variable in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpCachingHeaderFilter
The constant set of content types which are enabled by default for HTTP caching.
cacheConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
 
cacheConfiguration(ResilienceConfiguration.CacheConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
 
cacheDuration(Duration) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper.SimpleCachingServiceBindingLoaderWrapperBuilder
 
CacheExpirationStrategy - Enum 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, a GenericCacheKey, 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.
CachingDecorator - Interface in com.sap.cloud.sdk.frameworks.resilience4j
Deprecated.
Use GenericDecorator instead.
cachingMetadata() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
Deprecated.
cachingMetadata() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
Deprecated.
Obsolete, as calling the improved method executeRequest avoids metadata retrieval.
cachingMetadata() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
Obsolete, as calling the improved method executeRequest avoids metadata retrieval.
calculateDepth(int) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Could be seen as the number of rows in a binary tree with given number of leaves
calculateHash(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
calculates the hash of given rootHashKey
calculateHash(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V100MerkleTree
 
calculateHash(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V110MerkleTree
 
calculatLeafHash(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
calculates the hash of the leaf
calculatLeafHash(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V100MerkleTree
 
calculatLeafHash(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V110MerkleTree
 
call() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoTenantCallable
 
call() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoUserSessionCallable
 
canDecorate(DestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Verifies that the given "generic" destination might be decorated into a DefaultHttpDestination.
canDecorate(DestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
Verifies that the given "generic" destination might be decorated into a DefaultRfcDestination.
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheStats
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AccessToken
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultCsrfTokenRetriever
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationLoaderChain
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
 
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.connectivity.ScpCfDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfRfcDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoRfcDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.Authorization
 
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.OAuth2ServiceSettings
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipal
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
 
canEqual(Object) - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
 
canEqual(Object) - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
 
canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.AbstractMessage
Deprecated.
 
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.ExpressionFluentHelper
 
canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FilterExpressionWrapper
 
canEqual(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.UncheckedFilterExpression
 
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.frameworks.liquibase.SchemaPerTenantProvisioner
 
canEqual(Object) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
canEqual(Object) - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
 
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.scp.Destination
 
canEqual(Object) - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
canEqual(Object) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
canEqual(Object) - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
canEqual(Object) - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
canEqual(Object) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
canEqual(Object) - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
 
CardContent - Class in com.sap.cloud.sdk.services.recastai.botresponses
This class wraps around the content of a card to be included in a Response.
CardContent() - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
 
cardinality(StructureAssociation.CardinalityEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Set the cardinality of this StructureAssociation instance and return the same instance.
CardResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
Outermost wrapper for a Card to be send to a conversation.
CardResponse(CardContent) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.CardResponse
Constructor to initialise a new card response with existing CardContent object.
CardResponse() - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.CardResponse
An empty constructor for incremental building.
CarouselResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
This class is the outermost wrapper for a carousel response to be sent to a conversation.
CarouselResponse(List<CardContent>) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.CarouselResponse
Contructor allows to create a CarouselResponse with an existing List of CardContent
cascade(Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
Set the cascade of this WorkflowInstanceUpdatePayload instance and return the same instance.
cause(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the cause of this WorkflowInstanceExecutionLog instance and return the same instance.
cc(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the cc of this WorkflowInstanceExecutionLogRecipients instance and return the same instance.
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.
cell(List<DecisionTableCell>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the cell of this DecisionTable instance and return the same instance.
cell(ResultCell) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
Set the cell of this DecisionTableResult instance and return the same instance.
CertificateBasedHttpClientFactory - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Creates a CloseableHttpClient instance.
CertificateBasedHttpClientFactory() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.CertificateBasedHttpClientFactory
 
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the changedBy of this AdminData instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the changedBy of this DataObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the changedBy of this DataObjectObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the changedBy of this DecisionTableRule instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the changedBy of this ManagedSystemResponseObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
Set the changedBy of this ManagedSystemResponseObjectAllOf instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the changedBy of this ProjectObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the changedBy of this ProjectVersionObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the changedBy of this Rule instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the changedBy of this RuleObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the changedBy of this RuleService instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the changedBy of this Ruleset instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the changedBy of this Version instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the changedBy of this VersionObject instance and return the same instance.
changedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the changedBy of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the changedOn of this AdminData instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the changedOn of this DataObject instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the changedOn of this DataObjectObject instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the changedOn of this DecisionTableRule instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the changedOn of this ManagedSystemResponseObject instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
Set the changedOn of this ManagedSystemResponseObjectAllOf instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the changedOn of this ProjectObject instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the changedOn of this ProjectVersionObject instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the changedOn of this Rule instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the changedOn of this RuleObject instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the changedOn of this RuleService instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the changedOn of this Ruleset instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the changedOn of this Version instance and return the same instance.
changedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the changedOn of this VersionObject instance and return the same instance.
changedOn(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the changedOn of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
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.
changes(WorkflowInstanceExecutionLogChanges) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the changes of this WorkflowInstanceExecutionLog instance and return the same instance.
ChannelService - Class in com.sap.cloud.sdk.services.blockchain.fabric.credentials
A Channel Service contains all necessary credentials and information to interact with a Hyperledger Fabric channel.
ChannelService(String, String, X509Certificate, PrivateKey, String, byte[]) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
Provides a Channel Service that contains all provided credentials and can be used to receive a network object from the Fabric Service.
ChannelService(String) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
Provides a Channel Service that contains all necessary credentials and can be used to receive a network object from the Fabric Service.
ChannelService() - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
Provides a Channel Service that contains all necessary credentials and can be used to receive a network object from the Fabric Service.
CharacterExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Character.
CharacterExtractor() - Constructor for class com.sap.cloud.sdk.result.CharacterExtractor
 
charset(Charset) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceOperatorDataFileSystemStructureParsingStrategyBuilder
 
charset(Charset) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorSecretKeyFileSystemStructureParsingStrategy.ServiceOperatorSecretKeyFileSystemStructureParsingStrategyBuilder
 
checkUser(Message) - Method in class com.sap.cloud.sdk.frameworks.cxf.security.SecureAnnotationsInterceptor
 
chooseBetweenNameAndLabel(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Selects either the given name or the label based on the used NameSource.
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.frameworks.resilience4j
Provider for circuit breakers.
claimedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the claimedAt of this TaskInstance instance and return the same instance.
CleanLocalMojo - Class in com.sap.cloud.sdk.scp
 
CleanLocalMojo() - Constructor for class com.sap.cloud.sdk.scp.CleanLocalMojo
 
cleanUp() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
Cleans up all cache entries that have been invalidated.
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 specified ResilienceIsolationMode 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 specified ResilienceIsolationMode and defined parameters.
clearAllCacheEntries(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
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, CacheFilter) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
Clears the cache associated with the given ResilienceConfiguration by respecting the provided CacheFilter.
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, 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) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
clearCache(ResilienceConfiguration, CacheFilter) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
clearCredentials() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
clearDecorators() - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
 
clearDestinations() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
clearExcludedMethodNames() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
 
clearHeaders() - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
clearHeaders() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
clearKeyStores() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
clearLoaders() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.ServiceBindingMergerBuilder
 
clearPrincipals() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
clearProperties() - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
clearProperties() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
clearProperties() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
clearSecretStores() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
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
 
clearTenants() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
clearTestSystems() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
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
 
ClientCredentialsGrantType - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
Enum representing the different types client credentials can be retrieved from an XSUAA Service.
ClientCredentialsHttpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
HttpDestination implementation automatically adding an authentication header retrieved from an XSUAA service with client credentials.
ClientCredentialsHttpDestination(HttpDestinationProperties, ClientCredentials, URI, XsuaaService) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the given credentials via the ClientCredentialsGrantType.CLIENT_CREDENTIALS grant type.
ClientCredentialsHttpDestination(HttpDestinationProperties, ClientCredentials, ClientCredentialsGrantType, URI, XsuaaService) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the given credentials via the given grant type.
ClientCredentialsHttpDestination(HttpDestinationProperties, ClientCredentials, OAuth2ServiceSettings) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Wraps the given destination and adds the authentication header retrieved from the given XSUAA service with the given credentials via the given grant type.
ClientCredentialsValidator - Class in com.sap.cloud.sdk.cloudplatform
Utility class for validation of client credentials.
ClientCredentialsValidator() - Constructor for class com.sap.cloud.sdk.cloudplatform.ClientCredentialsValidator
 
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.
CloudConnectorErrorResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Cloud Connector Error.
CloudConnectorErrorResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.CloudConnectorErrorResponse
Default constructor.
CloudConnectorErrorResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.CloudConnectorErrorResponse
Constructor with description.
CloudConnectorErrorResponse(int, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.CloudConnectorErrorResponse
Constructor with cloud connector reference.
cloudConnectorLocationId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the connectivity location id of the destination.
cloudConnectorLocationId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the connectivity location id of the destination.
CloudEventsMessageMetadata - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
CloudEventsMessageMetadata(String, String, String, String, String, ZonedDateTime, String, String) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
 
CloudEventsMessageParser - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
CloudEventsMessageParser() - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser
Deprecated.
 
CloudEventsMessageParser.ParsedMessageData - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
The actual message data contained in the payload.
CloudEventsMessageParser.ParsedMetadata - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
Represents the data given as a context of the received message.
CloudEventsMessageParser.ParsedResult - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
Represents a parsed message originating from SAP S/4HANA.
CloudFoundryLeonardoMlServiceType - Enum in com.sap.cloud.sdk.services.scp.machinelearning
There are two kinds of service types in Leonardo ML Foundation on Cloud Foundry: The Cloud Foundry Leonardo ML service type and the Leonardo ML Foundation service type.
CloudLoggerFactory - Class in com.sap.cloud.sdk.cloudplatform.logging
Deprecated.
Use LoggerFactory instead.
CloudLoggerFactory() - Constructor for class com.sap.cloud.sdk.cloudplatform.logging.CloudLoggerFactory
Deprecated.
 
CloudPlatform - Interface in com.sap.cloud.sdk.cloudplatform
CloudPlatform interface to provide common platform features.
CloudPlatformAccessor - Class in com.sap.cloud.sdk.cloudplatform
Accessor class for information related to the current cloud platform.
CloudPlatformException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown for issues that are related to a Cloud platform.
CloudPlatformException(String) - 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.
CloudPlatformException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
Exception constructor.
CloudPlatformException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.CloudPlatformException
 
CloudPlatformFacade - Interface in com.sap.cloud.sdk.cloudplatform
Facade interface encapsulating the creation of a concrete CloudPlatform implementation.
code(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Set the code of this ErrorError instance and return the same instance.
code(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
Set the code of this ErrorErrorDetails instance and return the same instance.
code(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Set the code of this ErrorMessageError instance and return the same instance.
code(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
Set the code of this JobError instance and return the same instance.
code(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the code of this TechnicalErrorError instance and return the same instance.
codeGenerationSuccessful(boolean) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
 
CodeQuality - Annotation Type in com.sap.cloud.sdk.cloudplatform
Annotation to flag types for generic code quality checks
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 by filterName and returns a CollectedResultCollection that contains only the collected elements.
CollectedResultCollection - Interface in com.sap.cloud.sdk.result
A collection consisting of elements collected by their ElementName via the ResultCollection.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.
CollectionPrincipalAttribute<T> - Class in com.sap.cloud.sdk.cloudplatform.security.principal
A PrincipalAttribute holding a generic collection of values.
CollectionPrincipalAttribute(String, Collection<T>) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
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, 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.
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.
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.
column(List<DecisionTableColumn>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the column of this DecisionTable instance and return the same instance.
columnId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the columnId of this DecisionTableCell instance and return the same instance.
com.google.gson.internal.bind - package com.google.gson.internal.bind
 
com.sap.cloud.sdk.cloudplatform - package com.sap.cloud.sdk.cloudplatform
 
com.sap.cloud.sdk.cloudplatform.auditlog - package com.sap.cloud.sdk.cloudplatform.auditlog
 
com.sap.cloud.sdk.cloudplatform.auditlog.exception - package com.sap.cloud.sdk.cloudplatform.auditlog.exception
 
com.sap.cloud.sdk.cloudplatform.cache - package com.sap.cloud.sdk.cloudplatform.cache
 
com.sap.cloud.sdk.cloudplatform.concurrency - package com.sap.cloud.sdk.cloudplatform.concurrency
 
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.logging - package com.sap.cloud.sdk.cloudplatform.logging
 
com.sap.cloud.sdk.cloudplatform.metering - package com.sap.cloud.sdk.cloudplatform.metering
 
com.sap.cloud.sdk.cloudplatform.naming - package com.sap.cloud.sdk.cloudplatform.naming
 
com.sap.cloud.sdk.cloudplatform.resilience - package com.sap.cloud.sdk.cloudplatform.resilience
 
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.security.secret - package com.sap.cloud.sdk.cloudplatform.security.secret
 
com.sap.cloud.sdk.cloudplatform.security.secret.exception - package com.sap.cloud.sdk.cloudplatform.security.secret.exception
 
com.sap.cloud.sdk.cloudplatform.security.servlet - package com.sap.cloud.sdk.cloudplatform.security.servlet
 
com.sap.cloud.sdk.cloudplatform.servicebinding - package com.sap.cloud.sdk.cloudplatform.servicebinding
 
com.sap.cloud.sdk.cloudplatform.servlet - package com.sap.cloud.sdk.cloudplatform.servlet
 
com.sap.cloud.sdk.cloudplatform.servlet.exception - package com.sap.cloud.sdk.cloudplatform.servlet.exception
 
com.sap.cloud.sdk.cloudplatform.servlet.response - package com.sap.cloud.sdk.cloudplatform.servlet.response
 
com.sap.cloud.sdk.cloudplatform.servlet.response.mapper - package com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
com.sap.cloud.sdk.cloudplatform.servlet.response.serializer - package com.sap.cloud.sdk.cloudplatform.servlet.response.serializer
 
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.messaging.core - package com.sap.cloud.sdk.datamodel.messaging.core
 
com.sap.cloud.sdk.datamodel.messaging.jms - package com.sap.cloud.sdk.datamodel.messaging.jms
 
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.frameworks.cxf.security - package com.sap.cloud.sdk.frameworks.cxf.security
 
com.sap.cloud.sdk.frameworks.eclipselink - package com.sap.cloud.sdk.frameworks.eclipselink
 
com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper - package com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper
 
com.sap.cloud.sdk.frameworks.jaxrs - package com.sap.cloud.sdk.frameworks.jaxrs
 
com.sap.cloud.sdk.frameworks.jaxrs.response - package com.sap.cloud.sdk.frameworks.jaxrs.response
 
com.sap.cloud.sdk.frameworks.jaxrs.response.mapper - package com.sap.cloud.sdk.frameworks.jaxrs.response.mapper
 
com.sap.cloud.sdk.frameworks.liquibase - package com.sap.cloud.sdk.frameworks.liquibase
 
com.sap.cloud.sdk.frameworks.resilience4j - package com.sap.cloud.sdk.frameworks.resilience4j
 
com.sap.cloud.sdk.frameworks.spring.response - package com.sap.cloud.sdk.frameworks.spring.response
 
com.sap.cloud.sdk.frameworks.togglz - package com.sap.cloud.sdk.frameworks.togglz
 
com.sap.cloud.sdk.frameworks.togglz.exception - package com.sap.cloud.sdk.frameworks.togglz.exception
 
com.sap.cloud.sdk.quality - package com.sap.cloud.sdk.quality
 
com.sap.cloud.sdk.quality.pmd.rules - package com.sap.cloud.sdk.quality.pmd.rules
 
com.sap.cloud.sdk.result - package com.sap.cloud.sdk.result
 
com.sap.cloud.sdk.s4hana - package com.sap.cloud.sdk.s4hana
 
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.usageanalytics - package com.sap.cloud.sdk.s4hana.usageanalytics
 
com.sap.cloud.sdk.s4hana.usageanalytics.exception - package com.sap.cloud.sdk.s4hana.usageanalytics.exception
 
com.sap.cloud.sdk.scp - package com.sap.cloud.sdk.scp
 
com.sap.cloud.sdk.services.blockchain.fabric.credentials - package com.sap.cloud.sdk.services.blockchain.fabric.credentials
 
com.sap.cloud.sdk.services.blockchain.fabric.service - package com.sap.cloud.sdk.services.blockchain.fabric.service
 
com.sap.cloud.sdk.services.blockchain.multichain.exceptions - package com.sap.cloud.sdk.services.blockchain.multichain.exceptions
 
com.sap.cloud.sdk.services.blockchain.multichain.model - package com.sap.cloud.sdk.services.blockchain.multichain.model
 
com.sap.cloud.sdk.services.blockchain.multichain.service - package com.sap.cloud.sdk.services.blockchain.multichain.service
 
com.sap.cloud.sdk.services.blockchain.multichain.utils - package com.sap.cloud.sdk.services.blockchain.multichain.utils
 
com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility - package com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
 
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api - package com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
 
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model - package com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
 
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api - package com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api
 
com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model - package com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
 
com.sap.cloud.sdk.services.currencyconversion.core - package com.sap.cloud.sdk.services.currencyconversion.core
This package provides the conversion APIs for fixed and non-fixed rates.
com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter - package com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter
This package provides the interface with the method signatures to get exchange rates, exchange rate type details, and default tenant settings.
com.sap.cloud.sdk.services.currencyconversion.datamodel.model - package com.sap.cloud.sdk.services.currencyconversion.datamodel.model
This package provides models that you can use to send information to the Currency Conversion library. 
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.services.recastai - package com.sap.cloud.sdk.services.recastai
 
com.sap.cloud.sdk.services.recastai.botresponses - package com.sap.cloud.sdk.services.recastai.botresponses
 
com.sap.cloud.sdk.services.recastai.userrequest - package com.sap.cloud.sdk.services.recastai.userrequest
 
com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric - package com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric
 
com.sap.cloud.sdk.services.scp.machinelearning - package com.sap.cloud.sdk.services.scp.machinelearning
 
com.sap.cloud.sdk.services.scp.workflow.cf.api - package com.sap.cloud.sdk.services.scp.workflow.cf.api
 
com.sap.cloud.sdk.services.scp.workflow.cf.model - package com.sap.cloud.sdk.services.scp.workflow.cf.model
 
com.sap.cloud.sdk.testutil - package com.sap.cloud.sdk.testutil
 
com.sap.cloud.sdk.testutil.rules - package com.sap.cloud.sdk.testutil.rules
 
com.sap.cloud.sdk.typeconverter - package com.sap.cloud.sdk.typeconverter
 
com.sap.cloud.sdk.typeconverter.exception - package com.sap.cloud.sdk.typeconverter.exception
 
com.sap.security.auth.service - package com.sap.security.auth.service
 
com.sap.security.um.service.api - package com.sap.security.um.service.api
 
combineServiceUriWithRequestPath(URI) - Method in class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlService
Combines the service URI with the original request path, query, and fragment.
compareTo(ThreadContextListener) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener
completedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the completedAt of this TaskInstance instance and return the same instance.
completedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the completedAt of this WorkflowInstance instance and return the same instance.
ComplexProperty<EntityT extends VdmObject<?>,TargetT extends VdmComplex<?>> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
Interface representing a complex property of EntityT that holds a complex type of TargetT.
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.
component(List<StructureComponent>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
Set the component of this Structure instance and return the same instance.
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
 
concat(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by expression "concat".
concat(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.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(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "concat".
concat(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
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(Iterable<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(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "concat".
condition(DecisionTableCondition) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the condition of this DecisionTableColumn instance and return the same instance.
condition(List<StructureAssociationCondition>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Set the condition of this StructureAssociation instance and return the same instance.
condition(TextCondition) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the condition of this TextBranches instance and return the same instance.
ConflictError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
ConflictError
ConflictError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
 
ConflictErrorError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
ConflictErrorError
ConflictErrorError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
 
ConstraintViolatedResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Constraint Violation.
ConstraintViolatedResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ConstraintViolatedResponse
Default constructor.
ConstraintViolatedResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ConstraintViolatedResponse
Constructor with description.
ConstraintViolationException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown when some constraint is violated.
ConstraintViolationException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ConstraintViolationException
Exception constructor.
ConstraintViolationException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ConstraintViolationException
Exception constructor.
ConstraintViolationException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ConstraintViolationException
Exception constructor.
ConstraintViolationException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ConstraintViolationException
 
ConstraintViolationExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
ConstraintViolationExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ConstraintViolationExceptionMapper
 
ConstraintViolationExceptionMapper - Class in com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper
 
ConstraintViolationExceptionMapper() - Constructor for class com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper.ConstraintViolationExceptionMapper
 
ConsumingWorkflowInstance - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
ConsumingWorkflowInstance
ConsumingWorkflowInstance() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
 
contains(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by expression "contains".
contains(Iterable<?>) - 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(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "contains".
contains(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
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(Iterable<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(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "contain".
content(List<Object>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
Set the content of this FormModel instance and return the same instance.
content(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
Set the content of this SampleContext instance and return the same instance.
contents(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
Set the contents of this WorkflowModel instance and return the same instance.
context(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the context of this SendMessagePayload instance and return the same instance.
context(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the context of this UpdateTaskInstancePayload instance and return the same instance.
context(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Set the context of this WorkflowInstanceStartPayload instance and return the same instance.
contextAdminGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextAdminGroups of this WorkflowInstanceRoles instance and return the same instance.
contextAdminGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextAdminGroups of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
contextAdminUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextAdminUsers of this WorkflowInstanceRoles instance and return the same instance.
contextAdminUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextAdminUsers of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
contextDestroyed(ServletContextEvent) - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
 
contextDestroyed(ServletContextEvent) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
 
contextInitialized(ServletContextEvent) - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
 
contextInitialized(ServletContextEvent) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.Axis2CustomConverterListener
 
contextViewerGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextViewerGroups of this WorkflowInstanceRoles instance and return the same instance.
contextViewerGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextViewerGroups of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
contextViewerUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextViewerUsers of this WorkflowInstanceRoles instance and return the same instance.
contextViewerUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextViewerUsers of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
Conversation - Class in com.sap.cloud.sdk.services.recastai.userrequest
Representation of a conversation JSON object as sent by Recast.
Conversation() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.Conversation
 
ConversationUpdate - Class in com.sap.cloud.sdk.services.recastai.botresponses
Class that wraps around Recast Memory.
ConversationUpdate(Map<String, Object>) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ConversationUpdate
Allows to create a new conversation object with a new memory object.
conversionAsOfDateTime(Instant) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
 
ConversionException - Exception in com.sap.cloud.sdk.services.currencyconversion.core
An exception that occurs when any one (or more) of the requested conversions could not be processed.
ConversionException(String) - Constructor for exception com.sap.cloud.sdk.services.currencyconversion.core.ConversionException
The custom exception class for Currency Conversion.
ConversionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.services.currencyconversion.core.ConversionException
The custom exception class for Currency Conversion.
ConversionParametersForFixedRate - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The input parameters required to perform fixed rate currency conversion.
ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
ConversionParametersForNonFixedRate - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The input parameters required to perform non-fixed rate currency conversion.
ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
A builder to default the conversionAsOfDateTime as ‘now’ in the UTC if you provide a null value or no value.
convertCurrenciesWithFixedRate(List<ConversionParametersForFixedRate>) - Method in class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
Provides conversion capabilities for multiple conversions in one call and depends on the ExchangeRateValue provided specifically in the request.
convertCurrenciesWithNonFixedRate(List<ConversionParametersForNonFixedRate>, DataAdapter) - Method in class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
Provides conversion capabilities for multiple conversions in one call by picking the best possible exchange rate that is applicable.
convertCurrenciesWithNonFixedRate(List<ConversionParametersForNonFixedRate>, DataAdapter, OverrideTenantSetting) - Method in class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
Provides conversion capabilities for multiple conversions in one call by overriding the default tenant settings that are provided by the DataAdapter and uses the Data Adapter provided in the input to get the required ExchangeRates.
convertCurrencyWithFixedRate(ConversionParametersForFixedRate) - Method in class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
Provides conversion capabilities for one conversion in one call and depends on the ExchangeRateValue provided specifically in the request.
convertCurrencyWithNonFixedRate(ConversionParametersForNonFixedRate, DataAdapter) - Method in class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
Provides conversion capabilities for one conversion in one call by picking the best possible exchange rate that is applicable.
convertCurrencyWithNonFixedRate(ConversionParametersForNonFixedRate, DataAdapter, OverrideTenantSetting) - Method in class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
Provides conversion capabilities for one conversion in one call by picking the best possible exchange rate that is applicable.
convertedAmount(CurrencyAmount) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult.SingleFixedRateConversionResultBuilder
 
convertedAmount(CurrencyAmount) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder
 
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
 
convertToDatabaseColumn(Boolean) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.BooleanIntegerConverter
 
convertToEntityAttribute(Integer) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.BooleanIntegerConverter
 
convertToJavaClassName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Chooses between the given name and label based on the used NameSource.
convertToJavaConstantName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Chooses between the given name and label based on the used NameSource.
convertToJavaFieldName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Chooses between the given name and label based on the used NameSource.
convertToJavaMethodName(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Chooses between the given name and label based on the used NameSource.
convertToString(Calendar) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
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
Converts a given Date value into a String according to the expected format by the ERP system.
copyProject(CopyProjectInput) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Create a copy of a project
CopyProject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
CopyProject
CopyProject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
 
CopyProjectInput - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
CopyProjectInput
CopyProjectInput() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
 
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>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
Instantiates this request builder using the given service path to send the requests.
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.google.gson.internal.bind.CustomMapTypeAdapterFactory
 
create() - Static method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache
Create an empty cache.
create(Map<ClientIdentity, OAuth2TokenService>) - Static method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache
Create a new cache based on an existing Map instance.
create() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseGsonBuilder
Create a GSON utility instance.
create(Gson, TypeToken<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmAdapterFactory
 
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(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
Creates a ResultElement based on the given object.
create(ResultElementT) - Method in interface com.sap.cloud.sdk.result.ResultElementFactory
Creates a ResultElement based on the given object.
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() - Static method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Create a service instance looking for an instance of service type 'multichain'.
create(MultichainDestination) - Static method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Create a service instance looking from a MultichainDestination.
create(MultichainBasicAuthDestination) - Static method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Create a service instance looking from a MultichainBasicAuthDestination.
create(String) - Static method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Create a service instance looking from a destinationId .
create() - Static method in class com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricService
Deprecated.
Create a service instance looking for an instance of service type 'hyperledger-fabric'.
create(CloudFoundryLeonardoMlServiceType, LeonardoMlServiceType) - Static method in class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlFoundation
Loads service details from Cloud Foundry service of given type for the given Leonardo Machine Learning Foundation service type.
create(String, String) - Static method in class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlFoundation
Loads service details from Cloud Foundry service of given type for the given Leonardo Machine Learning Foundation service type.
create(String, String) - Static method in class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlService
Generic creation of a service instance.
create(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Set the create of this WorkflowInstanceExecutionLogChanges instance and return the same instance.
createCacheConfiguration(ResilienceConfiguration.CacheConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCachingDecorator
Creates a cache configuration to describe the cache behavior.
createClient(ClientIdentity) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CertificateBasedHttpClientFactory
 
createContextual(DeserializationContext, BeanProperty) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumDeserializer
 
createContextual(SerializerProvider, BeanProperty) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmEnumSerializer
 
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.JacksonVdmObjectSerializer
 
createdAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the createdAt of this FormMetadata instance and return the same instance.
createdAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the createdAt of this TaskDefinition instance and return the same instance.
createdAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the createdAt of this TaskInstance instance and return the same instance.
createdAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the createdAt of this WorkflowDefinition instance and return the same instance.
createdAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the createdAt of this WorkflowDefinitionVersion instance and return the same instance.
createDatabase() - Method in class com.sap.cloud.sdk.frameworks.liquibase.LiquibaseProvider
Updates the database given by the dataSource to the current state represented by the liquibase configuration file in liquibase/changelog_master.xml.
createdBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the createdBy of this RuleServiceVersionDefinitionResult instance and return the same instance.
createdBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the createdBy of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
createdBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the createdBy of this FormMetadata instance and return the same instance.
createdBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the createdBy of this TaskInstance instance and return the same instance.
createdBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the createdBy of this WorkflowDefinition instance and return the same instance.
createdBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the createdBy of this WorkflowDefinitionVersion instance and return the same instance.
createDestination(VcapDataT, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapDestinationLoader
Create an instance of Destination from the structured data, which was retrieved from the VCAP lookup
createDestination(ScpXfDestinationData, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationLoader
Create an instance of Destination from the structured data, which was retrieved from the VCAP lookup
createdOn(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the createdOn of this RuleServiceVersionDefinitionResult instance and return the same instance.
createdOn(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the createdOn of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
createEmptyTree() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Calculates keys in the tree and set their value as null
It also ignores redundant nodes.
e.g.
createError(String, Object, int) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler
Deprecated.
This method takes an error in the form of an error message, an error JSON or an HTML document, the origin (i.e.
createFor(String) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Creates the list of services from the VCAP_SERVICES environment variable.
createFor(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Creates the list of services from the VCAP_SERVICES environment variable.
createFor(ScpCfServiceDesignator) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Creates the list of services from the VCAP_SERVICES environment variable.
createForFullButtons(ButtonCollection<Button>) - Static method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
Create a button response with complex buttons which allow visiting web urls or dial phone numbers, on top of the regular postback feature.
createForQuickReplies(ButtonCollection<SlimButton>) - Static method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
Create a response with only POSTBACK buttons.
createHttpClient(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientFactory
 
createHttpClient() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientFactory
Creates an HttpClient independent of any destination.
createHttpClient(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientFactory
Creates an HttpClient based on the given HttpDestinationProperties.
createKeyPair() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Generates one public/private key pairs, which are not stored in the wallet or drawn from the node’s key pool, ready for external key management.
createKeyPairs(int) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Generates one or more public/private key pairs, which are not stored in the wallet or drawn from the node’s key pool, ready for external key management.
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.
createPictureResponse(String) - Static method in class com.sap.cloud.sdk.services.recastai.botresponses.MediaResponse
The contructor to generate a new picture response with an URL.
createRawSendFrom(String, Object, List<Map<String, String>>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Creates a transaction spending the specified inputs, sending to the given addresses.
createRawTransaction(List<MultichainUTXO>, Map<String, Integer>, List<String>, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Creates a transaction spending the specified inputs, sending to the given addresses.
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) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
Deprecated.
CreateRequestBuilder(String, EntityT, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
Instantiates a CreateRequestBuilder
createStream(String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Creates a new stream on the blockchain called name.
createStreamFromAddress(String, String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like create, but with control over the from-address used to create the stream.
createThreadContextExecutor() - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultThreadContextProvider
 
createVersion(String, CreateVersionInput) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Create a version of a project
CreateVersionInput - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
CreateVersionInput
CreateVersionInput() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
 
createVideoResponse(String) - Static method in class com.sap.cloud.sdk.services.recastai.botresponses.MediaResponse
The contructor to generate a new video response with an URL.
Credentials - Interface in com.sap.cloud.sdk.cloudplatform.security
Marker interface representing credentials needed to log in to a remote.
credentials(Credentials) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
credentials(Credentials) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
credentials(Credentials) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
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, Exception) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
Returns a new CsrfTokenRetrievalException instance.
CsrfTokenRetrievalException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.CsrfTokenRetrievalException
Returns a new CsrfTokenRetrievalException instance.
CsrfTokenRetriever - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Retrieves a CSRF token from a given remote system.
csrfTokenRetriever - Variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
The CSRF token retriever
CurrencyAmount - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The numeric value to be converted from the source Currency to the target Currency.
CurrencyAmount(String) - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
A constructor to trim the input value for white space and create the corresponding BigDecimal.
CurrencyAmount.CurrencyAmountBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
A builder to trim the input value for white space and create the corresponding BigDecimal.
CurrencyConverter - Class in com.sap.cloud.sdk.services.currencyconversion.core
Currency Converter API class which exposes methods to perform currency conversion.
CurrencyConverter() - Constructor for class com.sap.cloud.sdk.services.currencyconversion.core.CurrencyConverter
 
CurrencyFactor - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The Currency Factor is the scaling factor for a currency exchange rate value.
CurrencyFactor() - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
A constructor to default currencyFactor value to 1.
CurrencyFactor(Integer) - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
A constructor to validate if currencyFactor is provided as a negative value.
currencyFactor(Integer) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor.CurrencyFactorBuilder
 
CurrencyFactor.CurrencyFactorBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
currentDateTimeSupplier(Supplier<LocalDateTime>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper.SimpleCachingServiceBindingLoaderWrapperBuilder
 
CUSTOM_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
 
CUSTOM_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
CustomAttribute - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
CustomAttribute
CustomAttribute() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
 
CustomAttribute.TypeEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The type of the attribute.
customize(Session) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.BeanValidationSessionCustomizer
 
customize(Session) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.MultitenantSessionCustomizer
 
customize(ClassDescriptor) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.UserCustomizer
 
CustomMapTypeAdapterFactory - Class in com.google.gson.internal.bind
Experimental GSON type adapter factory to manage serialization and deserialization of Map types.
CustomMapTypeAdapterFactory() - Constructor for class com.google.gson.internal.bind.CustomMapTypeAdapterFactory
 
CustomTokenHttpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
HTTP destination that adds a custom access token as authorization header at runtime.
CustomTokenHttpDestination(HttpDestinationProperties, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.CustomTokenHttpDestination
Creates a new HttpDestination on the basis of an existing HttpDestinationProperties with a custom access token to be used in the authorization header.

D

DataAdapter - Interface in com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter
An interface with the method signatures to get exchange rates, exchange rate type details and default tenant settings.
DataAdapterException - Exception in com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter
An exception that occurs when any one (or more) of the requested conversions could not be processed.
DataAdapterException(String) - Constructor for exception com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapterException
The constructor to set the exception message.
DataAdapterException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapterException
A custom exception class for Currency Conversion.
DataExportApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
DataExportApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.DataExportApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
DataExportApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.DataExportApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
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() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
 
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() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
 
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.openapi.generator.DataModelGenerator
Default constructor initializing the generator with default class members
DataModelGeneratorCli - Class in com.sap.cloud.sdk.datamodel.odata.generator
CLI wrapper of the DataModelGenerator builder.
DataModelGeneratorCli - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
CLI wrapper of the DataModelGenerator builder.
DataModelGeneratorCli - Class in com.sap.cloud.sdk.datamodel.openapi.generator
CLI wrapper of the DataModelGenerator.
DataModelGeneratorMojo - Class in com.sap.cloud.sdk.datamodel.odata.generator
Mojo used in the OData Generator Maven Plugin.
DataModelGeneratorMojo() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGeneratorMojo
 
DataModelGeneratorMojo - Class in com.sap.cloud.sdk.datamodel.odatav4.generator
Mojo used in the OData V4 Generator Maven Plugin.
DataModelGeneratorMojo() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGeneratorMojo
 
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.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
 
DataObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DataObject
DataObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
 
dataObject(List<DataObjectObject>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the dataObject of this Project instance and return the same instance.
DataObject.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of data object.
DataObjectAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DataObjectAllOf
DataObjectAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
 
DataObjectAllOf.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of data object.
DataObjectObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DataObjectObject
DataObjectObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
 
DataObjectObject.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of data object.
DataObjectObjectAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DataObjectObjectAllOf
DataObjectObjectAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
 
DataObjectsApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
DataObjectsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
DataObjectsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
dataProviderCode(String) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode.RatesDataProviderCodeBuilder
 
dataSource(String) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource.RatesDataSourceBuilder
 
date() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
Filter by expression "date".
date(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
Date(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Date
 
date() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
Filter by expression "date".
DATE_PATTERN - Static variable in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
The ISO date pattern.
DATE_TIME_PATTERN - Static variable in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
The ISO date time pattern.
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".
DateGsonSerializer - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.serializer
Class for serialization of Date from and to JsonElement.
DateGsonSerializer() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.serializer.DateGsonSerializer
 
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
 
day(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
DB_MIGRATE_UP_TO_CHANGESET - Static variable in class com.sap.cloud.sdk.frameworks.liquibase.LiquibaseProvider
The database changeset to migrate up to.
DecimalDescriptor - Annotation Type in com.sap.cloud.sdk.datamodel.odatav4.core
Annotation indicating the precision and scale of a decimal field
DecisionTable - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTable
DecisionTable() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
 
decisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the decisionTable of this DecisionTableRule instance and return the same instance.
decisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
Set the decisionTable of this DecisionTableRuleAllOf instance and return the same instance.
decisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the decisionTable of this RuleObject instance and return the same instance.
decisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
Set the decisionTable of this RuleObjectAllOf instance and return the same instance.
DecisionTable.HitPolicyEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
The hit policy of rule, has to be either Single Hit First (SHF) or Mutiple Hit Order (MHO)
DecisionTableCell - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableCell
DecisionTableCell() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
 
DecisionTableColumn - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableColumn
DecisionTableColumn() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
 
DecisionTableColumn.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of the column, has to be either Condition (C) or Result (R)
DecisionTableCondition - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableCondition
DecisionTableCondition() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
 
DecisionTableResult - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableResult
DecisionTableResult() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
 
DecisionTableRow - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableRow
DecisionTableRow() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
 
DecisionTableRule - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableRule
DecisionTableRule() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
 
DecisionTableRule.ExpressionLanguageVersionEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
It represents 1.0 or 2.0 expression language based Rule.
DecisionTableRule.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of the rule.
DecisionTableRuleAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
DecisionTableRuleAllOf
DecisionTableRuleAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
 
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.
decodedJwt(DecodedJWT) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder
Use a DecodedJWT for constructing the AuthToken.
decodeRawTransaction(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a JSON object describing the serialized transaction in tx-hex.
decorate(Function<DestinationProperties, TargetT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
Provides an convenient way to decorate this destination with a custom class.
decorate(Function<HttpDestinationProperties, TargetT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestination
Provides an convenient way to decorate this destination with a custom class.
decorate(Function<RfcDestinationProperties, TargetT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.RfcDestination
Provides an convenient way to decorate this destination with a custom class.
decorateCallable(Callable<T>) - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoThreadContextDecorator
Decorate a generic callable with ThreadContext specific properties.
decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.NoResilienceDecorationStrategy
Decorate an instance of a callable function.
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, 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>, ExecutorService) - 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, 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>) - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextDecorator
 
decorateCallable(Callable<T>) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator
Decorate a generic callable with ThreadContext specific properties.
decorateCallable(ResilienceConfiguration, Callable<T>) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.CachingDecorator
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultBulkheadProvider
Decorates the given callable to enable a resilient property.
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCachingDecorator
Decorates the given callable to enable a resilient property.
decorateCallable(ResilienceConfiguration, Callable<T>) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCachingDecorator
Deprecated.
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCircuitBreakerProvider
Decorates the given callable to enable a resilient property.
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultRetryProvider
Decorates the given callable to enable a resilient property.
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultThreadContextProvider
 
decorateCallable(ResilienceConfiguration, Callable<T>, ExecutorService) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultTimeLimiterProvider
Decorates the given callable to enable a resilient property.
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.GenericDecorator
Decorates the given callable to enable a resilient property.
decorateCallable(ResilienceConfiguration, Callable<T>, ExecutorService) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.GenericDecoratorAsync
Decorates the given callable to enable a resilient property.
decorateCallable(Callable<T>, ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.GenericDecoratorAsync
 
decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
decorateCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>, ExecutorService) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
decorateSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.NoResilienceDecorationStrategy
Decorate an instance of a supplier function.
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, 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>, ExecutorService) - 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>) - 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.frameworks.resilience4j.Resilience4jDecorationStrategy
 
decorateSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>, ExecutorService) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
decorator(GenericDecorator) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
 
decorators(Collection<? extends GenericDecorator>) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
 
DEFAULT - Static variable in enum 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 enum com.sap.cloud.sdk.datamodel.openapi.generator.model.LogLevel
The fallback log level, which is used whenever nothing else is specified.
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_BACKUP_PROPERTY_SETTER - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
The default ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter to use if no other setter has been defined for a specific property.
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_CACHE_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper
The default caching duration.
DEFAULT_CHARSET - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader
The default file encoding.
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_CURRENT_DATE_TIME_SUPPLIER - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper
The default Supplier to get the current LocalDateTime from.
DEFAULT_DECORATORS - Static variable in class com.sap.cloud.sdk.frameworks.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_ENVIRONMENT_VARIABLE_READER_SUPPLIER - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader
The default supplier for the environment variable reader.
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_EXECUTOR_SERVICE - Static variable in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
The default executor service to manage queued Callables and Suppliers.
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_GENERATE_SALT - Static variable in class com.sap.cloud.sdk.s4hana.usageanalytics.UsageAnalytics
Specifies the default for the "generateSalt" parameter.
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_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 API Business 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 API Business 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_MERGING_STRATEGY - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger
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_PARSING_STRATEGY - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader
DEFAULT_PARSING_STRATEGY - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader
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_PROPERTIES_MAPPING - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
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_ROOT_LOCATION_SUPPLIER - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader
The default Supplier for the root location.
DEFAULT_SCHEMA_PREFIX - Static variable in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
The default schema prefix, e.g.
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_SKIP - Static variable in class com.sap.cloud.sdk.s4hana.usageanalytics.UsageAnalytics
Specifies the default for the "skip" parameter.
DEFAULT_THREAD_FACTORY - Static variable in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
The default thread factory instance.
DEFAULT_THREAD_NAME_FORMAT - Static variable in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
The default thread name format.
DEFAULT_TIMEOUT_DURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
The default timeout duration.
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() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.annotation.DefaultAnnotationStrategy
 
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.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.
DefaultAuthTokenFacade(OAuth2TokenService, OAuth2ServiceConfiguration) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
Create a new DefaultAuthTokenFacade with the given token service and an OAuth2ServiceConfiguration.
DefaultBasicAuthenticationFacade - Class in com.sap.cloud.sdk.cloudplatform.security
Default implementation of the BasicAuthenticationAccessor reading the username and password from the current ThreadContext or, after that, from the currently incoming request and returning it as a BasicCredentials 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.frameworks.resilience4j
Default implementation for bulkhead provider.
DefaultBulkheadProvider() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.DefaultBulkheadProvider
 
DefaultCachingDecorator - Class in com.sap.cloud.sdk.frameworks.resilience4j
Default caching decorator.
DefaultCachingDecorator() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCachingDecorator
 
DefaultCircuitBreakerProvider - Class in com.sap.cloud.sdk.frameworks.resilience4j
Default implementation for circuit breaker provider.
DefaultCircuitBreakerProvider() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCircuitBreakerProvider
 
DefaultCollectedResultCollection - Class in com.sap.cloud.sdk.result
Default implementation of the CollectedResultCollection interface, allowing strongly typed access to specific fields annotated with ElementName in elements of a ResultCollection.
DefaultCollectedResultCollection(String, Iterable<ResultElement>) - Constructor for class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
 
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.frameworks.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(Map<String, ?>) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Creates an immutable destination with the given properties.
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 add HTTP and RFC destinations.
DefaultDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
 
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(DestinationProperties) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Creates a new instance of based on the given "generic" destination.
DefaultHttpDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable DefaultHttpDestination instance.
DefaultJndiLookupFacade - Class in com.sap.cloud.sdk.cloudplatform.naming
The facade implementation to manage JNDI lookups.
DefaultJndiLookupFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.naming.DefaultJndiLookupFacade
 
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
 
DefaultLocalScopePrefixProvider - Class in com.sap.cloud.sdk.cloudplatform.security.principal
This is the default strategy for determining the local scope prefix used by the SDK.
DefaultLocalScopePrefixProvider() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultLocalScopePrefixProvider
 
DefaultLoggerAuditLog - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Implementation of AuditLog that redirects to the default logger.
DefaultLoggerAuditLog() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
Default constructor.
DefaultMessageDelegator - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
DefaultMessageDelegator() - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.DefaultMessageDelegator
Deprecated.
 
DefaultNameFormattingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.generator
NameFormattingStrategy used by default in the NamingContext.
DefaultNameFormattingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.DefaultNameFormattingStrategy
 
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.odatav4.generator.DefaultNameFormattingStrategy
 
DefaultPrincipal - Class in com.sap.cloud.sdk.cloudplatform.security.principal
This implementation of Principal represents the information available for an authenticated entity.
DefaultPrincipal(String, Set<Authorization>, Set<Authorization>, Set<Audience>, Map<String, PrincipalAttribute>) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
Creates a new DefaultPrincipal.
DefaultPrincipal(String, Set<Authorization>, Map<String, PrincipalAttribute>) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
DefaultPrincipalFacade - Class in com.sap.cloud.sdk.cloudplatform.security.principal
Default implementation of PrincipalFacade encapsulating the logic to access Principal information.
DefaultPrincipalFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipalFacade
 
DefaultPriorities() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
 
DefaultPriorities() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
DefaultRequestFacade - Class in com.sap.cloud.sdk.cloudplatform.servlet
Facade for retrieving the current HttpServletRequest.
DefaultRequestFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.DefaultRequestFacade
 
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.frameworks.resilience4j
Default implementation for a provider of retries.
DefaultRetryProvider() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.DefaultRetryProvider
 
DefaultRfcDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Immutable default implementation of the RfcDestination interface.
DefaultRfcDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to guide and simplify the construction of a new RfcDestination.
DefaultServiceBindingMergingStrategy - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the ServiceBindingMerger.MergingStrategy interface that is capable of merging service bindings based on a common property (a key property).
DefaultServiceBindingMergingStrategy.DefaultServiceBindingMergingStrategyBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
DefaultServiceBindingMergingStrategy.KeySelector - Interface in com.sap.cloud.sdk.cloudplatform.servicebinding
Represents an algorithm to extract the key property from a given service binding.
DefaultTenant - Class in com.sap.cloud.sdk.cloudplatform.tenant
 
DefaultTenant(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
 
DefaultTenantFacade - Class in com.sap.cloud.sdk.cloudplatform.tenant
Abstract base class for TenantFacades.
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
 
DefaultThreadContextListenerChain - Class in com.sap.cloud.sdk.cloudplatform.thread
Default ThreadContext listener chain.
DefaultThreadContextListenerChain() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
 
DefaultThreadContextProvider - Class in com.sap.cloud.sdk.frameworks.resilience4j
Default implementation for a provider of ThreadContextExecutor.
DefaultThreadContextProvider() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.DefaultThreadContextProvider
 
DefaultTimeLimiterProvider - Class in com.sap.cloud.sdk.frameworks.resilience4j
Decorates a callable with a time limiter based on a provided resilience configuration.
DefaultTimeLimiterProvider() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.DefaultTimeLimiterProvider
 
definitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the definitionId of this SendMessagePayload instance and return the same instance.
definitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the definitionId of this TaskInstance instance and return the same instance.
definitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the definitionId of this WorkflowInstance instance and return the same instance.
definitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Set the definitionId of this WorkflowInstanceStartPayload instance and return the same instance.
definitionVersion(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the definitionVersion of this WorkflowInstance instance and return the same instance.
delete() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
Deletes the current entity in the OData service.
delete(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Set the delete of this WorkflowInstanceExecutionLogChanges instance and return the same instance.
deleted(Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
Set the deleted of this WorkflowInstancesUpdatePayload instance and return the same instance.
deleteDataObject(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Delete a data object of a project
deleteManagedSystem(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Delete a managed system.
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(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() - 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(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() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
Indicates whether to delete the output directory prior to the generation.
deleteOutputDirectory(boolean) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
 
deleteProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Delete a project and all its versions
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) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
Deprecated.
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.
deleteRule(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Delete a rule of a project
deleteRuleService(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Delete a rule service of a project
deleteRuleSet(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Delete a ruleset of a project
deleteSpecificProjectVersion(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Delete a project version.
DependencyNotFoundException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown for issues that indicate problems due to a missing dependency.
DependencyNotFoundException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.DependencyNotFoundException
Exception constructor.
DependencyNotFoundException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.DependencyNotFoundException
Exception constructor.
DependencyNotFoundException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.DependencyNotFoundException
Exception constructor.
DependencyNotFoundException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.DependencyNotFoundException
 
deployRuleServiceVersion(RuleServiceVersionDefinitionInput) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Deploy a version of a rule service
DeployUndeployRuleServiceApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api
Rule Execution API for Cloud Foundry in version v2.
DeployUndeployRuleServiceApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Instantiates this API class to invoke operations on the Rule Execution API for Cloud Foundry.
DeployUndeployRuleServiceApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Instantiates this API class to invoke operations on the Rule Execution API for Cloud Foundry based on a given ApiClient.
deployWorkingsetRuleService(WorkingsetRuleServiceDefinitionInput) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Deploy a working set rule service.
depth - Variable in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
number of levels in the tree and can be calculated as (int) Math.ceil((Math.log(numberOfLeaves) / Math.log(2))) + 1
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.
description - Variable in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The error description.
description(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput.DatamodelMetadataInputBuilder
 
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the description of this AdminData instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Set the description of this CreateVersionInput instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the description of this DataObject instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the description of this DataObjectObject instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the description of this DecisionTableColumn instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the description of this DecisionTableRule instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Set the description of this ElementValuesEnumeration instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Set the description of this ManagedSystemObject instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the description of this ManagedSystemResponseObject instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the description of this ProjectObject instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the description of this ProjectVersionObject instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the description of this Rule instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the description of this RuleObject instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the description of this RuleService instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the description of this Ruleset instance and return the same instance.
description(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the description of this StructureComponent instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the description of this Version instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the description of this VersionObject instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the description of this TaskInstance instance and return the same instance.
description(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the description of this UpdateTaskInstancePayload instance and return the same instance.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.serializer.DateGsonSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.serializer.LocalDateGsonSerializer
 
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(JsonParser, DeserializationContext) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.utils.UnixTimestampDeserializer
deserialize unix time to instants
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.sap.cloud.sdk.typeconverter.TypeConverterGsonDeserializer
 
Destination - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Platform independent representation of a destination as a collection of key-value pairs, potentially decoratable as a HttpDestination or a RfcDestination.
Destination - Class in com.sap.cloud.sdk.scp
Representation of a destination.
Destination() - Constructor for class com.sap.cloud.sdk.scp.Destination
 
Destination(String) - Constructor for class com.sap.cloud.sdk.scp.Destination
 
DestinationAccessException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
Thrown of 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(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
Initializes the exception by delegating the causing exception to the super constructor.
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(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.
DestinationAccessor - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Wrapper for an DestinationLoader, offering platform agnostic access to destinations.
DestinationAccessorMocker - Class in com.sap.cloud.sdk.testutil
Destination Accessor Mocker
DestinationAccessorMocker() - Constructor for class com.sap.cloud.sdk.testutil.DestinationAccessorMocker
 
DestinationAuthToken() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
DestinationCertificate() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
DestinationErrorResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Destination Error.
DestinationErrorResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.DestinationErrorResponse
Constructor with destination reference.
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 chain DestinationLoaders 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 by Collection.iterator().
DestinationLoaderChain.DestinationLoaderChainBuilder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to construct a DestinationLoaderChain.
destinationName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Set the destinationName of this ManagedSystemObject instance and return the same instance.
destinationName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the destinationName of this ManagedSystemResponseObject instance and return the same instance.
destinationName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the destinationName of this WorkflowInstanceExecutionLogRestEndpoint instance and return the same instance.
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.
DestinationOAuthTokenException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
This exception is thrown, when the authentication failed because of problems in OAuth.
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, 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.
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() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationOAuthTokenException
 
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.ScpCfDestinationServiceV1Response.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(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationPathsNotMergeableException
Initializes the exception by delegating the causing exception to the super constructor.
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(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.
DestinationProperties - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Interface representing the minimal information an arbitrary destination needs to implement.
DestinationRequestContext - Class in com.sap.cloud.sdk.cloudplatform.connectivity
The destination and request specific context.
DESTINATIONS_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
destinationSubdomain(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the destinationSubdomain of this WorkflowInstanceExecutionLog instance and return the same instance.
destinationSubdomain(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the destinationSubdomain of this WorkflowInstanceExecutionLogRestEndpoint instance and return the same instance.
DestinationType - Enum 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, 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.
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.
destinationUrl(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the destinationUrl of this WorkflowInstanceExecutionLogRestEndpoint instance and return the same instance.
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.AuthContextFilter
 
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpAllowOriginHeaderFilter
 
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpCachingHeaderFilter
 
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpSecurityHeadersFilter
 
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.ProviderAccountFilter
 
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.RoleFilter
 
destroy() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessorFilter
 
details(List<ErrorErrorDetails>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Set the details of this ErrorError instance and return the same instance.
details(List<ErrorMessageErrorDetails>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Set the details of this ErrorMessageError instance and return the same instance.
details(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Set the details of this Job instance and return the same instance.
details(List<TechnicalErrorErrorDetails>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the details of this TechnicalErrorError instance and return the same instance.
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.
DiagnosisReport - Class in com.sap.cloud.sdk.s4hana.usageanalytics
Class providing a diagnosis report for the DiagnosisReportMojo.
DiagnosisReport(MavenSession, MojoExecution) - Constructor for class com.sap.cloud.sdk.s4hana.usageanalytics.DiagnosisReport
Constructor that is invoked by the DiagnosisReportMojo.
DiagnosisReportMojo - Class in com.sap.cloud.sdk.s4hana
Mojo providing a diagnosis report that can be used during support inquiries.
DiagnosisReportMojo() - Constructor for class com.sap.cloud.sdk.s4hana.DiagnosisReportMojo
 
DialogResponse - Class in com.sap.cloud.sdk.services.recastai.userrequest
This class represents the outermost shell of the parsed JSON response from Recast upon sending a message to a dialog.
DialogResponse() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.DialogResponse
 
DialogResponseWrapper - Class in com.sap.cloud.sdk.services.recastai
This is a wrapper for a text response with just one message object to be sent to recast.
DialogResponseWrapper() - Constructor for class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
 
DialogResults - Class in com.sap.cloud.sdk.services.recastai.userrequest
This class represents the results object as defined by Recast Ai.
DialogResults() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.DialogResults
 
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".
DirectoryContentAssertionUtil - Class in com.sap.cloud.sdk.testutil
Allows asserting that two given directories have the exact content in terms of folders and contents of all files.
DirectoryContentAssertionUtil() - Constructor for class com.sap.cloud.sdk.testutil.DirectoryContentAssertionUtil
 
disableBufferingHttpResponse() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
Method that allows consumers to disable buffering HTTP response entity.
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.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 - 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 an IllegalStateException in case it is invoked.
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.
displayName - Variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
A human readable representation of the attribute.
divide(ValueNumeric) - 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.FilterableDuration
Filter by expression "div".
divide(ValueNumeric) - 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.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(ValueDuration, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Division expression for duration.
divide(FilterableNumeric<EntityT>) - 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.FilterableDuration
Filter by expression "div".
divide(FilterableNumericInteger<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumeric
Filter by expression "div".
divide(FilterableNumericDecimal<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.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.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.AuthContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpAllowOriginHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpCachingHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpSecurityHeadersFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.ProviderAccountFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.RoleFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessorFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureToggleServlet
 
DoubleExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Double.
DoubleExtractor() - Constructor for class com.sap.cloud.sdk.result.DoubleExtractor
 
dueDate(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the dueDate of this TaskInstance instance and return the same instance.
dueDate(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the dueDate of this UpdateTaskInstancePayload instance and return the same instance.
Duration(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Duration
 
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
 

E

EclipseLinkToSlf4jSessionLogger - Class in org.eclipse.persistence.logging.slf4j
 
EclipseLinkToSlf4jSessionLogger() - Constructor for class org.eclipse.persistence.logging.slf4j.EclipseLinkToSlf4jSessionLogger
 
element(Element) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the element of this DataObjectObject instance and return the same instance.
element(Element) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Set the element of this DataObjectObjectAllOf instance and return the same instance.
Element - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Element
Element() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
 
element(Element) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the element of this StructureComponent instance and return the same instance.
Element.BusinessDataTypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Business data type of the Element - Boolean (B), Number (N), String (S), Date (D), UTC Timestamp (U), Geometry (G), Amount (A)
ElementName - Annotation Type 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 annotation ElementName when serializing field names.
ElementNameGsonFieldNamingStrategy() - Constructor for class com.sap.cloud.sdk.result.ElementNameGsonFieldNamingStrategy
 
ElementValues - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ElementValues
ElementValues() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
 
ElementValues.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Value help type of the Element - User defined Static Value list (U), External OData Value Service(O)
ElementValuesEnumeration - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ElementValuesEnumeration
ElementValuesEnumeration() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
 
ElementValuesFields - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Relevant for value help type 'O'
ElementValuesFields() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
 
EMAIL - Static variable in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Attribute key for email.
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(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(ODataProtocol) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
Convenience method to create an empty set of function parameters.
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.
encodedJwt(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder
Use an encoded JWT for constructing the AuthToken.
encodePath(String) - 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.
encodeQuery(String) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
Encodes all characters in the query except ones listed in ODataUriFactory.SAFE_CHARS_IN_QUERY
encodeUserPasswordBase64(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthHeaderEncoder
Encodes the given username and password in Base64
encodeUserPasswordBase64(BasicCredentials) - Static method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthHeaderEncoder
Encodes the given user credentials in Base64.
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
Finish the definition of a single changeset and return to the parent OData batch request instance.
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(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by expression "endsWith".
endsWith(Iterable<?>) - 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(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "endswith".
endsWith(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
endsWith(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
endsWith(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Expression fluent helper supporting the filter function "endswith".
endsWith(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.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(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "endswith".
endsWith(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "endswith".
ensureBase64(String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringValidator
Validates the given string to ensure that it is a base64-encoded string.
ensureClientId(String) - Static method in class com.sap.cloud.sdk.cloudplatform.ClientCredentialsValidator
Validates the given string to ensure that it only contains valid characters for a client id.
ensureClientSecret(String) - Static method in class com.sap.cloud.sdk.cloudplatform.ClientCredentialsValidator
Validates the given string to ensure that it only contains valid characters for a client secret.
EntityAlreadyExistsException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown when an entity is to be created that already exists.
EntityAlreadyExistsException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityAlreadyExistsException
Exception constructor.
EntityAlreadyExistsException(Class<?>) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityAlreadyExistsException
Exception constructor.
EntityAlreadyExistsException(T) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityAlreadyExistsException
Exception constructor.
EntityAlreadyExistsException(T, Class<?>) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityAlreadyExistsException
Exception constructor.
EntityAlreadyExistsExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
EntityAlreadyExistsExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityAlreadyExistsExceptionMapper
 
EntityAlreadyExistsResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Entity Already Exists.
EntityAlreadyExistsResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.EntityAlreadyExistsResponse
Default constructor.
EntityAlreadyExistsResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.EntityAlreadyExistsResponse
Constructor with entity reference.
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.
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
 
EntityLink(String) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
 
EntityNotFoundException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown when an entity that is requested does not exist.
EntityNotFoundException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityNotFoundException
Exception constructor.
EntityNotFoundException(Class<?>) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityNotFoundException
Exception constructor.
EntityNotFoundException(T) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityNotFoundException
Exception constructor.
EntityNotFoundException(T, Class<?>) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.EntityNotFoundException
Exception constructor.
EntityNotFoundExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
EntityNotFoundExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityNotFoundExceptionMapper
 
EntityNotFoundResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Entity Not Found.
EntityNotFoundResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.EntityNotFoundResponse
Default constructor.
EntityNotFoundResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.EntityNotFoundResponse
Constructor with entity reference.
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.
entrySet() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult
Returns all the values for the conversion operation with the input provided for conversion as ConversionParametersForFixedRate.
entrySet() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult
Returns all values for the conversion operation with the input provided for conversion as ConversionParametersForNonFixedRate.
Enum(Class<EntityT>, String, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Enum
 
enumeration(List<ElementValuesEnumeration>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the enumeration of this ElementValues instance and return the same instance.
environmentVariableReaderSupplier(Supplier<Function<String, String>>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader.EnvironmentVariableServiceBindingLoaderBuilder
 
EnvironmentVariableServiceBindingLoader - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the ServiceBindingLoader interface that is capable of transforming environment variables into service bindings.
EnvironmentVariableServiceBindingLoader.EnvironmentVariableServiceBindingLoaderBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
EnvironmentVariableServiceBindingLoader.ParsingStrategy - Interface in com.sap.cloud.sdk.cloudplatform.servicebinding
Represents an algorithm to transform environment variables that can be obtained from the given environment variable reader into service bindings.
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 the destinations variable from the system environment variables.
EnvVarDestinationLoader(Function<String, String>, Function<String, DefaultDestination>, 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>, 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.auditlog.AccessedAttribute
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
 
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.AbstractScpDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AccessToken
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
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
 
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 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.ProxyConfiguration
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfRfcDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoRfcDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
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.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.security.AccountSpecificAuthorization
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.Audience
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.Authorization
 
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.OAuth2ServiceSettings
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipal
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
 
equals(Object) - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
 
equals(Object) - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
 
equals(Object) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.AbstractMessage
Deprecated.
 
equals(Object) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
 
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.ExpressionFluentHelper
 
equals(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FilterExpressionWrapper
 
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.UncheckedFilterExpression
 
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.frameworks.liquibase.SchemaPerTenantProvisioner
 
equals(Object) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
equals(Object) - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
 
equals(Object) - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
 
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.scp.Destination
 
equals(Object) - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
equals(Object) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
equals(Object) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
 
equals(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
 
equals(Object) - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
equals(Object) - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
equals(Object) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
equals(Object) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
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(Object) - 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(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(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".
ErpODataException(String) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler.ErpODataException
Deprecated.
 
ErpODataException() - Constructor for exception com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler.ErpODataException
Deprecated.
 
ErpSystem - Class in com.sap.cloud.sdk.testutil
ERP System.
ErpSystem(URI, String, SapClient) - Constructor for class com.sap.cloud.sdk.testutil.ErpSystem
Constructs a new ERP system without a proxy using the system alias = systemId + "_" + sapClient locale Locale.ENGLISH, an application server host equal to the host of parameter uri, and instance number "00". Delegates to ErpSystem(String, URI, String, SapClient).
ErpSystem(String, URI, String, SapClient) - Constructor for class com.sap.cloud.sdk.testutil.ErpSystem
Constructs a new ERP system without a proxy using locale Locale.ENGLISH, an application server host equal to the host of parameter uri, and instance number "00". Delegates to ErpSystem(String, URI, String, SapClient, Locale, ProxyConfiguration, String, String).
ErpSystem(String, URI, String, SapClient, ProxyConfiguration) - Constructor for class com.sap.cloud.sdk.testutil.ErpSystem
Constructs a new ERP system using locale Locale.ENGLISH, an application server host equal to the host of parameter uri, and instance number "00". Delegates to ErpSystem(String, URI, String, SapClient, Locale, ProxyConfiguration, String, String).
ErpSystem(String, URI, String, SapClient, Locale, ProxyConfiguration, String, String) - Constructor for class com.sap.cloud.sdk.testutil.ErpSystem
Constructs a new ERP system.
erpSystem(ErpSystem) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
erpSystem(ErpSystem) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
ErpSystem.ErpSystemBuilder - Class in com.sap.cloud.sdk.testutil
The ERP system builder.
Error - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Error
Error() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
 
error(ErrorError) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
Set the error of this Error instance and return the same instance.
error(ErrorMessageError) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
Set the error of this ErrorMessage instance and return the same instance.
error(ConflictErrorError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
Set the error of this ConflictError instance and return the same instance.
error(JobError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Set the error of this Job instance and return the same instance.
error(TechnicalErrorError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
Set the error of this TechnicalError instance and return the same instance.
error(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
Set the error of this UnauthorizedError instance and return the same instance.
error(WorkflowInstanceExecutionLogError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the error of this WorkflowInstanceExecutionLog instance and return the same instance.
errorCode - Variable in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The error code.
errorCode(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the errorCode of this WorkflowInstanceErrorMessage instance and return the same instance.
errorCode(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
Set the errorCode of this WorkflowInstanceExecutionLogError instance and return the same instance.
errorDescription(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
Set the errorDescription of this UnauthorizedError instance and return the same instance.
ErrorError - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ErrorError
ErrorError() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
 
ErrorErrorDetails - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ErrorErrorDetails
ErrorErrorDetails() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
 
ErrorMessage - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
ErrorMessage
ErrorMessage() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
 
ErrorMessageError - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
ErrorMessageError
ErrorMessageError() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
 
ErrorMessageErrorDetails - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
ErrorMessageErrorDetails
ErrorMessageErrorDetails() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
 
ErrorResponseBuilder - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Builder translating Throwables to ResponseWithErrorCodes.
ErrorResponseBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
 
ETagSubmissionStrategy - Enum in com.sap.cloud.sdk.datamodel.odata.client.request
Strategy options for sending IF-MATCH headers.
ExchangeRate - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
An exchange rate is the relationship between two currencies.
exchangeRate(ExchangeRate) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder
 
ExchangeRate.ExchangeRateBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
A builder to default the value of 'fromCurrencyfactor' and 'toCurrencyfactor' to 1 and the value of 'isIndirect' to 'false' if you provide a null value or no value.
exchangeRateType(RateType) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
 
exchangeRateType(RateType) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
ExchangeRateTypeDetail - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The exchange rate detail determines if the RateType supports indirect conversions based on the inverted exchange rates and if there is a reference currency that can be used for all currency conversions.
ExchangeRateTypeDetail.ExchangeRateTypeDetailBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
A builder to default the isInversionAllowed value to false if you provide a null value or no value.
exchangeRateValue(ExchangeRateValue) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
ExchangeRateValue - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The numeric value of the exchange rate from one Currency to another Currency.
ExchangeRateValue(String) - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
A constructor to validate if the input String is a non negative numeral value.
ExchangeRateValue.ExchangeRateValueBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
A builder to validate if the input String is a non negative numerical value.
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
 
exclusion(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Set the exclusion of this RulesetAllOfVocabulary instance and return the same instance.
Executable - Interface in com.sap.cloud.sdk.cloudplatform.thread
An class for executing code while allowing throwing checked exceptions.
execute(Callable<T>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Executes the given Callable as if it was called inside a ThreadContext.
execute(Executable) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Executes the given Executable as if it was called inside a ThreadContext.
execute() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.Executable
Executes some logic, or throws an exception if unable to do so.
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 the OData request with the provided HttpClient reference.
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 the OData request with the provided HttpClient reference.
execute(HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
 
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(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
Deprecated.
execute(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatchExecute
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
Use the improved method executeRequest(HttpDestinationProperties) instead.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
Deprecated.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCount
Deprecated.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
Deprecated.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Deprecated.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Deprecated.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Deprecated.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.BatchRequestBuilder
 
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueActionRequestBuilder
 
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CollectionValueFunctionRequestBuilder
 
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
Execute the OData request.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CreateRequestBuilder
Execute the OData create request for the provided entity.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.DeleteRequestBuilder
Execute the OData delete request for the provided entity.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Execute the OData request.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
Execute the OData request.
execute(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilderExecutable
Execute the OData request.
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueActionRequestBuilder
 
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SingleValueFunctionRequestBuilder
 
execute(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
Execute the OData update request for the provided entity.
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(CheckedFunction1<ServiceT, ReturnT>) - Method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
Executes a request against a SOAP service based on the given function.
execute() - Method in class com.sap.cloud.sdk.s4hana.DiagnosisReportMojo
 
execute() - Method in class com.sap.cloud.sdk.s4hana.usageanalytics.DiagnosisReport
Invoked by the DiagnosisReportMojo.
execute() - Method in class com.sap.cloud.sdk.s4hana.usageanalytics.UsageAnalytics
Invoked by the UsageAnalyticsMojo.
execute() - Method in class com.sap.cloud.sdk.s4hana.UsageAnalyticsMojo
 
execute() - Method in class com.sap.cloud.sdk.scp.CleanLocalMojo
 
execute() - Method in class com.sap.cloud.sdk.scp.InstallLocalMojo
 
execute() - Method in class com.sap.cloud.sdk.scp.PushLocalMojo
 
execute() - Method in class com.sap.cloud.sdk.scp.StopLocalMojo
 
execute() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainRequest
Executes the HTTP call
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, 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) - 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>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
Decorate and execute an instance of a callable function.
executeMultiple(HttpDestinationProperties) - 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(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
 
executeRequest(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatchExecute
Executes the underlying batch query including the stored changeset operations.
executeRequest(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Executes this request.
executeRequest(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
Executes this request.
executeRequest(HttpDestinationProperties) - 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(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
Executes this request.
executeRequest(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Executes this request.
executeRequest(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperExecutable
Executes this request.
executeRequest(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
Executes function import request.
executeRequest(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Executes this request.
executeRequest(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Executes this request.
executeSingle(HttpDestinationProperties) - 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, 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) - 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>) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
Decorate and execute an instance of a supplier function.
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, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
Execute the given Executable with a given token.
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.
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.
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.
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.
executeWithFallbackRequest(Supplier<HttpServletRequest>, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Execute the given Callable, using the given request as fallback if there is no other request available.
executeWithFallbackRequest(Supplier<HttpServletRequest>, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Execute the given Executable, using the given request as fallback if there is no other request 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.
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.
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.
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.
executeWithRequest(HttpServletRequest, Callable<T>) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Execute the given Callable with a given request.
executeWithRequest(HttpServletRequest, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Execute the given Executable with a given request.
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.
executeWithTenant(Tenant, Executable) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
Execute the given Executable on behalf of a given tenant.
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.
export() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.DataExportApi
Data Export
ExportImportApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
ExportImportApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
ExportImportApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
exportProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Export a project from design time repository
exportProjectWithRevision(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Export the highest semantic version of a project for a given revision, from the design time repository.
exportProjectWithVersion(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Export a version of a project from design time repository
exportRule(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Export decision table rule as excel
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>, Class<ItemT>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection.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(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the expression of this DecisionTableCell instance and return the same instance.
expression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the expression of this DecisionTableCondition instance and return the same instance.
expression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Set the expression of this TextCondition instance and return the same instance.
expression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the expression of this TextOperation instance and return the same instance.
expression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the expression of this TextPredefinedResults instance and return the same instance.
ExpressionFluentHelper<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
Template class that represents query expressions.
ExpressionFluentHelper(FilterExpressionWrapper<?>) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
Creates a new helper to fluently build up a FilterExpression.
expressionLanguageVersion(DecisionTableRule.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the expressionLanguageVersion of this DecisionTableRule instance and return the same instance.
expressionLanguageVersion(Rule.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the expressionLanguageVersion of this Rule instance and return the same instance.
expressionLanguageVersion(RuleAllOf.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Set the expressionLanguageVersion of this RuleAllOf instance and return the same instance.
expressionLanguageVersion(RuleObject.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the expressionLanguageVersion of this RuleObject instance and return the same instance.
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.
extensible(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the extensible of this DataObject instance and return the same instance.
extensible(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Set the extensible of this DataObjectAllOf instance and return the same instance.
extensible(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the extensible of this DataObjectObject instance and return the same instance.
extension(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the extension of this DataObject instance and return the same instance.
extension(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Set the extension of this DataObjectAllOf instance and return the same instance.
extension(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the extension of this DataObjectObject instance and return the same instance.
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 a Collection.
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 type T.
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
 
extractMultichainResult(Class<T>, ResponseEntity<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Convenience method to extract service responses

F

FabricInvocationType - Enum in com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric
Deprecated.
FabricService - Class in com.sap.cloud.sdk.services.blockchain.fabric.service
Fabric Service provides components to interact with a Hyperledger Fabric network.
FabricService() - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
 
FabricService - Class in com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric
Deprecated.
FabricServiceFailureException - Exception in com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric
Deprecated.
FabricServiceFailureException() - Constructor for exception com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricServiceFailureException
Deprecated.
Default constructors.
FabricServiceFailureException(String) - Constructor for exception com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricServiceFailureException
Deprecated.
Default constructors.
FabricServiceFailureException(Throwable) - Constructor for exception com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricServiceFailureException
Deprecated.
Default constructors.
FabricServiceFailureException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricServiceFailureException
Deprecated.
Default constructors.
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.
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() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
The generator exists 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.
failOnWarning() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
The generator exists 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]).
Feature - Interface in com.sap.cloud.sdk.frameworks.togglz
Extends the Togglz Feature to offer methods to determine whether the feature is enabled or not.
FeatureChangeNotifier - Class in com.sap.cloud.sdk.frameworks.togglz
Notifies all subscribed listeners to changes regarding the activation and deactivation of Features.
FeatureChangeNotifier() - Constructor for class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeNotifier
 
FeatureChangeSubscriber - Class in com.sap.cloud.sdk.frameworks.togglz
Abstract listener implementation that can be subscribed to the FeatureChangeNotifier.
FeatureChangeSubscriber() - Constructor for class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
 
featureName - Variable in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
The feature name.
FeatureNotEnabledException - Exception in com.sap.cloud.sdk.frameworks.togglz.exception
Thrown when trying to use a feature toggle that is not enabled.
FeatureNotEnabledException(String) - Constructor for exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
Initiates the exception for the given feature name.
FeatureNotEnabledException(String, String) - Constructor for exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
Initiates the exception for the given feature name and support component name.
FeatureNotEnabledResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Feature Not Enabled.
FeatureNotEnabledResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.FeatureNotEnabledResponse
Default constructor.
FeatureNotEnabledResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.FeatureNotEnabledResponse
Constructor with description.
FeatureNotEnabledResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.FeatureNotEnabledResponse
Constructor missing feature reference.
FeatureToggleServlet - Class in com.sap.cloud.sdk.frameworks.togglz
HTTP Servlet returning a map containing all features contained in the current context and their activation status.
FeatureToggleServlet() - Constructor for class com.sap.cloud.sdk.frameworks.togglz.FeatureToggleServlet
 
fetchXSRFToken(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.XsrfHandlingApi
Requests a new XSRF token
fetchXSRFToken(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.XsrfHandlingApi
Requests a new XSRF token.
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(ElementValuesFields) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the fields of this ElementValues instance and return the same instance.
FieldUntyped - Interface in com.sap.cloud.sdk.datamodel.odata.client.expression
OData filter expression operand for an untyped entity field reference.
FileSystemServiceBindingLoader - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the ServiceBindingLoader interface that is capable of transforming file system structures (e.g.
FileSystemServiceBindingLoader.FileSystemServiceBindingLoaderBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
FileSystemServiceBindingLoader.ParsingStrategy - Interface in com.sap.cloud.sdk.cloudplatform.servicebinding
Represents an algorithm to transform a given root location (directory in the file system) to service bindings.
FileWritingHttpClientListener - Class in com.sap.cloud.sdk.quality
Abstract implementation of the HttpClientListener interface printing the given URI with some information defined by the implementing subclass.
FileWritingHttpClientListener() - Constructor for class com.sap.cloud.sdk.quality.FileWritingHttpClientListener
 
FileWritingHttpClientListener(Path) - Constructor for class com.sap.cloud.sdk.quality.FileWritingHttpClientListener
 
FileWritingODataQueryListener - Class in com.sap.cloud.sdk.quality
 
FileWritingODataQueryListener() - Constructor for class com.sap.cloud.sdk.quality.FileWritingODataQueryListener
 
FileWritingODataQueryListener(Path) - Constructor for class com.sap.cloud.sdk.quality.FileWritingODataQueryListener
 
FileWritingRemoteFunctionQueryListener - Class in com.sap.cloud.sdk.quality
 
FileWritingRemoteFunctionQueryListener() - Constructor for class com.sap.cloud.sdk.quality.FileWritingRemoteFunctionQueryListener
 
FileWritingRemoteFunctionQueryListener(Path) - Constructor for class com.sap.cloud.sdk.quality.FileWritingRemoteFunctionQueryListener
 
filter(ValueBoolean...) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
filter(FilterExpressionHelper<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 on properties of EntityT.
filter(FilterableBoolean<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Filter on properties of EntityT.
filter(FilterableBoolean<TargetT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
 
filter(FilterableBoolean<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
 
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.
FilterExpressionHelper<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
Representation of filter expressions.
FilterExpressionHelper() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FilterExpressionHelper
 
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.
FilterExpressionWrapper<T> - Class in com.sap.cloud.sdk.datamodel.odata.helper
For internal use only by data model classes.
FilterExpressionWrapper(String, FilterFunction, T) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FilterExpressionWrapper
 
FilterFunction - Enum in com.sap.cloud.sdk.datamodel.odata.helper
For internal use only by data model classes
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).
FIRST_NAME - Static variable in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Attribute key for first name.
fixAcronymsInConstantNames(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Removes underscores ("_") from in between the letters on acronyms from the given name.
fixedExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Set the fixedExpression of this ResultCell instance and return the same instance.
fixedOperator(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the fixedOperator of this DecisionTableCondition instance and return the same instance.
fixedRateValue(ExchangeRateValue) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder
 
FloatExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Float.
FloatExtractor() - Constructor for class com.sap.cloud.sdk.result.FloatExtractor
 
floor() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
Filter by expression "floor".
floor(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Floor expression for numbers.
floor() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
Filter by expression "floor".
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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
Use the constructor FluentHelperCreate(String, String) instead
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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
Deprecated.
Use the constructor FluentHelperByKey(String, String) instead
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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
Deprecated.
Use the constructor FluentHelperCreate(String, String) instead
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.
FluentHelperCustomHttpHeader<CallerT> - Interface in com.sap.cloud.sdk.datamodel.odata.helper
Deprecated.
This type is deprecated. All headers explicitly added for the request will also be used for the optional CSRF token retrieval. A request for metadata is not happening any longer, when using recommended method FluentHelperBasic.executeRequest(HttpDestinationProperties).
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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Deprecated.
Use the constructor FluentHelperDelete(String, String) instead
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,ResultT> - 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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperModification
Deprecated.
Use the constructor FluentHelperModification(String, String) instead
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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Deprecated.
Use the constructor FluentHelperRead(String, String) instead
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.
FluentHelperRefreshToken(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperRefreshToken
 
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.
FluentHelperUnsignedJwt() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperUnsignedJwt
 
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) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Deprecated.
Use the constructor FluentHelperCreate(String, String) instead
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.
folder(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
Set the folder of this AttachmentsContextGroups instance and return the same instance.
ForbiddenOperationException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
Thrown when a certain operation is not permitted.
ForbiddenOperationException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ForbiddenOperationException
Exception constructor.
ForbiddenOperationException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ForbiddenOperationException
Exception constructor.
ForbiddenOperationException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ForbiddenOperationException
Exception constructor.
ForbiddenOperationException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ForbiddenOperationException
 
ForbiddenOperationResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Forbidden Operation.
ForbiddenOperationResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ForbiddenOperationResponse
Default constructor.
ForbiddenOperationResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ForbiddenOperationResponse
Constructor with description.
ForEachSystemRule - Class in com.sap.cloud.sdk.testutil.rules
TestRule for running a test with each specified TestSystem.
ForEachSystemRule(MockUtil) - Constructor for class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule
Constructor.
ForEachSystemRule(MockUtil, DestinationAccessorMocker) - Constructor for class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule
 
ForEachSystemRule.FluentHelper - Class in com.sap.cloud.sdk.testutil.rules
Helper class to allow fluent configuration of the ForEachSystemRule.
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.
formatDate(Date) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Format the given Date object into string.
formatKey(int, String) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
formats the key with leading zeros "0" to reach the correct length of a key in the given depth
FormatNotRecognizedResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Format Not Recognized.
FormatNotRecognizedResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.FormatNotRecognizedResponse
Default constructor.
FormatNotRecognizedResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.FormatNotRecognizedResponse
Constructor with description.
FormMetadata - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
FormMetadata
FormMetadata() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
 
FormMetadata.TypeEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The type of the form definition version.
FormMetadataWorkflowDefinitions - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
A workflow definition
FormMetadataWorkflowDefinitions() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
 
FormModel - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
FormModel
FormModel() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
 
FormsApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
FormsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
FormsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
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.
fractionalSeconds(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
fractionalSeconds(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
fromAmount(CurrencyAmount) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder
 
fromAmount(CurrencyAmount) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
 
fromCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder
 
fromCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
 
fromCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
fromCurrencyfactor(CurrencyFactor) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
fromDomain(Object) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.IdentityConverter
 
fromDomain(DomainT) - Method in class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
Transforms the given domain-specific object to the general object.
fromDomain(DomainT) - Method in interface com.sap.cloud.sdk.typeconverter.TypeConverter
Transforms the given domain-specific object to the general object.
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
 
fromDomainNonNull(DomainT) - Method in class com.sap.cloud.sdk.typeconverter.AbstractTypeConverter
Actual converter implementation from a domain-specific object to an arbitrary type.
fromFields(Map<String, Object>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntityUtil
Given a map of entity properties, this type-safe method instantiates entities of the given type.
fromHex(String) - Static method in class com.sap.cloud.sdk.services.blockchain.multichain.utils.HexEncodingUtils
Convert hex value to String using UTF-8,..
fromJmsMessage(Message) - Method in class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessagingVdmConverter
Deprecated.
Translates JMS messages into Messaging VDM objects.
fromMap(Map<String, Object>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
fromMap(Map<String, Object>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
Read entity data from generic map.
fromMessage(String) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.MessagingVdmConverter
Deprecated.
Translates plain string message payloads into Messaging VDM objects.
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.
fromString(String) - Static method in enum com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.ProtocolVersion
 
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable.HitPolicyEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.ExpressionLanguageVersionEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element.BusinessDataTypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell.ModeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.ExpressionLanguageVersionEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.ExpressionLanguageVersionEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.ExpressionLanguageVersionEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset.PolicyEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf.PolicyEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation.CardinalityEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults.ModeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.Job.StatusEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.PriorityEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.StatusEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.PriorityEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.StatusEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob.PurposeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance.StatusEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog.TypeEnum
Get the enum value from a String value
fromValue(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload.StatusEnum
Get the enum value from a String value
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
 
generateLeftChildKey(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Left child key is always equal to parentKey + "0"
generateRightChildKey(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Right child key is always equal to parentKey + "1"
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 given ResultElement by wrapping the result of an ObjectExtractor into a singletonList.
GenericCollectionExtractor(ObjectExtractor<T>) - Constructor for class com.sap.cloud.sdk.result.GenericCollectionExtractor
 
GenericDecorator - Interface in com.sap.cloud.sdk.frameworks.resilience4j
Interface to decorate a function with resilient properties.
GenericDecoratorAsync - Interface in com.sap.cloud.sdk.frameworks.resilience4j
Interface to decorate a function with asynchronous 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
 
GenericSystem - Class in com.sap.cloud.sdk.testutil
The Generic Test System.
GenericSystem(String, URI, ProxyConfiguration) - Constructor for class com.sap.cloud.sdk.testutil.GenericSystem
The type constructor.
get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
get(String, Class<ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
get(String, Function<Object, ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
get(DestinationPropertyKey<ValueT>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
Gets the value associated with the given key (if any).
get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Gets the value associated with the given key (if any).
get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Gets the value associated with the given key (if any).
get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
Gets the value associated with the given key (if any).
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, Class<ValueT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
Convenience method to cast the Object return type of DestinationProperties.get(String) into the expected type.
get(String, Function<Object, ValueT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
Convenience method to convert the Object return type of DestinationProperties.get(String) into any expected type.
get(DestinationPropertyKey<ValueT>) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
Convenience method to convert the Object return type of DestinationProperties.get(String) into any expected type.
get(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
Gets the value associated with the given key (if any).
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() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
Fetch the current entity.
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(ConversionParametersForFixedRate) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult
Returns the Try object of the SingleFixedRateConversionResult for the given ConversionParametersForFixedRate.
get(ConversionParametersForNonFixedRate) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult
get() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
Retrieves the converted object.
getAccessToken() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuth
Get the access token
getAccount() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getAccount() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getAccountId() - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
getAccountId() - Method in class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
The account identifier.
getAct() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The act of the request, more info on the recast website
getAct() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The act of the request, more info on recasts website
getActionId() - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Access to the id of the action.
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
 
getActivityId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The definition ID of the user task instance.
getActivityId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
The ID of the model element where the error occurred.
getActivityId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The ID of the model element.
getActivityName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
The name of the model element where the error occurred.
getActivityName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The name of the affected model element.
getAdditionalProperties() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
 
getAddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getAddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
getAddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getAddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getAddresses() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getAddresses() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getAddresses() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getAddresses() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
getAddresses() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getAdminGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The groups that are assigned to the admin role on this workflow instance.
getAdminGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The groups that should be assigned to the admin role, as a comma-separated list.
getAdmins() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getAdminUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The users that are assigned to the admin role on this workflow instance.
getAdminUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The users that should be assigned to the admin role, as a comma-separated list.
getAlias() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getAlias() - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
getAlias() - Method in interface com.sap.cloud.sdk.testutil.TestSystem
The alias of the test system.
getAll() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntityCollection
Fetch multiple entities.
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.
getAllIdentifiers() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
Gets all properties that identify the accessed object.
getAllIdentifiers() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
Gets all properties that identify the data owner.
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>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Deprecated.
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.
getAmount() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getAmount() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
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
 
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Annotations belonging to entity.
getAnnotations() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Annotations belonging to entity.
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. Jackson JsonProperty 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. Jackson JsonProperty 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, and AllArgsConstructor.
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, and AllArgsConstructor.
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. Jackson JsonProperty with the value set to the OData EDM name of the complex type property. Nullable Gson JsonAdapter with default parameter set to an appropriate TypeAdapter 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. Jackson JsonProperty with the value set to the OData EDM name of the complex type property. Nullable Gson JsonAdapter with default parameter set to an appropriate TypeAdapter 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, and AllArgsConstructor.
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, and AllArgsConstructor.
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. Jackson JsonProperty with the value set to the OData EDM name of the entity property. Nullable Gson JsonAdapter with default parameter set to an appropriate TypeAdapter 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. Jackson JsonProperty with the value set to the OData EDM name of the entity property. Nullable Gson JsonAdapter with default parameter set to an appropriate TypeAdapter 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
 
getApiCountsFor(TenantMetricKeyPair) - Method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Getter for the current number of API accesses.
getApiKey() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
The API key to reach the service node.
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
 
getApplicationName() - Method in interface com.sap.cloud.sdk.cloudplatform.CloudPlatform
Get the application name.
getApplicationName() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Get the application name.
getApplicationName() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the application name.
getApplicationProcessId() - Method in interface com.sap.cloud.sdk.cloudplatform.CloudPlatform
Get the process ID of the current application.
getApplicationProcessId() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Get the process ID of the current application.
getApplicationProcessId() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the process ID of the current application.
getApplicationScope() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The scope to which the definition belongs.
getApplicationScope() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The scope to which the definition belongs.
getApplicationScope() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
The scope to which the definition belongs.
getApplicationScope() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The scope to which the workflow instance belongs.
getApplicationServer() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getApplicationUrl() - Method in interface com.sap.cloud.sdk.cloudplatform.CloudPlatform
Get the application url.
getApplicationUrl() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Get the application url.
getApplicationUrl() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the application url.
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
Returns this ResultElement as an instance of ResultCollection.
getAsCollection() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
Returns this ResultElement as an instance of ResultCollection.
getAsCollection() - Method in interface com.sap.cloud.sdk.result.ResultElement
Returns this ResultElement as an instance of ResultCollection.
getAsm() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
getAsObject() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
getAsObject() - Method in class com.sap.cloud.sdk.result.GsonResultObject
Returns this ResultElement as an instance of ResultObject.
getAsObject() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
Returns this ResultElement as an instance of ResultObject.
getAsObject() - Method in interface com.sap.cloud.sdk.result.ResultElement
Returns this ResultElement as an instance of ResultObject.
getAsPrimitive() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
getAsPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultObject
Returns this ResultElement as an instance of ResultPrimitive.
getAsPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
Returns this ResultElement as an instance of ResultPrimitive.
getAsPrimitive() - Method in interface com.sap.cloud.sdk.result.ResultElement
Returns this ResultElement as an instance of ResultPrimitive.
getAssetref() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getAssets() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getAssets() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getAssetTransaction(String, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Retrieves a specific transaction txid involving asset, passed as an asset name, ref or issuance txid, to which the node must be subscribed.
getAssociation() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Get association
getAST() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Rule expression in the form of nodes.
getAST() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Rule expression in the form of nodes.
getAST() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Rule expression in the form of nodes.
getAST() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Rule expression in the form of nodes.
getAST() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Rule expression in the form of nodes.
getAST() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Rule expression in the form of nodes.
getAttachments() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Get attachments
getAttachments() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Get attachments
getAttribute(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
Returns the attribute specified by the given name, wrapped in a Try.
getAttribute(String) - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.Principal
Returns the attribute specified by the given name, wrapped in a Try.
getAttribute(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Returns the attribute specified by the given name, wrapped in a Try.
getAttributeDefinitions() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Get attributeDefinitions
getAttributes() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
getAttributes() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Attributes of the user task instance.
getAttributes() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Attributes of the workflow instance.
getAudience() - Method in class com.sap.cloud.sdk.cloudplatform.security.Audience
 
getAuditLog() - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Returns the AuditLog.
getAuditLogFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Returns the AuditLogFacade instance.
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.AbstractHttpDestination
 
getAuthenticationType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Returns the authentication type to be expected when authenticating at the remote system.
getAuthenticationType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CustomTokenHttpDestination
Returns the authentication type to be expected when authenticating at the remote system.
getAuthenticationType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Returns the authentication type to be expected when authenticating at the remote system.
getAuthenticationType() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Returns the authentication type to be expected when authenticating at the remote system.
getAuthenticationType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getAuthenticationType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getAuthenticationType() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getAuthenticationType() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getAuthorization() - Method in class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
The wrapped authorization.
getAuthorization() - Method in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
The wrapped authorization.
getAuthorization() - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
The wrapped authorization.
getAuthorizations() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
The authorizations this Principal has.
getAuthorizations(Payload) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.LocalScopePrefixExtractor
Extracts the authorizations from the given JWT.
getAuthorizations() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.Principal
The authorizations this Principal has.
getAuthorizations() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
The authorizations this Principal has.
getAuthorizationsByAudience() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
getAuthorizationsByAudience() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.Principal
The authorizations this Principal has grouped by audience.
getAuthorizePath() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
 
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.ScpCfDestinationServiceV1Response
 
getAuthUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
The oauth server url from the service config.
getAvailable() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getBalance() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getBasePath() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Get the current base path
getBaseUri() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
 
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.AbstractHttpDestination
 
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.
getBasicCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getBasicCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getBatchUuid() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
 
getBcc() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
The 'bcc' recipients.
getBindingType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
The type this operations is bound to.
getBits() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getBlock(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about the block with hash (retrievable from getblockhash) or at the given height in the active chain.
getBlockhash() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getBlockhash() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getBlockhash() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getBlockindex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getBlockindex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getBlocks() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getBlocktime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getBlocktime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getBlocktime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getBoundaryEventName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The name of the boundary timer event.
getBranches() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
If, Else-If conditions and associated results of the text rule
getBulkhead(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.BulkheadProvider
Provides a bulkhead.
getBulkhead(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultBulkheadProvider
Provides a bulkhead.
getBurnaddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getBusinessDataType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
Business data type of the Element - Boolean (B), Number (N), String (S), Date (D), UTC Timestamp (U), Geometry (G), Amount (A)
getBusinessKey() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Specify the business key of the workflow instance, that should receive the message.
getBusinessKey() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The business key of the workflow instance.
getButtons() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonCollection
Get the buttons of the collection.
getButtons() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
returns the buttons which are displayed in this card
getButtons() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListContent
Function returns the buttons which are contained in this list.
getButtonType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.Button
The type of the button as defined through the enums.
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>) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
Deprecated.
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.RequestScopedHttpClientCache
Getter for the cache to be used.
getCache() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.TimeScopedHttpClientCache
Getter for the cache to be used.
getCacheKey(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
Method called in the #getClient(Destination, HttpClientFactory) method to create a CacheKey for the given Destination.
getCacheKey() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
Method called in the #getClient(HttpClientFactory) method to create a CacheKey for no specific Destination.
getCacheKey(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.RequestScopedHttpClientCache
Method called in the #getClient(Destination, HttpClientFactory) method to create a CacheKey for the given Destination.
getCacheKey() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.RequestScopedHttpClientCache
Method called in the #getClient(HttpClientFactory) method to create a CacheKey for no specific Destination.
getCacheKey(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.TimeScopedHttpClientCache
Method called in the #getClient(Destination, HttpClientFactory) method to create a CacheKey for the given Destination.
getCacheKey() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.TimeScopedHttpClientCache
Method called in the #getClient(HttpClientFactory) method to create a CacheKey for no specific Destination.
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
 
getCallable() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoTenantCallable
 
getCallable() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoUserSessionCallable
 
getCansend() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getCardinality() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Cardinality of the association
getCause() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The activityId of the boundary timer event causing the cancellation of the user task.
getCc() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
The 'cc' recipients.
getCell() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Collection of cells belonging to this decision table
getCell() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
Get cell
getCertificate() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
 
getCertificate() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
getChain() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
 
getChainname() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getChainwork() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
system updated by.
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
system updated by.
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
The id of the user who performed the last update of the project
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
The id of the user who performed the last update of the project
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
The id of the user who performed the last update
getChangedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Changed by of rule service
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.
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
date system was updated.
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
date system was updated.
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
The last updated time of the project
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
The last updated time of the project
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
The last updated time of the version
getChangedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Date of changed on for rule service
getChanges() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Get changes
getChannel() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
The connection channel used, e.g.
getChannelName() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getChannelService() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
 
getChunks() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getCircuitBreaker(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.CircuitBreakerProvider
Provides a circuit breaker.
getCircuitBreaker(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultCircuitBreakerProvider
Provides a circuit breaker.
getClaimedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The time when the user task instance was claimed and its status changed to RESERVED.
getClientCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Returns the credentials to be used to retrieve the AuthToken.
getClientCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
 
getClientId() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCertificate
 
getClientId() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
 
getClientSecret() - Method in class com.sap.cloud.sdk.cloudplatform.security.ClientCredentials
 
getCloudConnectorLocationId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
Getter for the location identifier used by the SAP Cloud Connector.
getCloudEventsVersion() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
The version of the CloudEvents specification which the event uses.
getCloudEventsVersion() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
The version of the CloudEvents specification which the event uses.
getCloudPlatform() - Static method in class com.sap.cloud.sdk.cloudplatform.CloudPlatformAccessor
Returns the current CloudPlatform.
getCloudPlatformFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.CloudPlatformAccessor
Returns the CloudPlatformFacade instance.
getCloudPlatformLandscape() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the type of the region host where the current application is deployed.
getCloudPlatformRegion() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the SAP Cloud Platform region where the current application is deployed.
getCloudPlatformRegionHost() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the Base URL of the SAP Cloud Platform region host where the current application is deployed.
getCloudPlatformRegionHostCert() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the Base URL of the SAP Cloud Platform region host which enables client certificate authentication.
getCloudPlatformRegionHostSvc() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the Base URL of the SAP Cloud Platform region host for direct communication within the same region, and not open on the Internet or other networks.
getCode() - Method in interface com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgument
Get argument code, e.g.
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
 
getCode() - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
getCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Error code
getCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
error code of the problem.
getCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Error code
getCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
The error category.
getCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
The error category.
getCoinbase() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getCollectedElementName() - Method in class com.sap.cloud.sdk.result.DefaultCollectedResultCollection
The common name of all elements addressed by this collection.
getColumn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Collection of columns belonging to this decision table
getColumnId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
ID of the column
getCommentSign() - Method in enum com.sap.cloud.sdk.scp.PushLocalMojo.OS
 
getComplete() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
getCompletedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The time when the user task instance status changed to COMPLETED.
getCompletedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The time when the workflow instance status changed to COMPLETED.
getComplexSelectors() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
getComponent() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
Collection of components belonging to this data object.
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
 
getCondition() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Get condition
getCondition() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Collection of mapping information between target and source data objects' attributes
getCondition() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Get condition
getConfidence() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Intent
The confidence desribes the level of confidence racast has in matching this intent with the input
getConfirmations() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getConfirmations() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getConfirmations() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getConfirmations() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getConfirmations() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getConfirmed() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getConfirmed() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
getConfirmed() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getConnection() - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
 
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
 
getConnectionProfile() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getConnections() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getConnectivityServiceCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the connectivity service credentials.
getConnectivityServiceCredentialsList() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound connectivity service instances.
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.
getContent() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
getContent() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.AbstractMessage
Deprecated.
The content that was sent as the message.
getContent() - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.Message
Deprecated.
The actual payload that was sent with the message.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
This Function returns the button collection of this response.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardResponse
Returns the current content which would be sent as part of a response.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CarouselResponse
Returns the List of CardContents which are currently the content of this object.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListResponse
Function which returns the current ListContent which is included in the reponse
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.MediaResponse
Returns the content of this response.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.TextResponse
Returns the current content.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.VideoResponse
Returns the content of this response.
getContent() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Message
Returns the content of the message
getContent() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
Get content
getContent() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
The default start context configured in the start event.
getContentId() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
 
getContents() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
Get contents
getContentType() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
Describe the data encoding format.
getContentType() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
Describe the data encoding format.
getContext() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Specify the data to be written into the response variable defined on the intermediate message event.
getContext() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
The changes to the context of the workflow instance the user task belongs to.
getContext() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Specify the initial context of the workflow instance.
getContextAdminGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The groups that are assigned to the context admin role on this workflow instance.
getContextAdminGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The groups that should be assigned to the context admin role, as a comma-separated list.
getContextAdminUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The users that are assigned to the context admin role on this workflow instance.
getContextAdminUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The users that should be assigned to the context admin role, as a comma-separated list.
getContextViewerGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The groups that are assigned to the context viewer role on this workflow instance.
getContextViewerGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The groups that should be assigned to the context viewer role, as a comma-separated list.
getContextViewerUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The users that are assigned to the context viewer role on this workflow instance.
getContextViewerUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The users that should be assigned to the context viewer role, as a comma-separated list.
getContractName() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
 
getConversation() - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Get the conversation information from recast, such as the memory status.
getConversation() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.DialogResults
Function returns information on the conversation.
getConversationId() - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
Getter of the conversation id.
getConversionAsOfDateTime() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
getConvertedAmount() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult
 
getConvertedAmount() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
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.AbstractJacksonCalendarDeserializer
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.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.JacksonLocalDateTimeDeserializer
 
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.JacksonLocalTimeDeserializer
 
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.JacksonZonedDateTimeDeserializer
 
getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.JacksonZonedDateTimeSerializer
 
getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeAdapter
 
getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeAdapter
 
getConverterInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeAdapter
 
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
 
getCreate() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
The variables, which were created in the context.
getCreatedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The time when the form definition version was deployed.
getCreatedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
The time when the task definition was created.
getCreatedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The time when the user task instance was created.
getCreatedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The time when the workflow definition was deployed.
getCreatedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
The time when the workflow definition was deployed.
getCreatedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Created by of rule service
getCreatedBy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Created by of rule service
getCreatedBy() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The ID of the user who deployed the form definition version.
getCreatedBy() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The user who created the user task instance.
getCreatedBy() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The user who deployed the workflow definition.
getCreatedBy() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
The user who deployed the workflow definition.
getCreatedEntities() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchResponseChangeSet
Get all newly created entities from this changeset.
getCreatedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Date of created on for rule service
getCreatedOn() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Date of created on for the rule service
getCreatetxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getCreatetxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getCreators() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
Getter for the credentials, wrapped in an Option, as it may be null.
getCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
Credentials being used for connecting to Extension Factory.
getCredentials() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getCredentials() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getCredentials() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
getCredentials(TestSystem<?>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
getCredentials(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
getCurrencyFactor() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
 
getCurrentContext() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
 
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() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.DefaultLocaleFacade
Returns the requested locale of the current HTTP request, or default locale of the server.
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
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() - 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.
getCurrentRequest() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Returns the current HttpServletRequest, delegating to RequestAccessor.tryGetCurrentRequest() and unwrapping the Try.
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.
getCurrentUser() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserProvider
 
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(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(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.
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.
getCustomFieldNames() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
getCustomFieldNames() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
 
getCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
getCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
 
getCustomParameters() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
getData() - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
getData() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getData() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getData() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getData() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getDataObject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Get dataObject
getDataProviderCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode
 
getDataSource() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource
 
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
 
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
 
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
 
getDecimalValue() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
 
getDecimalValue() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
 
getDecisionTable() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Get decisionTable
getDecisionTable() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
Get decisionTable
getDecisionTable() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Get decisionTable
getDecisionTable() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
Get decisionTable
getDecorationStrategy() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
The current instance of ResilienceDecorationStrategy to be used to guarantee resilient function properties.
getDecoratorsOrderedByPriority() - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Returns ThreadContextDecorators by their priority.
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 com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
Returns the default value for the SecurityConfigurationStrategy.
getDefault() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Get _default
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.
getDefaultInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
 
getDefaultInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader
 
getDefaultInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader
 
getDefaultInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
 
getDefaultInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorSecretKeyFileSystemStructureParsingStrategy
 
getDefaultInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.VcapServicesEnvironmentVariableParsingStrategy
 
getDefaultListeners() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
Returns all registered default listeners by priority.
getDefaultName() - Static method in class com.sap.cloud.sdk.cloudplatform.metering.AccessTokenDestination
The name of the destination needed to obtain an access token.
getDefaultName() - Static method in class com.sap.cloud.sdk.cloudplatform.metering.AuthorizationApiDestination
The name of the destination needed to receive an authorization token.
getDefaultName() - Static method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringDestination
 
getDefaultSampleContext(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve sample start context of workflow definition by ID
getDefaultSampleContextForVersion(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve sample start context of workflow definition by ID and version number
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.
getDefaultSettingsForTenant(Tenant) - Method in interface com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapter
Returns the default TenantSettings associated with a Tenant.
getDefaultStrategy() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationStrategy
The default strategy to use, when principal propagation is applicable.
getDefaultTenantSettings(Tenant) - Method in interface com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapter
Deprecated.
It is a deprecated API. Please use DataAdapter.getDefaultSettingsForTenant(Tenant).

Returns the default TenantSettings associated with a Tenant.

getDefinition(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve workflow definition by ID
getDefinition(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve workflow definition by ID
getDefinitionId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Specify the definition ID of the message.
getDefinitionId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The definition ID of the user task.
getDefinitionId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The ID of the workflow definition for which the instance was started.
getDefinitionId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Specify the ID of the workflow definition for which an instance should be started.
getDefinitionVersion(String, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve workflow definition by ID and version number
getDefinitionVersion(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve workflow definition by ID and version number
getDefinitionVersion() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The version of the workflow definition for which the instance was started.
getDefinitionVersions(String, String, String, Integer, Integer, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve all versions of workflow definition by ID
getDefinitionVersions(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve all versions of workflow definition by ID
getDelegate() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Delegate to the current User.
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
 
getDelete() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
The variables, which were deleted from the context.
getDescription() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
Get optional description.
getDescription() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.DatamodelMetadataInput
 
getDescription() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Description of version
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Description of the connected system.
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Description of the connected system.
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Description of the entity
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
description of the revision
getDescription() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
description of the revision
getDescription() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Intent
The description of the intent, currently always null
getDescription() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The description of the user task instance.
getDescription() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new description of the task instance.
getDestination(String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
Loads the destination with the given name.
getDestination() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
 
getDestination() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
The SCP destination information to reach the service instance via basic authentication
getDestinationConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
getDestinationForFetch() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
Convienence field for reusing the same destination with multiple queries (e.g.
getDestinationForFetch() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
Convenience field for reusing the same destination with multiple requests (e.g.
getDestinationForService(String, AuthenticationType, Map<String, String>) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader
Build a destination to reach an SCP Cloud Foundry service.
getDestinationForService(String, String, AuthenticationType, Map<String, String>) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader
Build a destination to reach an SCP Cloud Foundry service.
getDestinationForService(ScpCfServiceDestinationLoader.CfServices, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader
Build a destination to reach an SCP Cloud Foundry service based on the service ScpCfServiceDestinationLoader.CfServices value provided.
getDestinationForService(ScpCfServiceDestinationLoader.CfServices) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader
Build a destination to reach an SCP Cloud Foundry service based on the service ScpCfServiceDestinationLoader.CfServices value provided.
getDestinationName() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
 
getDestinationName() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
 
getDestinationName() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.WithDestinationName
Getter for the name of a destination.
getDestinationName() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.DestinationErrorResponse
 
getDestinationName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
name of the destination configured in SAP BTP for connecting to the external system
getDestinationName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
name of the destination configured in SAP BTP for connecting to the external system
getDestinationName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
The name of the destination.
getDestinationServiceCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the destination service credentials.
getDestinationServiceCredentialsList() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound destination service instances.
getDestinationSubdomain() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The subdomain of the account in which the destination was looked up.
getDestinationSubdomain() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
The subdomain of the account in which the destination was looked up.
getDestinationType() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationTypeNotSupportedException
 
getDestinationUrl() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
The URL configured in the destination.
getDetails() - Method in class com.sap.cloud.sdk.datamodel.odata.client.exception.ODataServiceError
A list of all contained nested ODataServiceErrors.
getDetails() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getDetails() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getDetails() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Details of the error
getDetails() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Details of the error
getDetails() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
The details of the job.
getDetails() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Get details
getDifficulty() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getDifficulty() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getDisplayName() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
A human readable representation of the attribute.
getDistinctApiCounts() - Method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Number of metric key stored.
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 interface com.sap.cloud.sdk.typeconverter.TypeConverter
Getter for an class object of the domain-specific type.
getDueDate() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The time when the user task instance is or was due to be COMPLETED.
getDueDate() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new due date of the task instance.
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.
getElement() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Get element
getElement() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Get element
getElement() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Get element
getElements() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListContent
Function returns all the cards in this list.
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
 
getEndblock() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getEntities() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
Entities have different fields depending on the type.
getEntities() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
Every keys are an array of entity, more infos on recasts website
getEntity() - Method in exception com.sap.cloud.sdk.cloudplatform.exception.EntityAlreadyExistsException
Get the contained entity.
getEntity() - Method in exception com.sap.cloud.sdk.cloudplatform.exception.EntityNotFoundException
Get the contained entity.
getEntity() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.EntityAlreadyExistsResponse
Get the entity String representation.
getEntity() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.EntityNotFoundResponse
 
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(HttpDestinationProperties) method.
getEntity() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
The entity object to be updated by calling the FluentHelperUpdate.executeRequest(HttpDestinationProperties) 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(HttpDestinationProperties) method.
getEntity() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
The entity object to be updated by calling the UpdateRequestBuilder.execute(HttpDestinationProperties) 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
Returns a class object of the type this fluent helper works with.
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.
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
 
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
 
getEnumeration() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
List of static value enumerations.
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.
getEnvExportCommand() - Method in enum com.sap.cloud.sdk.scp.PushLocalMojo.OS
 
getEnvironmentVariable(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the environment variable by its name.
getEnvironmentVariableReader() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Gets the environment variable reader.
getErpSystem() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getErpSystem() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
getErpSystem() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
getErpSystem(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
getError() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
getError() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
Error including a message and the RFC error code, in case of something went wrong
getError() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
Get error
getError() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
Get error
getError() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
Get error
getError() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Get error
getError() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
Get error
getError() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
The error name.
getError() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Get error
getErrorCode() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The error code.
getErrorCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
The error category.
getErrorCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
The error category.
getErrorDescription() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
The error description.
getErrorMessage(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.AbstractResponseMapper
 
getErrorMessage(Throwable) - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ResponseMapper
 
getErrorMessage(Throwable) - Method in class com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper.ConstraintViolationExceptionMapper
 
getErrorMessage(Throwable) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.WebApplicationExceptionMapper
 
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.
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationAccessException
 
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.DestinationNotFoundException
 
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ForbiddenOperationException
Gets the response containing an HTTP error code.
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.InvalidParameterException
Gets the response containing an HTTP error code.
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.MissingParameterException
Gets the response containing an HTTP error code.
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
Gets the response containing an HTTP error code.
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.PayloadTooLargeException
Gets the response containing an HTTP error code.
getErrorResponse() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ServiceNotAvailableException
Gets the response containing an HTTP error code.
getErrorResponse() - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.response.WithErrorResponse
Gets the response containing an HTTP error code.
getErrorResponse() - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
 
getErrorResponseBuilder() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
 
getErrors() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getEventId() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
ID of the event.
getEventId() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
ID of the event.
getEventTime() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
Timestamp of when the event happened.
getEventTime() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
Timestamp of when the event happened resp.
getEventType() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
Type of occurrence which has happened.
getEventType() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
Type of occurrence which has happened.
getEventTypeVersion() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
The version of the eventType.
getEventTypeVersion() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
The version of the eventType.
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.
getExceptionType() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler
Deprecated.
 
getExchangeRate() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
getExchangeRates(List<ConversionParametersForNonFixedRate>, Tenant, TenantSettings) - Method in interface com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapter
Deprecated.
It is a deprecated API. Please use DataAdapter.getExchangeRatesForTenant(List, Tenant, TenantSettings).

Returns a list of ExchangeRate to be used for conversion for a given list of ConversionParametersForNonFixedRate. It fetches the exchange rates with the given TenantSettings for a specific Tenant. It is recommended that its implementation provides a minimal response so that the conversion process is optimized.

getExchangeRatesForTenant(List<ConversionParametersForNonFixedRate>, Tenant, TenantSettings) - Method in interface com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapter
Returns a list of ExchangeRate to be used for conversion for a given list of ConversionParametersForNonFixedRate.
getExchangeRateType() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
getExchangeRateType() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getExchangeRateTypeDetails(Set<RateType>) - Method in interface com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapter
Deprecated.
It is a deprecated API. Please use DataAdapter.getExchangeRateTypeDetailsForTenant(Tenant, Set).

Returns the Map of the ExchangeRateTypeDetail with the RateType as the key for a given Set of RateType. It fetches the details of the given rate types. Based on that the details, we can determine if the inversion is allowed for the rate type and if there is any reference currency specified for the rate type.

getExchangeRateTypeDetailsForTenant(Tenant, Set<RateType>) - Method in interface com.sap.cloud.sdk.services.currencyconversion.datamodel.adapter.DataAdapter
Returns the Map of the ExchangeRateTypeDetail with the RateType as the key for a given Set of RateType.
getExchangeRateValue() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getExcludeFilePattern() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
 
getExcludeFilePattern() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
 
getExclusion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Get exclusion
getExpansions() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
 
getExpiresIn() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.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, 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) - 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.ValueBinary.Expression
 
getExpression(ODataProtocol) - 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.ValueBoolean.Expression
 
getExpression(ODataProtocol) - 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.ValueCollection.Expression
 
getExpression(ODataProtocol) - 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.ValueDate.Expression
 
getExpression(ODataProtocol) - 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.ValueDateTime.Expression
 
getExpression(ODataProtocol) - 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.ValueDateTimeOffset.Expression
 
getExpression(ODataProtocol) - 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.ValueDuration.Expression
 
getExpression(ODataProtocol) - 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.ValueNumeric.Expression
 
getExpression(ODataProtocol) - 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.ValueString.Expression
 
getExpression(ODataProtocol) - 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.odata.client.expression.ValueTimeOfDay.Expression
 
getExpression() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
 
getExpression(ODataProtocol) - 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.FilterableBoolean.Expression
 
getExpression(ODataProtocol) - 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.FilterableCollection.Expression
 
getExpression(ODataProtocol) - 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.FilterableDate.Expression
 
getExpression(ODataProtocol) - 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.FilterableDateTime.Expression
 
getExpression(ODataProtocol) - 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.FilterableDuration.Expression
 
getExpression(ODataProtocol) - 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.FilterableNumericDecimal.Expression
 
getExpression(ODataProtocol) - 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.FilterableNumericInteger.Expression
 
getExpression(ODataProtocol) - 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.FilterableString.Expression
 
getExpression(ODataProtocol) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
 
getExpression(ODataProtocol, Map<String, Predicate<FieldReference>>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableTime.Expression
 
getExpression() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Expression of the row.
getExpression() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
The expression of the condition.
getExpression() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Expression of the condition.
getExpression() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Result expression.
getExpression() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Result expression.
getExpressionLanguageVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
It represents 1.0 or 2.0 expression language based Rule.
getExpressionLanguageVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
It represents 1.0 or 2.0 expression language based Rule.
getExpressionLanguageVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
It represents 1.0 or 2.0 expression language based Rule.
getExpressionLanguageVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
It represents 1.0 or 2.0 expression language based Rule.
getExtension() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Get extension
getExtension() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Get extension
getExtension() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Get extension
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.
getFallbackPrincipal() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
Global fallback Principal.
getFallbackRequest() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Global fallback HttpServletRequest.
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.
getFeature() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.FeatureNotEnabledResponse
Feature which is not enabled.
getFeatureName() - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
The feature name.
getFeatureState(Feature) - Method in class com.sap.cloud.sdk.frameworks.togglz.AuditLoggingStateRepository
 
getFeatureToggleName() - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
Getter for the name of the feature that should be listened to.
getField() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidFieldFormatResponse
Get the invalid field format.
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.odata.helper.FilterExpressionWrapper
 
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.
getFields() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.MandatoryFieldsMissingResponse
Get the collection of missing mandatory fields.
getFields() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Get fields
getFileName() - Method in enum com.sap.cloud.sdk.scp.PushLocalMojo.OS
 
getFilters() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
getFirst() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
getFixedExpression() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Get fixedExpression
getFixedOperator() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
The operator of the condition
getFixedRateValue() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
getFolder() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
A folder that shall be used for uploading files at the remote repository for this group (i.e.
getForField() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getFormDefinitionsMetadata(Integer, Integer, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Retrieve all form definitions
getFormDefinitionsMetadata() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Retrieve all form definitions
getFormMetadata(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve form metadata of the given task instance.
getFormModel(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve form model of the given task instance.
getFromAmount() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
getFromAmount() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
getFromCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
getFromCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
getFromCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getFromCurrencyfactor() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getFunction() - Method in enum com.sap.cloud.sdk.datamodel.odata.helper.FilterFunction
 
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.
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
 
getGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
A map of groups allowing to semantically separate attachments.
getGsonBuilder() - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
The GsonBuilder instance to be used for deserialization.
getHash() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getHashAlgorithm() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
 
getHashAlgorithm() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
getHashAlgorithm() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
 
getHeaderFromVersionIdentifier(Option<String>) - Method in enum com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
 
getHeaderNames() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResult
Get the iterable list of HTTP response header names.
getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Getter for a collection of header that should be added to the outgoing request for this destination.
getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CustomTokenHttpDestination
Getter for a collection of header that should be added to the outgoing request for this destination.
getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Getter for a collection of header that should be added to the outgoing request for this destination.
getHeaders(DestinationProperties) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationHeaderProvider
Deprecated.
Please use DestinationHeaderProvider.getHeaders(DestinationRequestContext) instead. The destination reference can be extracted using DestinationRequestContext.getDestination().
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(URI) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Getter for a collection of header that should be added to the outgoing request for this destination.
getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getHeaders(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
Getter for a collection of header that should be added to the outgoing request for this destination.
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.services.openapi.core.OpenApiResponse
Http headers of this response.
getHeaders() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getHeaders() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getHeadersForRequestAndImplicitRequests() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
getHeadersForRequestOnly() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
getHeadersFromProperties() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getHeadersFromProperties() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Helper method to create the collection of headers by also considering the properties.
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.
getHeight() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getHex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getHex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getHex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
getHex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
getHex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
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 com.google.common.cache.Cache lookup methods have returned a cached value.
getHitPolicy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
The hit policy of rule, has to be either Single Hit First (SHF) or Mutiple Hit Order (MHO)
getHostName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
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.HttpClientAccessor
Returns an HttpClient independent of any destination.
getHttpClient(HttpDestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
Returns an HttpClient for the given Destination.
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.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.HttpClientAccessor
Returns the HttpClientFactory that is used when creating instances of HttpClient within the HttpClientAccessor.
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.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
getHttpMethod() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
The HTTP method.
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 the HttpEntity if buffering the HTTP response is not turned off by using ODataRequestResultGeneric.disableBufferingHttpResponse().
getHttpResponse() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultMultipartGeneric
 
getHttpSecuritySettings() - Method in interface com.sap.cloud.sdk.cloudplatform.CloudPlatform
getHttpSecuritySettings() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
 
getHttpStatusCode() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The HTTP status code.
getId() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantActivationStrategy
 
getId() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserActivationStrategy
 
getId() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
id
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
ID of the Version
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
ID of the Column
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
ID of the row
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
ID of the entity(UUID)
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
ID of the component
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
ID of the Parameter
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Id of the Branch
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Id of the default operation
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Id of the Operation
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Id of the Operation
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
ID of the Version
getId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
ID of the Version
getId() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Conversation
The id of the current conversation
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
The ID of the workflow instance, which consumed the message.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
The ID of the attribute.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The definition ID of the form definition.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
ID of the workflow definition
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
The ID of the default start context.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
The definition ID of the task definition.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
The ID of the attribute.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The ID of the user task instance.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The workflow definition ID.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
The job ID.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
The workflow definition ID.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The workflow instance ID.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The ID of the execution log entry.
getId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
The ID of the workflow instance, which should be modified.
getIdentifier() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
An unique identifier of the attribute accessed.
getIdentifier(String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
Gets the value of a key property that identifies the accessed object.
getIdentifier(String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
Gets the value of a property that identifies the data owner.
getIdentifier() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
 
getIdentifier() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
 
getIdentifier() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
 
getIdentifier() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationRetrievalStrategy
 
getIdentifier() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationTokenExchangeStrategy
 
getIdentifier() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationRetrievalStrategy
 
getIdentifier() - Method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.LogLevel
 
getIgnored() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
The ignored recipients from \"to\", \"cc\" and \"bcc\" fields if they exist.
getImageUrl() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
This function returns the URL to the image which is displayed in this card.
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
 
getIncludedInterface() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Get includedInterface
getIncludedInterface() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Get includedInterface
getInclusion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Get inclusion
getIncomingpaused() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getInfo() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Retrieves Meta Info from MC Node
getInitiatorId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The user who started the user task.
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.
getInput() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Get input
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(String, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve task by ID
getInstance(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve task by ID
getInstance(String, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve workflow instance by ID
getInstance(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve workflow instance by ID
getInstanceAttachments(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve task instance attachments
getInstanceAttachments(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve instance attachments
getInstanceAttributes(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve custom task attributes by task instance ID
getInstanceAttributes(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve custom task attributes by task instance ID
getInstanceAttributes(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve custom workflow attributes by workflow instance ID
getInstanceAttributes(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve custom workflow attributes by workflow instance ID
getInstanceContext(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve task context by ID
getInstanceContext(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve instance context
getInstanceErrorMessages(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve error messages
getInstanceId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
getInstanceNumber() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getInstanceOrThrow() - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Be aware that this method is Beta (as indicated by the annotation) and therefore subject to breaking changes.
getInstanceRoles(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve instance roles
getIntents() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The list contains all identified intents
getIntents() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The intents Recast found, sorted by probability
getInterface() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Get _interface
getInterface() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Get _interface
getInvocations() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
 
getIpAddress() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
The IP address of the remote user requesting access.
getIscompressed() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getIsIndirect() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getIsInversionAllowed() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail
 
getIsmine() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getIsmine() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getIsmine() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getIsp2shaddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getIsscript() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getIssueqty() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getIssueraw() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getIssues() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getIssuetxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getIsSynchronized() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getIsSynchronized() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getIsSynchronized() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getIsTrustingAllCertificates() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getIsTrustingAllCertificates() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getIswatchonly() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getIswatchonly() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getIswatchonly() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getItems() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getItems() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getItems() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
getItems() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
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.
getJndiLookupFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.naming.JndiLookupAccessor
 
getJob(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.JobsApi
Retrieve Job status
getJobs() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The jobs related to the workflow definition.
getJsonData() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
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.
getJsonResponseObjectName() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperFunction
Deprecated.
In order to customize JSON response parsing, use FluentHelperFunction.refineJsonResponse(com.google.gson.JsonElement) instead.
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(String, JsonObject) - Method in interface com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy.KeySelector
Selects the value of the key property of the given serviceBinding.
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
 
getKey() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
 
getKey() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Value property path of the external value list
getKeypoololdest() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getKeypoolsize() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getKeys() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getKeys() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getKeys() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getKeysetPath() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
 
getKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
The KeyStore to be used when communicating over HTTP.
getKeyStore() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
The KeyStore to be used when communicating over HTTP.
getKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getKeyStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getKeyStore(String, SecretStore) - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Retrieves a KeyStore by its name.
getKeyStore() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getKeyStore() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getKeyStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getKeyStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
The password for the Key Store to be used when communicating over HTTP.
getKeyStorePassword() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
The password for the Key Store to be used when communicating over HTTP.
getKeyStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getKeyStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
The key store password of the destination.
getKeyStorePassword() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getKeyStorePassword() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getKeyValues() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMessageData
Deprecated.
Returns a non modifiable view of the contained key fields and their values.
getKnownHashes() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
getKnownLeaves() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
getKnownSalts() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
getLabel() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader.CfServices
 
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Label of the entity
getLabel() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
The label which represents how the attribute should be presented to end users.
getLabel() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
The label, which represents how the attribute is presented to end users.
getLanguage() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Language property path of the external value list
getLanguage() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ConversationUpdate
Get the (new) language to set the conversation to (optional).
getLanguage() - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
This is the Getter for the Language and follows the ISO abbreviation standard.
getLanguage() - Method in class com.sap.cloud.sdk.services.recastai.NlpResponseWrapper
This getter returns the language of the given text which gets analysed
getLanguage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Conversation
The language of the current conversation
getLanguage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The language detected (or given) from the processed sentence, follows the ISO 639-1 standard
getLanguage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The language detected (or given) from the processed sentence, follows the ISO 639-1 standard
getLast() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
getLastChangedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The last time the user task instance was changed.
getLatestEntryOnStream(String, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Get latest entry for key in the stream
getLeaves() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
leaves encoded in a mapping of the index to the value
getLeaves() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
 
getLineType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Get lineType
getLiquibaseConfigPath() - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
 
getListeners() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
List of listeners to observe and react on OData actions.
getListenersOrderedByPriority() - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Returns ThreadContextListeners by their priority.
getListenersOrderedByPriority() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContextListenerChain
 
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 com.google.common.cache.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 com.google.common.cache.Cache lookup methods have successfully loaded a new value.
getLocalAuthorizations() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
getLocale() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getLocaleFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.LocaleAccessor
The LocaleFacade instance.
getLocalHttpPort() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the HTTP port of the application bound to localhost.
getLocalScopePrefix() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultLocalScopePrefixProvider
Returns the local scope prefix determined by the given implementation.
getLocalScopePrefix() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.LocalScopePrefixProvider
Returns the local scope prefix determined by the given implementation.
getLocation() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
Get the location of the API Key
getLocktime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getLogger(Class<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.logging.CloudLoggerFactory
Deprecated.
Use LoggerFactory instead.
getLogger(String) - Static method in class com.sap.cloud.sdk.cloudplatform.logging.CloudLoggerFactory
Deprecated.
Use LoggerFactory instead.
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.
getLogId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
The log ID referring to the error.
getLogId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
The log ID referring to the error.
getLogId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
The log ID referring to the error.
getLogId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
The log ID referring to the error.
getLogId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
The log ID referring to the error.
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.AbstractResponseMapper
 
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ConstraintViolationExceptionMapper
 
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityAlreadyExistsExceptionMapper
 
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityNotFoundExceptionMapper
 
getLogLevel(Throwable) - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ResponseMapper
 
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.StringParsingExceptionMapper
 
getLogLevel() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
 
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper.ConstraintViolationExceptionMapper
 
getLogLevel(Throwable) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.NotFoundExceptionMapper
 
getManagedSystem(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Retrieve the metadata of a managed system
getManagedSystems() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Retrieve all managed systems
getMapping() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader.CfServices
 
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.
getMaxStackTraceLevel() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Get maximum stack trace level.
getMemory() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ConversationUpdate
Getter to return the current memory structure.
getMemory() - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
Returns the memory of this dialog response
getMemory() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Conversation
The memory of your bot for the current conversation
getMerkleProof(MerkleTree, Set<Integer>) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.VisibilityUtils
Generates and returns necessary information to proof given information are part of the same MerkleTree
getMerkleroot() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getMessage() - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
getMessage
getMessage() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Description of the error
getMessage() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
details of the problem.
getMessage() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Description of the error
getMessage() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
details of the problem.
getMessage() - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
This returns the current text response which would be sent to the dialog.
getMessage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.DialogResponse
Contains a meta data message referring on the success of the processing of the previously sent data.
getMessage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResponse
The message gives information on the status.
getMessage() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
The error message.
getMessage() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
The error message.
getMessage() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
The error message.
getMessage() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
The detailed error message.
getMessage() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
The error message.
getMessage() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
The error message.
getMessageData() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedResult
Deprecated.
Contains information about the business objects in S/4HANA being related to this message.
getMessageFactoryFromType(String) - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.MessageFactoryMapper
Deprecated.
Given a message type, get the class name of a factory which can parse an incoming message into a Messaging VDM object.
getMessages() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.DialogResults
Returns the messages..
getMessageType() - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.MessageListener
Deprecated.
Returns the concrete type of message that this listener can process.
getMetadata() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedResult
Deprecated.
Contains metadata about the message.
getMeteringCategory() - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
getMethod() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
 
getMiner() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getMiningpaused() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
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 com.google.common.cache.Cache lookup methods have returned an uncached (newly loaded) value, or null.
getMissingAuthorizations() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AccessDeniedResponse
 
getMissingHashIndexes(Set<Integer>, int) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Finds missing hash indexes to be able to rebuild the Merkle tree with given number of leaves and known leaf values.
One can rebuild a Merkle tree with only a subset of leaves, if s/he has enough extra information about the tree.
These extra information include the total number of leaves and hashes of missing leaves along with indexes of those hashes.
e.g.
getMockableInstance() - Static method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
Returns the current FacadeLocator.MockableInstance.
getMode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Mode is used if the given segment is allowed to be updated in any of the branches.
getMode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Mode is used if the given segment is allowed to be updated in any of the branches.
getModelByIdAndRevision(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Retrieve form model by ID and revision.
getModelByIdAndVersion(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Retrieve form model by ID and version number.
getModelElementId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
The ID of the start event for which the default start context is configured.
getModelForDefinition(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve workflow definition model by ID
getModelForDefinitionVersion(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve workflow definition model by ID and version number
getModelPackage() - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration
 
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(UpdateRequestBuilder<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(CollectionValueActionRequestBuilder<T>) - 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.
getMspId() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getMultiple() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getN() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
Get the name of the destination.
getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
 
getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
getName() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapDestinationLoader.ScpVcapServiceData
Get the name of VCAP service instance.
getName() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
Name of the VCAP service.
getName() - Method in class com.sap.cloud.sdk.cloudplatform.security.Authorization
The name of this authorization.
getName() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
getName() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAttribute
The name that identifies this attribute.
getName() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
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
 
getName() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantActivationStrategy
 
getName() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserActivationStrategy
 
getName() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getName() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getName() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Name of the system.
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Name of the system.
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Name of the entity
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Name of the component
getName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Name of the Parameter
getName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The name of the form definition, in the original language.
getName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
The name of the corresponding task in the workflow definition, in the original language.
getName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The workflow definition name.
getName() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
The workflow definition name.
getName() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getName() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getName() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
getNameSanitizer() - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
 
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 this NamingStrategy.
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
 
getNewAddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Generates a public/private key pair and adds it to the wallet.
getNewValue() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
The value of the attribute after the access.
getNextblockhash() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
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.
getNlp() - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Get the natural language processing information from recast.
getNlp() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.DialogResults
The same as the NLP provided by another API endpoint by Recast.
getNodeaddress() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getNodes() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
 
getNodes() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Tree nodes as a LinkedHashMap
getNodes() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
 
getNodeversion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getNonce() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getNonKeyValues() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMessageData
Deprecated.
Returns a non modifiable view of the contained non-key fields and their values.
getNonSerializableObject() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataSerializationException
The object for which serialization failed.
getNumberOfLeaves() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
number of leaves in the tree
getNumberOfLeaves() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
getNumberOfLeaves() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
 
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
 
getObject() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
 
getObjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
ID of the result data object
getObjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
Get objectId
getObjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
Get objectId
getObjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
ID of the target data object
getObjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
ID of the data object used as line type
getObjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
ID of the Data Object of type Element used as Parameter
getObjectId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
ID of the file in the remote repository
getObjectMapping() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
Get objectMapping
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
 
getODataTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
An instance of the EDM type to be used to parse between String and Calendar.
getODataTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalDateTimeAdapter
 
getODataTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeAdapter
 
getODataTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeAdapter
 
getOffchain() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getOffchain() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getOldValue() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
The value of the attribute prior to the access.
getOnPremiseProxyHost() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the on-premise proxy host.
getOnPremiseProxyPort() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the on-premise proxy port.
getOpen() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getOpen() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
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
 
getOperation() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
The type of operation performed on the attribute.
getOperation() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Operation to be performed when condition is evaluated
getOperation() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Operation to be performed when condition is evaluated
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.odata.helper.FilterExpressionWrapper
 
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
 
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
 
getOriginalTenant() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoTenantCallable
 
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.ScpCfDestinationServiceV1Response
 
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.cloudplatform.servlet.exception.InvalidParameterException
 
getParameter() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.MissingParameterException
 
getParameter() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidParameterResponse
Get the invalid parameter.
getParameter() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.MissingParameterResponse
Get the missing parameter.
getParameter() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Get parameter
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 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.
getParameters() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantActivationStrategy
 
getParameters() - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserActivationStrategy
 
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.
getParamName() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.ApiKeyAuth
Get the parameter name of the API Key
getParentId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Id of the parent version
getParentId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Id of the parent version
getParentInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The workflow parent instance ID.
getParentInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The ID of the parent workflow instance.
getPassword() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
 
getPassword() - Method in class com.sap.cloud.sdk.scp.Destination
 
getPassword() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
The password to reach the service node via basic authentication.
getPassword() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
Get the password
getPath() - Method in class com.sap.cloud.sdk.scp.Destination
 
getPathParamValue() - Method in enum com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricInvocationType
Deprecated.
Gets the string value to put into a request URL.
getPaths() - Method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
 
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.
getPaytxfee() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getPending() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getPermission() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermission
Get the permission for the stream
getPermissions() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getPermissions() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getPolicy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Execution policy of the Ruleset.
getPolicy() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Execution policy of the Ruleset.
getPort() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getPrecision() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
Precision as defined in the OData EDM.
getPredefinedResults() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Get predefinedResults
getPreviousblockhash() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
 
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.auditlog.AccessRequester
The Id of the remote user requesting access.
getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
Getter for the name of the principal for which the key is used.
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
Getter for the name of the principal for which the key is used.
getPrincipalId() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
The identifier for this Principal.
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.auditlog.ScpNeoAuditLogThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoThreadContextDecorator
Returns the priority that defines the order in which decorators are applied.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientsThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationsThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextDecorator
 
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextListener
 
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
getPriority() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
Returns the priority that defines the order in which listeners are invoked.
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.
getPriority() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Priority of the Ruleset.
getPriority() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Priority of the Ruleset.
getPriority() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The priority of the user task instance.
getPriority() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new priority of the task instance.
getPrivateKey() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getPrivkey() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
getProcessingLanguage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The language used to process the sentence, follows the ISO 639-1 standard
getProcessingLanguage() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The language used to process the sentence, follows the ISO 639-1 standard
getProcessor() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The user who is processing (has claimed) the user task instance.
getProcessor() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new processor of the task instance.
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
Get project
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
ID of the project to be migrated(UUID)
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Get project
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
ID of the Project(UUID) that this entity belongs to
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Project Id
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Id of the project
getProject() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
Id of the project
getProjectName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Project name the rule service
getProjectName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Project name the rule service
getPropagatedPrincipal() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The name of the principal on whose behalf the service task has been executed.
getProperties() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
 
getProperties() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getProperties() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getProperties() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
getProperty(String) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
Retrieves a Try of the property for the given name.
getProperty(String) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
Retrieves a Try of the property for the given name.
getProperty() - Method in class com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
 
getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
Retrieves the set of property keys of the destination.
getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Retrieves the set of property keys of the destination.
getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Retrieves the set of property keys of the destination.
getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination
Retrieves the set of property keys of the destination.
getPropertyNames() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationProperties
Retrieves the set of property keys of the destination.
getPropertyNames() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
Retrieves the set of property keys of the destination.
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.
getProtocol() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
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
 
getProtocolversion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getProtocolVersion() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
getProtocolVersion() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
Protocol version describes how to build the tree and the proof
getProtocolVersion() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V100MerkleTree
 
getProtocolVersion() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V110MerkleTree
 
getProviderAccountId() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
Get the provider account name.
getProxy() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getProxyConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
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.
getProxyConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getProxyConfiguration() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getProxyConfiguration() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getProxyConfiguration() - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
getProxyConfiguration() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getProxyConfiguration() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getProxyConfiguration() - Method in interface com.sap.cloud.sdk.testutil.TestSystem
The ProxyConfiguration of the test system, if present.
getProxyType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getProxyType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Returns the ProxyType that is configured for this destination.
getProxyType() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Returns the ProxyType that is configured for this destination.
getProxyType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getProxyType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getProxyType() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getProxyType() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getPubkey() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getPubkey() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
getPublisher() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
getPublishers() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getPublishers() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getPublishers() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getPurpose() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
The purpose of the job.
getQty() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
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
 
getQuery() - Method in exception com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler.ErpODataException
Deprecated.
 
getQueryBuilder() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
Deprecated.
getQueryBuilder() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
Deprecated.
getQueryBuilder() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Deprecated.
getQueryBuilder() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Deprecated.
getQueryBuilder() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Deprecated.
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.
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
 
getRatesDataProviderCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getRatesDataProviderCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting
 
getRatesDataProviderCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings
 
getRatesDataSource() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getRatesDataSource() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting
 
getRatesDataSource() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings
 
getRateType() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType
 
getRateValue() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
 
getRawTransaction(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
If verbose is 1, returns a JSON object describing transaction txid.
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(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(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(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(FluentHelperRead<?, EntityT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
 
getReadResult(FluentHelperByKey<?, EntityT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
 
getReadResult(SingleValuedFluentHelperFunction<?, ResultT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
 
getReadResult(CollectionValuedFluentHelperFunction<?, ResultT, ?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.DefaultBatchResponseResult
 
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(CollectionValueFunctionRequestBuilder<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.
getRecastAnalysis(String, String) - Method in class com.sap.cloud.sdk.services.recastai.RecastAnalyzer
gets the analysis of the given sentence and returns an object with the parsed JSON
getRecipientGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The recipient groups of the user task instance.
getRecipientGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new recipient groups of the task instance, as a comma-separated list.
getRecipientGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The recipient groups of a user task.
getRecipients() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Get recipients
getRecipientUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The recipient users of the user task instance.
getRecipientUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new recipient users of the task instance as a comma-separated list.
getRecipientUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The recipient users of a user task.
getReference() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Get reference
getReferenceCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail
 
getReferenceId() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The error reference id.
getReferenceInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
An ID that groups events together by their activity and their token of execution in the workflow.
getRefreshToken(DecodedJWT) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
Returns a Future that resolves to a refresh token.
getRefreshToken(DecodedJWT) - Method in interface com.sap.cloud.sdk.cloudplatform.security.AuthTokenFacade
Returns a Future that resolves to a refresh token.
getRefreshToken(DecodedJWT) - Method in class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
Returns a Future that resolves to a refresh token.
getRefs() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
A list of references to files in the remote repository
getRegSigs() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
getReindex() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getRelativePath() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
The relative URL configured in the service task.
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestAction
 
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
 
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
 
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
 
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
Get the static request URI of the OData resource.
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
Get the static request URI of the OData resource.
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestRead
 
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestReadByKey
 
getRelativeUri() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestUpdate
 
getRelayfee() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getReportValuePerCalledUri() - Method in class com.sap.cloud.sdk.quality.AnnotationBasedHttpClientListener
Returns the value that should be printed in the second column of the report file.
getReportValuePerCalledUri() - Method in class com.sap.cloud.sdk.quality.FileWritingHttpClientListener
Returns the value that should be printed in the second column of the report file.
getRequest() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoUserSessionCallable
 
getRequest() - Method in exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
The OData request that was attempted while this exception occurred.
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.
getRequestFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
The RequestFacade instance.
getRequestFactory() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Allows to use a pre-configured HttpClient instance -potentially with authentication, HTTP connection pooling, etc.
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
Use all OData query information to construct a HTTP request query String.
getRequests() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestBatch
 
getRequestUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationRequestContext
 
getResourcePath() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
The ODataResourcePath that identifies the OData resource to operate on.
getResponse() - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
This function generates the json representation of this object and returns it as a string to the user.
getResponse() - Method in class com.sap.cloud.sdk.services.recastai.MessageResponseWrapper
This function generates the json representation of this object and returns it as a string to the user.
getResponse() - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookResponseWrapper
Get the json string for this objet.
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.
getRestEndpoint() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Get restEndpoint
getRestrict() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getRestrict() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
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
 
getResult() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
Actual answer to the request
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Get result
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Get result
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Get result
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Get result
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Get result
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Get result
getResult() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
Result for rule service invocation
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
 
getResults() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.DialogResponse
Recast returns all analysis and responses on the text in a results object which can be obtained here
getResults() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResponse
Contains the results, which are all interesting properties of the text
getResultType() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver
 
getRetriesRemaining() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The remaining number of retries.
getRetrievalStrategy(DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationOptionsAugmenter
Retrieves the configured strategy to use when loading destinations in a multi-tenant subscription environment.
getRetrievalStrategy(DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationOptionsAugmenter
Retrieves the configured strategy to use when loading destinations in a multi-tenant subscription environment.
getRetry(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultRetryProvider
Provides a retry.
getRetry(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.frameworks.resilience4j.RetryProvider
Provides a retry.
getReturnType() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
The type this operations returns.
getRevision() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Revision name of the released project
getRevision() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
revision name of the version
getRevision() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
revision name of the version
getRevision() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The revision of the form definition version.
getRole() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
This represents the role of the owner for the data (e.g.
getRootFolder() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
A folder that shall be used for uploading files at the remote repository.
getRootHash() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
 
getRootHash() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
 
getRootInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The workflow root instance ID.
getRootInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The ID of the root workflow instance.
getRoundedOffConvertedAmount() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult
 
getRoundedOffConvertedAmount() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
getRow() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Collection of rows belonging to this decision table
getRowId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
ID of the row
getRule() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Get rule
getRule() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Get rule
getRule() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Get rule
getRuleService() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Get ruleService
getRuleService() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Get ruleService
getRuleService() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Get ruleService
getRuleServiceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
Id of the rule service
getRuleServiceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Id of the rule service
getRuleServiceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Id of the rule service
getRuleServiceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
Id of the RuleService
getRuleServiceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Id of the rule service
getRuleServiceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Id of the rule service
getRuleServiceName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Name of rule service
getRuleServiceName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Name of rule service
getRuleServiceRevision() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Revision of the rule service
getRuleServiceRevision() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Revision of the rule service
getRuleServiceVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
Version Id of rule service
getRuleServiceVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Version of rule service
getRuleServiceVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Version of the rule service
getRuleset() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Get ruleset
getSalts() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
salts encoded in a mapping of the index to the salts with index i corresponds the the leaf with the same index i in the leaves map
getSalts() - Method in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
 
getSapClient() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getScale() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityPropertyAnnotationModel
Scale as defined in the OData EDM.
getSchemaPrefix() - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
 
getSchemaUrl() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
A link to the schema that the data attribute adheres to.
getSchemaUrl() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
A link to the schema that the data attribute adheres to.
getScript() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getScriptPubKey() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getScriptPubKey() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getSearch() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
getSecret() - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpCfSecretStore
 
getSecret() - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStore
 
getSecret() - Method in interface com.sap.cloud.sdk.cloudplatform.security.secret.SecretStore
The secret char sequence stored in this SecretStore.
getSecretStore(String) - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Retrieves a SecretStore by its name.
getSecretStoreFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Returns the SecretStoreFacade instance.
getSecurityConfigurationStrategy() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getSecurityConfigurationStrategy() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
 
getSecurityConfigurationStrategy() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Defines from where the HTTP Security Configuration (see HttpSecuritySettings) for outbound HTTP calls via this destination is determined from.
getSegment() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
The ID of the result data object attribute
getSegment() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
ID of the source attribute
getSegment() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
ID of the target attribute
getSegment() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Id of the Result Data Object Attribute
getSegment() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Id of the Result Data Object Attribute
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
 
getSentiment() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
This function returns the Sentiment as identified by recast.
getSentiment() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The sentiment of the request, more info on recasts website
getSequence() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getSequenceNumber() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Sequence number of the column
getSequenceNumber() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
Sequence number of the row
getSequenceNumber() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
Sequence of the Rule
getSequenceNumber() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Sequence number of the Branch.
getSequenceNumber() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Sequence number of the Operation.
getSequenceNumber() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Sequence number of the Predefined Results.
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.
getServiceBindingsRootLocation() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Gets the service binding root location.
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
 
getServiceCredentials(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the credentials of a service.
getServiceCredentials(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the credentials of a service.
getServiceCredentialsByPlan(String, Predicate<JsonObject>) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Extract service credentials grouped by service plan for a given service name.
getServiceInfo() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Provides access to the rest of the service info.
getServiceInfoElem() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getServiceInfoPath(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely into the service info element.
getServiceInfoPath(JsonElement, String) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely.
getServiceInfoPath(JsonElement, Iterator<String>) - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely.
getServiceInfoPathNonEmptyStringOrThrow(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Descend nicely into the service info and throw if anything but a non-empty string at the final destination of the path.
getServiceLocationInfo() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Service access.
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.ScpCfServiceInfo
 
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 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.
getServicePathForFetch() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
The service path only used for the fetch commands of this entity.
getServicePlan() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getServiceType() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
getServiceType() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
 
getServiceType() - Method in enum com.sap.cloud.sdk.services.scp.machinelearning.CloudFoundryLeonardoMlServiceType
The service type in Cloud Foundry VCAP_SERVICES.
getServiceUrl() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
The URL the service node is reachable
getServiceUrl() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
The URL the service node is reachable
getServiceUrl() - Method in class com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricService
Deprecated.
Access to the Fabric service root URL.
getServiceUrlKey() - Method in enum com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlServiceType
The key that labels the url for this service type in the Cloud Foundry service credentials.
getSetOfCustomFields() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
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
 
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
 
getSetOfNavigationProperties() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
Get navigation property names as set.
getSetupblocks() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getSeverity() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
severity of the problem.
getSeverity() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
severity of the problecm.
getSeverity() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
The severity of the error.
getSigsrequired() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
getSimpleSelectors() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
getSimpleTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBinaryAdapter
 
getSimpleTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCalendarAdapter
 
getSimpleTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataDateTimeAdapter
 
getSimpleTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataDateTimeOffsetAdapter
 
getSimpleTypeInstance() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataTimeAdapter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.GsonMessageBodyProvider
 
getSize() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getSkill() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Conversation
The slug of the current skill is returned.
getSkillOccurences() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Conversation
The slug of the current skill
getSkip() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
getSlug() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Intent
Slug refers to the title of the identified intent.
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
 
getSource() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
This describes the event producer.
getSource() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
This describes the event producer.
getSource() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
Get source
getSource() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
This function returns the input sentence.
getSource() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
Returns the text Recast processed.
getSourceId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
ID of the project to be copied(UUID)
getSourceName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
ID of the project to be copied(UUID)
getSourceProjectId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
ID of the project to be copied(UUID)
getSourceProjectVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
Version ID of the SourceProjectVersion
getSpendable() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getStartblock() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getStartedAt() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The time when the workflow instance started.
getStartedBy() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The user who started the workflow instance.
getStatus() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The status of Recasts Natural Language processor
getStatus() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The status of Recasts Natural Language processor
getStatus() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
The status of the job.
getStatus() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The status of the user task instance.
getStatus() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new status of the task instance.
getStatus() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The status of the workflow instance.
getStatus() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
The new status of the workflow instance.
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.
getStreamItem(String, String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Retrieves a specific item with txid from stream, passed as a stream name, ref or creation txid, to which the node must be subscribed.
getStreamref() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getStreamref() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getStringToParse() - Method in exception com.sap.cloud.sdk.cloudplatform.exception.StringParsingException
 
getStringType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.Button
The type of this button as a string.
getStructure() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Get structure
getStructure() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Get structure
getSubaccountId() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
getSubdomain() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
The subdomain of the tenant.
getSubdomain() - Method in interface com.sap.cloud.sdk.cloudplatform.tenant.TenantWithSubdomain
The subdomain of the tenant.
getSubject() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The subject of the user task instance.
getSubject() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Specify the new subject of the task instance.
getSubject() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
The subject of the workflow instance.
getSubject() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The name of the model element or the subject of the user task.
getSubscribed() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getSubscribed() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
getSubtitle() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
This function returns the current subtitle of the card.
getSumOfApiCounts() - Method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Aggregates the number of API accesses over all entries.
getSupportComponent() - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
The support component.
getSystemId() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getTable() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Get table
getTable() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Get table
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.
getTarget() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
Get target
getTargetId() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
ID of the project to be copied(UUID)
getTargetName() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
ID of the project to be copied(UUID)
getTaskId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The ID of the user task.
getTenant() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
 
getTenantContext() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
The current TenantContext.
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.auditlog.AccessRequester
The tenant or zone Id of the remote user requesting access.
getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.CacheKey
Getter for the Id of the tenant or zone for which the key is used.
getTenantId() - Method in interface com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
Getter for the Id of the tenant or zone for which the key is used.
getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
Getter for the Id of the tenant or zone for which the key is used.
getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
The tenant/zone identifier.
getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
The tenant or zone identifier.
getTenantId() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
Getter for the id of a tenant.
getTenantId() - Method in interface com.sap.cloud.sdk.cloudplatform.tenant.Tenant
Getter for the id of a tenant.
getTenantIdAttribute(FeatureUser) - Static method in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserProvider
Returns an Option that may contain the tenant or zone Id of the given FeatureUser.
getTenantIdentifier() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getTerm() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
 
getTestnet() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getTestSystem(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
getText() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Description property path of the external value list
getText() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Get text
getText() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
Get text
getText() - Method in class com.sap.cloud.sdk.services.recastai.NlpResponseWrapper
This getter returns the text which gets analysed
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination.Builder
 
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
 
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfRfcDestination.Builder
 
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination.Builder
 
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Returns a reference to the builder
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoRfcDestination.Builder
 
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Getter needed to allow for a type safe return in the builder methods.
getThis() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
 
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
 
getThread() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
 
getThread() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
Returns the original thread.
getThreadContextFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
Returns the ThreadContextFacade instance.
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ConstraintViolationExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityAlreadyExistsExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityNotFoundExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.IllegalArgumentExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.JsonSyntaxExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.NumberFormatExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.PropertyBindingExceptionMapper
 
getThrowableClass() - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ResponseMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.StringParsingExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.TimeoutExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.UnsupportedOperationExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper.ConstraintViolationExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.NotFoundExceptionMapper
 
getThrowableClass() - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.WebApplicationExceptionMapper
 
getTime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getTime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getTime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getTime() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getTimeLimiter(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.DefaultTimeLimiterProvider
Provides a time limiter.
getTimeLimiter(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.frameworks.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
 
getTimeoffset() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getTimeoutMilliseconds() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory
The timeout threshold.
getTimereceived() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getTimereceived() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getTimestamp() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The UTC timestamp at the end of Recasts processing, follows the ISO 8061 standard
getTimestamp() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The UTC timestamp at the end of Recasts processing, follows the ISO 8061 standard
getTimestamp() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
The time when the error occurred.
getTimestamp() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The time the execution log entry was created.
getTitle() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
This function returns the title of the card
getTitle() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.SlimButton
Returns the title of the button.
getTlsVersion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getTlsVersion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
The TLS version to be used when communicating over HTTP.
getTlsVersion() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
The TLS version to be used when communicating over HTTP.
getTlsVersion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getTlsVersion() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getTo() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
The 'to' recipients.
getToCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
getToCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
getToCurrency() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getToCurrencyfactor() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getToken() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.CsrfToken
 
getToken() - Method in class com.sap.cloud.sdk.cloudplatform.security.BearerCredentials
 
getTokenEndpoint() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
getTokenExchangeStrategy(DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationOptionsAugmenter
Retrieves the configured ScpCfDestinationTokenExchangeStrategy to use when loading destinations.
getTokenPath() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
 
getTokenService(ClientIdentity) - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache.Default
 
getTokenService(ClientIdentity) - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache
Get the 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.
getTransactions() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getTrustStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getTrustStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Returns the optional trust store of the destination.
getTrustStore() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Returns the optional trust store of the destination.
getTrustStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getTrustStore() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getTrustStore() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getTrustStore() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getTrustStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
getTrustStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Returns the optional trust store password of the destination.
getTrustStorePassword() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Returns the optional trust store password of the destination.
getTrustStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getTrustStorePassword() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
The trust store password of the destination.
getTrustStorePassword() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getTrustStorePassword() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
getTx() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getTxcount() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getTxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getTxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getTxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getTxid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getType() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
This represents the type of the object being accessed.
getType() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
This represents the type of owner for the data (e.g.
getType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
Get the type of the destination.
getType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
getType() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
getType() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
getType() - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
 
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.services.blockchain.multichain.model.MultichainAsset
 
getType() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
getType() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
getType() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
getType() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
getType() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Type of data object.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Type of data object.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Type of data object.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Type of the column, has to be either Condition (C) or Result (R)
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Type of the rule.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Value help type of the Element - User defined Static Value list (U), External OData Value Service(O)
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
ID of the project to be copied(UUID)
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Type of resource
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Type of the rule.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Type of the rule.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Type of the rule.
getType() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Type of the Component - Inline (I) or Association (A).
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
Returns the type of this button response
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardResponse
Returns the type of this response, which can not be altered by the user.
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CarouselResponse
returns the present type, which is immutable to the user.
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListResponse
returns the present type, which is immutable to the user.
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.MediaResponse
returns the present type, which is immutable to the user.
getType() - Method in interface com.sap.cloud.sdk.services.recastai.botresponses.ResponseInterface
Returns the type of the response.
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.TextResponse
returns the present type, which is immutable to the user.
getType() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.VideoResponse
returns the present type, which is immutable to the user.
getType() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Message
This method returns the type of the message
getType() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The type of the request, more info on the recast website
getType() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The type of the request, more info on recasts website
getType() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
The type of the attribute.
getType() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The type of the form definition version.
getType() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
The type of the attribute.
getType() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The execution log entry type.
getType() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getType() - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
getType() - Method in interface com.sap.cloud.sdk.testutil.TestSystem
The type of the test system.
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
 
getTypeName() - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.MethodArgumentDynamic
 
getTypeValue() - Method in enum com.sap.cloud.sdk.services.recastai.botresponses.ButtonType
Get the value to pass back to Recast
getUnits() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
getUpdate() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
The variables, which were updated in the context or the user task attributes, which were updated.
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.AbstractHttpDestination
 
getUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Getter for the URI to communicate with.
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
 
getUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
getUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
getUri() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
getUri() - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
getUri() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
getUri() - Method in interface com.sap.cloud.sdk.testutil.TestSystem
The URI of the test system.
getUrl() - Method in class com.sap.cloud.sdk.scp.Destination
 
getUrl() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Relative Service URL to value list on external system.
getUser() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AccessDeniedResponse
 
getUser() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
The user name to reach the service node via basic authentication.
getUserId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
The user who executed the action.
getUsername() - Method in class com.sap.cloud.sdk.cloudplatform.security.BasicCredentials
 
getUserName() - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
The user name.
getUsername() - Method in class com.sap.cloud.sdk.scp.Destination
 
getUserName() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getUsername() - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.HttpBasicAuth
Get the username
getUuid() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
Each input gets an UUID which can be obtained via this function.
getUuid() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The universally unique id for this request
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
 
getValid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getValid() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getValidFromDateTime() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.Header
 
getValue() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
getValue() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
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 class com.sap.cloud.sdk.datamodel.odata.helper.FilterExpressionWrapper
 
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.services.blockchain.multichain.model.MultichainOutput
 
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable.HitPolicyEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.ExpressionLanguageVersionEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element.BusinessDataTypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues.TypeEnum
Get the value of the enum
getValue() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Value code
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell.ModeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.ExpressionLanguageVersionEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.ExpressionLanguageVersionEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.ExpressionLanguageVersionEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset.PolicyEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf.PolicyEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation.CardinalityEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults.ModeEnum
Get the value of the enum
getValue() - Method in class com.sap.cloud.sdk.services.recastai.botresponses.SlimButton
Gets the value of the button, in case of a slim button this will be a text, but can also be an URL in other instances.
getValue() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
The value of the attribute.
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.Job.StatusEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.PriorityEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.StatusEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.PriorityEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.StatusEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob.PurposeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance.StatusEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog.TypeEnum
Get the value of the enum
getValue() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload.StatusEnum
Get the value of the enum
getValueByKey(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
returns the value of the leaf
getValueOrDefault(String) - Static method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
Returns the enum value for the given identifier.
getValueOrDefault(String) - Static method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.LogLevel
Returns the enum value for the given identifier.
getValues() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
getValues() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
Get values
getValueString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
 
getValueType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataBinaryAdapter
 
getValueType() - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCalendarAdapter
 
getVariableNameOfException(ASTCatchStatement) - Static method in class com.sap.cloud.sdk.quality.pmd.rules.PmdHelper
 
getVcapApplication() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Provides access to the "VCAP_APPLICATION" environment variable.
getVcapServices() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Provides access to the "VCAP_SERVICES" environment variable.
getVersion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
getVersion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getVersion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
version of the project.
getVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Get version
getVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Get version
getVersion() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
Get version
getVersion() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
The version of Recasts JSON, follows the Semantic Versioning Specification
getVersion() - Method in class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
The version of Recasts JSON, follows the Semantic Versioning Specification
getVersion() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
The technical version of the form definition version.
getVersion() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
The workflow definition version.
getVersion() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
The workflow definition version.
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(ODataHttpResponseWrapper) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
 
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.
getViewerGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The groups that are assigned to the viewer role on this workflow instance.
getViewerGroups() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The groups that should be assigned to the viewer role, as a comma-separated list.
getViewerUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
The users that are assigned to the viewer role on this workflow instance.
getViewerUsers() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
The users that should be assigned to the viewer role, as a comma-separated list.
getVin() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getVin() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getVocabulary() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Get vocabulary
getVocabulary() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Get vocabulary
getVocabulary() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Get vocabulary
getVocabulary() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Get vocabulary
getVocabulary() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Input vocabulary for rule service
getVocabulary() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Input vocabulary for rule service
getVout() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
getVout() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
getVout() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
getVout() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
getWalletdbversion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
getWalletversion() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
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.
getWorkflowDefinitionId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Specify the definition ID of the workflow the message belongs to.
getWorkflowDefinitionId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The definition ID of the workflow the user task instance belongs to.
getWorkflowDefinitions() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
A list of workflow definitions in case the form definition version is of type 'start'
getWorkflowInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Specify the workflow instance ID of the workflow instance that should receive the message.
getWorkflowInstanceId() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
The instance ID of the workflow the user task instance belongs to.
getXsAppName() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the "xsappname" from the XSUAA service instance credentials.
getXsuaaCredentialsByPlan(DecodedJWT) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Create a mapping of XSUAA instance credentials grouped by service plan.
getXsuaaServiceCredentials() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the XSUAA service credentials.
getXsuaaServiceCredentials(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the XSUAA service credentials.
getXsuaaServiceCredentials(DecodedJWT) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound XSUAA service instances based on the given JSON Web Token and the service plans of each instance.
getXsuaaServiceCredentialsList() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Retrieves the service credentials for all bound XSUAA service instances.
getXsuaaServiceToken() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
Retrieves a validated authentication token from the bound XSUAA instance.
getXsuaaTokenFlows() - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider
Shortcut method to instantiate an XSUAA request builder from the security library.
getXsuaaUri() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsHttpDestination
Returns the URI to be used to retrieve the AuthToken.
grant(Iterable<String>, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Grants permissions to addresses, a comma-separated list of addresses.
grantForAddress(String, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Grants permissions to an address.
grantForAddressFrom(String, String, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like grantForAddress, but with control over the from-address used to grant the permissions.
grantFrom(String, Iterable<String>, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like grant, but with control over the from-address used to grant the permissions.
grantWritePermissionsOnStream(String, Iterable<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Grants global receive and send permission and local write permission on stream
greaterThan(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
Filter by expression "gt".
greaterThan(Object) - 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(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(Object) - 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(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
 
groupId(String) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.MavenCoordinate.MavenCoordinateBuilder
 
groups(Map<String, AttachmentsContextGroups>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
Set the groups of this AttachmentsContext instance and return the same instance.
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
 
GsonMessageBodyProvider - Class in com.sap.cloud.sdk.frameworks.jaxrs
Message body reader and writer for JSON in JAX-RS.
GsonMessageBodyProvider() - Constructor for class com.sap.cloud.sdk.frameworks.jaxrs.GsonMessageBodyProvider
 
GsonResultElementFactory - Class in com.sap.cloud.sdk.result
Factory implementation that creates a ResultElement, based on a given JsonElement.
GsonResultElementFactory(GsonBuilder) - Constructor for class com.sap.cloud.sdk.result.GsonResultElementFactory
 
GsonResultObject - Class in com.sap.cloud.sdk.result
ResultObject implementation based on a JsonObject.
GsonResultObject(JsonObject, GsonResultElementFactory) - Constructor for class com.sap.cloud.sdk.result.GsonResultObject
 
GsonResultPrimitive - Class in com.sap.cloud.sdk.result
ResultPrimitive implementation based on a JsonPrimitive.
GsonResultPrimitive(JsonPrimitive) - Constructor for class com.sap.cloud.sdk.result.GsonResultPrimitive
 
GsonSerializer<T> - Interface in com.sap.cloud.sdk.cloudplatform.servlet.response.serializer
Interface facade for JSON serialization in Gson.
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 that must succeed in order to transition to the CLOSED state.
halfOpenBufferSize(int) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
The number of latest attempts in the HALF OPEN state that must succeed in order to transition to the CLOSED state.
handleError(ClientHttpResponse) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.RestTemplateResponseErrorHandler
 
handleException(Throwable, HttpServletResponse) - Method in class com.sap.cloud.sdk.frameworks.spring.response.SpringExceptionMapper
Logs the Throwable and fills the HttpServletResponse with the status code and description provided by the ErrorResponseBuilder.
HandleExceptionsRule - Class in com.sap.cloud.sdk.quality.pmd.rules
 
HandleExceptionsRule() - Constructor for class com.sap.cloud.sdk.quality.pmd.rules.HandleExceptionsRule
 
handleFeatureToggleChange(FeatureState) - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
Method that gets called if the feature identified by getFeatureToggleName is activated/deactivated.
handleMessage(Message) - Method in class com.sap.cloud.sdk.frameworks.cxf.security.SecureAnnotationsInterceptor
 
handleMessage(Message) - Method in class com.sap.cloud.sdk.frameworks.cxf.security.SecurityOutFaultInterceptor
 
has(Expressions.OperandSingle, ValueEnum) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
 
has(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
Filter by expression "has".
has(FilterableEnum<EntityT, EnumT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
Filter by expression "has".
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(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(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
Checks whether this object contains a custom field with the given name.
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.
hasError(ClientHttpResponse) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.RestTemplateResponseErrorHandler
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
 
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.AbstractScpDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AccessToken
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
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
 
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 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.ProxyConfiguration
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfRfcDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoRfcDestination
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
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.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.security.AccountSpecificAuthorization
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.Audience
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.Authorization
 
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.OAuth2ServiceSettings
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipal
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
 
hashCode() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
 
hashCode() - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
 
hashCode() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.AbstractMessage
Deprecated.
 
hashCode() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
 
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.ExpressionFluentHelper
 
hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FilterExpressionWrapper
 
hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
 
hashCode() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.UncheckedFilterExpression
 
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.frameworks.liquibase.SchemaPerTenantProvisioner
 
hashCode() - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
hashCode() - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
 
hashCode() - Method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeSubscriber
 
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.scp.Destination
 
hashCode() - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
hashCode() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
hashCode() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
 
hashCode() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
 
hashCode() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
hashCode() - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
hashCode() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
hashCode() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
hashCode() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
hashCode() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
 
hasPayload() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestResultGeneric
Check whether or not the HttpResponse contains (potentially empty) payload.
hasSubSequence(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.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(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
hasSubSequence(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.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(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.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(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
hasSubset(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
Filter by expression "hasSubset".
hasSubset(Iterable<ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableCollection
Filter by expression "hasSubset".
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 and headerValue 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
Creates a new header.
header(Header) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.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.ScpCfHttpDestination.Builder
Adds a header given by the headerName and headerValue to the list of headers added to every outgoing request for this destination.
header(Header) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.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.ScpNeoHttpDestination.Builder
Adds a header given by the headerName and headerValue to the list of headers added to every outgoing request for this destination.
header(Header) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
header(Header) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
HEADER_PROPERTY - Static variable in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Constant prefix for header key.
headerProviders(DestinationHeaderProvider...) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Registers the provided DestinationHeaderProvider instances on this Destination.
headers(Collection<? extends Header>) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
headers(Collection<? extends Header>) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
HexEncodingUtils - Class in com.sap.cloud.sdk.services.blockchain.multichain.utils
Util class to convert from and to hex
HexEncodingUtils() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.utils.HexEncodingUtils
 
hitPolicy(DecisionTable.HitPolicyEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the hitPolicy of this DecisionTable instance and return the same instance.
hostName(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings.AuthorizationServerSettingsBuilder
Deprecated.
 
hour(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
hour(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
HttpAllowOriginHeaderFilter - Class in com.sap.cloud.sdk.cloudplatform.security.servlet
Adjusts the headers of HttpServletRequest and HttpServletResponse.
HttpAllowOriginHeaderFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpAllowOriginHeaderFilter
 
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
 
HttpCachingHeaderFilter - Class in com.sap.cloud.sdk.cloudplatform.security.servlet
Activates caching in the ServletResponse, if applicable.
HttpCachingHeaderFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpCachingHeaderFilter
 
HttpClientAccessor - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Accessor for HttpClients.
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 given Destination.
HttpClientInstantiationException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity.exception
This exception is thrown if the HttpClient could not be build.
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(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
Initializes the exception by delegating the causing exception 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() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.exception.HttpClientInstantiationException
 
HttpClientListener - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Listener interface to be called when an HttpClient is about to be executed in the HttpClientWrapper.
HttpClientsThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Implementation of ThreadContextListener that enables the correct use of Destinations when working with non-container managed threads on all supported Cloud platforms.
HttpClientsThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientsThreadContextListener
 
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
 
httpHeaders - Variable in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Headers prepared for this destination.
httpMethod(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the httpMethod of this WorkflowInstanceExecutionLogRestEndpoint instance and return the same instance.
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.
HttpSecurityHeadersFilter - Class in com.sap.cloud.sdk.cloudplatform.security.servlet
Rejects non-HttpServletResponse responses and extends the header with some security settings.
HttpSecurityHeadersFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpSecurityHeadersFilter
 
HttpSecuritySettings - Interface in com.sap.cloud.sdk.cloudplatform
Represents the HTTP Security Settings of a CloudPlatform.
httpStatusCode - Variable in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The HTTP status code.

I

id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the id of this AdminData instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Set the id of this CreateVersionInput instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the id of this DataObject instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the id of this DataObjectObject instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the id of this DecisionTableColumn instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
Set the id of this DecisionTableRow instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the id of this DecisionTableRule instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the id of this ProjectObject instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the id of this ProjectVersionObject instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the id of this Rule instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the id of this RuleObject instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the id of this RuleService instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the id of this Ruleset instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the id of this StructureComponent instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the id of this TableParameter instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the id of this TextBranches instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Set the id of this TextDefault instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the id of this TextOperation instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the id of this TextPredefinedResults instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the id of this Version instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the id of this VersionObject instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
Set the id of this ConsumingWorkflowInstance instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the id of this CustomAttribute instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the id of this FormMetadata instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
Set the id of this FormMetadataWorkflowDefinitions instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
Set the id of this SampleContext instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the id of this TaskDefinition instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
Set the id of this TaskDefinitionAttribute instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the id of this TaskInstance instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the id of this WorkflowDefinition instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
Set the id of this WorkflowDefinitionJob instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the id of this WorkflowDefinitionVersion instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the id of this WorkflowInstance instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the id of this WorkflowInstanceExecutionLog instance and return the same instance.
id(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
Set the id of this WorkflowInstancesUpdatePayload instance and return the same instance.
identifier - Variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
An unique identifier of the attribute accessed.
identifier() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
 
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
 
ignored(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the ignored of this WorkflowInstanceExecutionLogRecipients instance and return the same instance.
ignoreUserId - Static variable in class com.sap.cloud.sdk.frameworks.eclipselink.IgnoreUserSessionListener
The property to ignore user identifier.
IgnoreUserSessionListener - Class in com.sap.cloud.sdk.frameworks.eclipselink
SessionEventAdapter initializing the "ignoreUserId" property with false.
IgnoreUserSessionListener() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.IgnoreUserSessionListener
 
ignoreVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
ignoreVersionIdentifier() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
ignoringVersionIdentifier(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
ignoringVersionIdentifier(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
IllegalArgumentExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
IllegalArgumentExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.IllegalArgumentExceptionMapper
 
importAddress(String, String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Adds the address (or a full public key) to the wallet, without an associated private key.
importAddresses(List<String>, String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Adds the array of addresses (or of full public keys) to the wallet, without an associated private key.
importProject(Project) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Import a project to design time repository
importRule(File) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ExportImportApi
Import rule expressions from Excel into decision table rule
in(Expressions.Operand...) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
Filter by expression "in".
in(Object...) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
Filter by expression "in".
in(FilterableCollection) - 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(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<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableComplex
Filter by expression "in".
in(FilterableCollection<?, EnumT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableEnum
Filter by expression "in".
in(PrimitiveT...) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
Filter by expression "in".
in(FilterableCollection<?, PrimitiveT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableValue
Filter by expression "in".
includedInterface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the includedInterface of this ProjectObject instance and return the same instance.
includedInterface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the includedInterface of this ProjectVersionObject instance and return the same instance.
includingFields(EntityField<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.
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.
inclusion(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Set the inclusion of this RulesetAllOfVocabulary instance and return the same instance.
indexOf(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by expression "indexOf".
indexOf(Iterable<?>) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.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(ValueString) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "indexof".
indexOf(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
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(Iterable<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(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "indexof".
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.AuthContextFilter
 
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpAllowOriginHeaderFilter
 
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpCachingHeaderFilter
 
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.HttpSecurityHeadersFilter
 
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.ProviderAccountFilter
 
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.security.servlet.RoleFilter
 
init(FilterConfig) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessorFilter
 
initialize(HttpServletRequest) - Static method in class com.sap.security.auth.service.UserSession
 
initializeAccessor(HttpServletRequest) - Static method in class com.sap.security.um.service.api.UserSessionAccessor
 
initiatorId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the initiatorId of this WorkflowInstanceExecutionLog instance and return the same instance.
input(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Set the input of this Vocabulary instance and return the same instance.
inputSpec(String) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
 
InstallLocalMojo - Class in com.sap.cloud.sdk.scp
 
InstallLocalMojo() - Constructor for class com.sap.cloud.sdk.scp.InstallLocalMojo
 
instanceNumber(String) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
IntegerExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Integer.
IntegerExtractor() - Constructor for class com.sap.cloud.sdk.result.IntegerExtractor
 
Intent - Class in com.sap.cloud.sdk.services.recastai.userrequest
This class represents an intent as identified by Recast.
Intent() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.Intent
 
invalidateAll() - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
Invalidates all entries in all caches.
invalidateCache(ResilienceConfiguration) - Method in interface com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorationStrategy
Deprecated.
Please use ResilienceDecorationStrategy.clearAllCacheEntries(ResilienceConfiguration) to clear all cache entries for all tenants and principals. You may also use ResilienceDecorationStrategy.clearCache(ResilienceConfiguration) to clear the cache with respect to tenant/principal isolation.
invalidateCache(ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
Deprecated.
Please use ResilienceDecorator.clearAllCacheEntries(ResilienceConfiguration) to clear all cache entries for all tenants and principals. You may also use ResilienceDecorator.clearCache(ResilienceConfiguration) to clear the cache with respect to tenant/principal isolation.
invalidateCache() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache.Default
 
invalidateCache() - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache
Invalidate the cache.
invalidateCache() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper
Invalidates the cached service bindings so that the wrapped ServiceBindingLoader will be called the next time SimpleCachingServiceBindingLoaderWrapper.load() is invoked.
invalidateCache(ResilienceConfiguration) - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
Deprecated.
invalidateCaches() - Static method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Invalidates all internal caches holding the parsed VCAP_APPLICATION and VCAP_SERVICES environment variables.
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.
InvalidFieldFormatResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Invalid Field Format.
InvalidFieldFormatResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidFieldFormatResponse
Default constructor.
InvalidFieldFormatResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidFieldFormatResponse
Constructor with field reference.
InvalidJsonResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Invalid JSON.
InvalidJsonResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidJsonResponse
Default constructor.
InvalidParameterException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
Thrown when a parameter is invalid.
InvalidParameterException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.InvalidParameterException
Creates the exception given the optional invalid parameter.
InvalidParameterException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.InvalidParameterException
Creates the exception given the optional invalid parameter and cause.
InvalidParameterResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Invalid Parameter.
InvalidParameterResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidParameterResponse
Default constructor.
InvalidParameterResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.InvalidParameterResponse
Constructor with parameter reference.
Invocation(String, List<ApiUsageMetadata.MethodArgument>) - Constructor for class com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
 
invoke(HttpRequestBase, Function<HttpResponse, R>) - Method in class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlService
Invokes the given request against the service and returns results.
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.
invokeOrQuery(FabricInvocationType, String, String, String...) - Method in class com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricService
Deprecated.
Access a function exposed by a chaincode.
InvokeRuleServiceApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api
Rule Execution API for Cloud Foundry in version v2.
InvokeRuleServiceApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.InvokeRuleServiceApi
Instantiates this API class to invoke operations on the Rule Execution API for Cloud Foundry.
InvokeRuleServiceApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.InvokeRuleServiceApi
Instantiates this API class to invoke operations on the Rule Execution API for Cloud Foundry based on a given ApiClient.
invokeRuleServiceVersion(RuleServiceVersionInvocationInput) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.InvokeRuleServiceApi
Invoke a revision or version of a rule service
invokeWorkingsetRuleService(WorkingsetRuleServiceInvocationInput) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.InvokeRuleServiceApi
Invoke a working set rule service
isActive(FeatureState, FeatureUser) - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantActivationStrategy
 
isActive(FeatureState, FeatureUser) - Method in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserActivationStrategy
 
isALeafKey(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
checks if a key corresponds to a leaf.
isCachingMetadata() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
 
isCascade() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
Indicate whether the statuses of the whole cascade of workflow instances are changed, including the workflow instance given in the API request as well as its subflow instances, or only of the given workflow instance.
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.
isDeleted() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
If set to true, the workflow instance and related data (for example, execution logs) are deleted.
isDeleteTargetDirectory() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
 
isDeleteTargetDirectory() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
 
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.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.
isEnabled() - Method in interface com.sap.cloud.sdk.frameworks.togglz.Feature
Returns whether this Feature is enabled or not.
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.
isExtensible() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
The dataobject can be made extensible by setting the property to true
isExtensible() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
The dataobject can be made extensible by setting the property to true
isExtensible() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
The dataobject can be made extensible by setting the property to true
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.
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 class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Verifies that this object can be converted to a HttpDestination.
isHttp() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
Verifies that this object can be converted to a HttpDestination.
isHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
Verifies that this object can be converted to a HttpDestination.
isHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
Verifies that this object can be converted to a HttpDestination.
isHttp() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
Verifies that this object can be converted to a HttpDestination.
isIndirect(Boolean) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
isInversionAllowed(Boolean) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail.ExchangeRateTypeDetailBuilder
 
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.
isNegateOperator() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
 
isNotConvertible() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
Checks whether the conversion failed and the value could not be converted.
isolationMode() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
 
isolationMode(ResilienceIsolationMode) - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration
 
isOperationSuccessful() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
Flag indicating whether the operation succeeded.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.GsonMessageBodyProvider
 
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
Checks whether this ResultElement represents a collection of result elements and, therefore, is a ResultCollection.
isResultCollection() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
Checks whether this ResultElement represents a collection of result elements and, therefore, is a ResultCollection.
isResultCollection() - Method in interface com.sap.cloud.sdk.result.ResultElement
Checks whether this ResultElement represents a collection of result elements and, therefore, is a ResultCollection.
isResultObject() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
isResultObject() - Method in class com.sap.cloud.sdk.result.GsonResultObject
Checks whether this ResultElement represents a structured object and, therefore, is a ResultObject.
isResultObject() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
Checks whether this ResultElement represents a structured object and, therefore, is a ResultObject.
isResultObject() - Method in interface com.sap.cloud.sdk.result.ResultElement
Checks whether this ResultElement represents a structured object and, therefore, is a ResultObject.
isResultPrimitive() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 
isResultPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultObject
Checks whether this ResultElement represents an unstructured value and, therefore, is a ResultPrimitive.
isResultPrimitive() - Method in class com.sap.cloud.sdk.result.GsonResultPrimitive
Checks whether this ResultElement represents an unstructured value and, therefore, is a ResultPrimitive.
isResultPrimitive() - Method in interface com.sap.cloud.sdk.result.ResultElement
Checks whether this ResultElement represents an unstructured value and, therefore, is a ResultPrimitive.
isRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestination
Verifies that this object can be converted to a RfcDestination.
isRfc() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.Destination
Verifies that this object can be converted to a RfcDestination.
isRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestination
Verifies that this object can be converted to a RfcDestination.
isRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestination
Verifies that this object can be converted to a RfcDestination.
isRfc() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
Verifies that this object can be converted to a RfcDestination.
isRoot() - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
isSendDisabled() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Indicates whether the sending of emails is disabled.
isServiceMethodsPerEntitySet() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
 
isServiceMethodsPerEntitySet() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
 
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, and false 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, and false if it is an OData complex type.
issue(String, String, int) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Creates a new asset on the blockchain, sending the initial qty units to address.
issue(String, String, int, Map<String, Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Creates a new asset on the blockchain, sending the initial qty units to address.
isTrustingAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpDestination
 
isTrustingAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination
Indicates whether all server certificates should be accepted when communicating over HTTP.
isTrustingAllCertificates() - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Indicates whether all server certificates should be accepted when communicating over HTTP.
isTrustingAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
 
isTrustingAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination
Indicates whether all server certificates should be accepted when communicating over HTTP.
isTrustingAllCertificates(Boolean) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
isTrustingAllCertificates(Boolean) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
isValueOnly() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Flag to specify the condition is value only
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.GsonMessageBodyProvider
 
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
 
iterator() - Method in class com.sap.cloud.sdk.result.DefaultResultCollection
 

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 from Calendar.
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 a Calendar.
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
Jackson deserializer that is able to read LocalTime fields, based on a common logic reading from Calendar.
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
Jackson deserializer that is able to write LocalTime fields, based on a common logic writing a Calendar.
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
Jackson deserializer adapter for VdmEntity and VdmObject types.
JacksonVdmObjectDeserializer() - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.adapter.JacksonVdmObjectDeserializer
Default constructor.
JacksonVdmObjectSerializer - Class in com.sap.cloud.sdk.datamodel.odatav4.adapter
Jackson serializer adapter for VdmEntity and VdmObject types.
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 from Calendar.
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 a Calendar.
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
 
JaxRsErrorResponseBuilder - Class in com.sap.cloud.sdk.frameworks.jaxrs.response
Class representing an error response that is returned by a JAX-RS service.
JaxRsErrorResponseBuilder() - Constructor for class com.sap.cloud.sdk.frameworks.jaxrs.response.JaxRsErrorResponseBuilder
 
JaxRsExceptionMapper - Class in com.sap.cloud.sdk.frameworks.jaxrs.response
Global exception handler using the JAX-RS ExceptionMapper mechanic.
JaxRsExceptionMapper() - Constructor for class com.sap.cloud.sdk.frameworks.jaxrs.response.JaxRsExceptionMapper
Default constructor, adding the handling of additional JAX-RS Exceptions.
JmsMessageDelegator - Class in com.sap.cloud.sdk.datamodel.messaging.jms
Deprecated.
JmsMessageDelegator(MessageDelegator) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessageDelegator
Deprecated.
Instantiates this class and expects an instance of MessageDelegator that is informed upon the reception of a JMS message.
JmsMessageDelegator(MessageDelegator, JmsMessagingVdmConverter) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessageDelegator
Deprecated.
Instantiates this class and expects an instance of MessageDelegator plus an instance of a JmsMessagingVdmConverter.
JmsMessagingVdmConverter - Class in com.sap.cloud.sdk.datamodel.messaging.jms
Deprecated.
JmsMessagingVdmConverter() - Constructor for class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessagingVdmConverter
Deprecated.
Creates a converter instance with the MessageFactoryMapper provided by other dependencies.
JmsMessagingVdmConverter(MessageFactoryMapper...) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessagingVdmConverter
Deprecated.
Creates a converter instance with the MessageFactoryMapper provided by other dependencies, plus the provided MessageFactoryMapper instances on top.
JndiLookupAccessor - Class in com.sap.cloud.sdk.cloudplatform.naming
Helper class for performing JNDI lookups.
JndiLookupFacade - Interface in com.sap.cloud.sdk.cloudplatform.naming
The facade interface to manage JNDI lookups on the cloud platform.
Job - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
Job
Job() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
 
Job.StatusEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The status of the job.
JobError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
JobError
JobError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
 
jobs(List<WorkflowDefinitionJob>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the jobs of this WorkflowDefinition instance and return the same instance.
JobsApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
JobsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.JobsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
JobsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.JobsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
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.
JsonSyntaxExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
JsonSyntaxExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.JsonSyntaxExceptionMapper
 

K

KEEP_EVERYTHING - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
A DefaultServiceBindingMergingStrategy.KeySelector that keeps each and every service binding.
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 Type in com.sap.cloud.sdk.s4hana.datamodel.odata.annotation
Annotation to mark a field in a VDM entity as being a key field.
key(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Set the key of this ElementValuesFields instance and return the same instance.
keyMatchesParameters() - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
Creates a CacheFilter, which matches all cache entries associated with GenericCacheKeys that are accessible with respect to the parameters in the ResilienceConfiguration.CacheConfiguration in the corresponding ResilienceConfiguration.
keyMatchesParameters(Iterable<Object>) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
Creates a CacheFilter, which includes all cache entries associated with GenericCacheKeys 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 with GenericCacheKeys that are accessible with respect to the Principal used at the time when the CacheFilter is applied.
Whether the CacheFilter considers the Principal, depends on the ResilienceIsolationMode stored in the corresponding ResilienceConfiguration.
keyMatchesPrincipal(Principal) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
Creates a CacheFilter, which includes all cache entries associated with GenericCacheKeys that are accessible with respect to the passed Principal.
keyMatchesTenant(Tenant) - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
Creates a CacheFilter, which includes all cache entries associated with GenericCacheKeys that are accessible with respect to the passed Tenant.
keyMatchesTenant() - Static method in interface com.sap.cloud.sdk.cloudplatform.resilience.CacheFilter
Creates a CacheFilter, which matches all cache entries associated with GenericCacheKeys that are accessible with respect to the Tenant used at the time when the CacheFilter is applied.
Whether the CacheFilter considers the Tenant, depends on the ResilienceIsolationMode stored in the corresponding ResilienceConfiguration.
keySelector(DefaultServiceBindingMergingStrategy.KeySelector) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy.DefaultServiceBindingMergingStrategyBuilder
 
keysetPath(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
 
keyStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the KeyStore to be used when communicating over HTTP.
keyStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the KeyStore used by the destination to the given value.
keyStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the key store of the destination.
keyStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
keyStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
KeyStoreAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.secret.exception
Runtime exception indicating that there was an issue while accessing the key store.
KeyStoreAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.KeyStoreAccessException
Initializes the exception by delegating the message to the super constructor.
KeyStoreAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.KeyStoreAccessException
Initializes the exception by delegating the causing exception to the super constructor.
KeyStoreAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.KeyStoreAccessException
Initializes the exception by delegating the message and the causing exception to the super constructor.
KeyStoreAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.KeyStoreAccessException
 
keyStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the key store password for the corresponding KeyStore used by the DefaultHttpDestination to access the key store.
keyStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the password of the key store.
keyStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the key store password of the destination.
keyStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
keyStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 

L

label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the label of this AdminData instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the label of this DataObject instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the label of this DataObjectObject instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the label of this DecisionTableColumn instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the label of this DecisionTableRule instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the label of this ProjectObject instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the label of this ProjectVersionObject instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the label of this Rule instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the label of this RuleObject instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the label of this RuleService instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the label of this Ruleset instance and return the same instance.
label(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the label of this StructureComponent instance and return the same instance.
label(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the label of this CustomAttribute instance and return the same instance.
label(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
Set the label of this TaskDefinitionAttribute instance and return the same instance.
language(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Set the language of this ElementValuesFields instance and return the same instance.
LAST_NAME - Static variable in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Attribute key for last name.
lastChangedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the lastChangedAt of this TaskInstance instance and return the same instance.
le(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Less than or equals expression fluent helper.
leaves - Variable in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
leaves encoded in a mapping of the index to the value
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(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
 
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".
LeonardoMlFoundation - Class in com.sap.cloud.sdk.services.scp.machinelearning
Facade listing the available services.
LeonardoMlFoundation() - Constructor for class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlFoundation
 
LeonardoMlService - Class in com.sap.cloud.sdk.services.scp.machinelearning
A generic service accessor for Leonardo ML Services.
LeonardoMlService(ScpCfService) - Constructor for class com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlService
Create an instance with the ML service information provided.
LeonardoMlServiceType - Enum in com.sap.cloud.sdk.services.scp.machinelearning
There are two kinds of service types in Leonardo ML Foundation on Cloud Foundry: The Cloud Foundry service type and the Leonardo ML Foundation service type.
lessThan(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonRelative
Filter by expression "lt".
lessThan(Object) - 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(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(Object) - 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(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
 
lineType(TableLineType) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Set the lineType of this Table instance and return the same instance.
linkToApiBusinessHub(boolean) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
Defines whether to generate API reference URLs linking to the SAP API Business Hub.
linkToApiBusinessHub() - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
Activates generation of API reference URLs linking to the SAP API Business 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 API Business Hub.
linkToApiBusinessHub() - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
Activates generation of API reference URLs linking to the SAP API Business Hub.
LiquibaseProvider - Class in com.sap.cloud.sdk.frameworks.liquibase
Updates the database to the state given by the liquibase configuration file.
LiquibaseProvider() - Constructor for class com.sap.cloud.sdk.frameworks.liquibase.LiquibaseProvider
 
listAddresses(List<String>, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about the passed addresses in the wallet.
listAllAddresses() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about all addresses in the wallet.
listAllAddresses(boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about all addresses in the wallet.
listAllPermissions(Iterable<String>, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a list of all permissions which have been explicitly granted to addresses.
listAllPermissionsForAddress(String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a list of all permissions which have been explicitly granted to addresses.
listAllStreamItems(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Lists all items in stream, passed as a stream name, ref or creation txid.
listAllStreamKeys(String, boolean, int, int, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Provides information about all keys in stream, passed as a stream name, ref or creation txid Hex-data entries are decoded to ASCII strings.
listAllStreams() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about all streams created on the blockchain.
listAssets() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
 
listAssets(Map<String, Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Pass an asset name, ref or issuance txid in assets to retrieve information about one asset only, an array thereof for multiple assets, or * for all assets.
listBlocks(String, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about the blocks specified, on the active chain only.
ListContent - Class in com.sap.cloud.sdk.services.recastai.botresponses
This class wraps around a list of Card Contents and buttons to be send to a conversation.
ListContent() - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ListContent
 
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.
listLockUnspent() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a list of locked unspent transaction outputs in the wallet.
listPermissions(Collection<MultichainPermission>, Iterable<String>, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a list of all permissions which have been explicitly granted to addresses.
listPermissions(Collection<MultichainPermission>, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a list of all permissions which have been explicitly granted to addresses.
ListResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
This is the outermost wrapper for a list to be sent to a conversation.
ListResponse(ListContent) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ListResponse
Construtor to allow a building with an existing ListContent object
ListResponse() - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.ListResponse
Construtor to allow incremental building without an existing ListContent object
listStreamItems(String, boolean, int, int, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Lists items in stream, passed as a stream name, ref or creation txid.
listStreamKeyItems(String, String, boolean, int, int, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like listStreamItems, but listing items with the given key only.
listStreamKeys(String, List<String>, boolean, int, int, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Provides information about keys in stream, passed as a stream name, ref or creation txid Hex-data entries are decoded to ASCII strings.
listStreamPublisherItems(String, String, boolean, int, int, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like liststreamitems, but listing items published by the given address only.
listStreamPublishers(String, List<String>, boolean, int, int, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Provides information about publishers who have written to stream, passed as a stream name, ref or creation txid
listStreams(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns information about streams created on the blockchain.
listUnspent(int, int, List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Returns a list of unspent transaction outputs (UTXO) in the wallet, with between minconf and maxconf confirmations.
literal(byte[]) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary
 
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
 
literal(LocalDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate
 
literal(LocalDateTime) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTime
 
literal(OffsetDateTime) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset
 
literal(Duration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDuration
 
literal(String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueEnum
 
literal(String, String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueEnum
 
literal(UUID) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueGuid
 
literal(Number) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueNumeric
 
literal(String) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueString
 
literal(LocalTime) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay
 
load() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader
 
load() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader
 
load() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.OneTimeServiceBindingLoaderWrapper
 
load() - Method in interface com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingLoader
Loads all existing service bindings for the current application.
load() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger
 
load() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper
 
loadCredentials(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
loadCredentials(File) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
loader(ServiceBindingLoader) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.ServiceBindingMergerBuilder
 
loaders(Collection<? extends ServiceBindingLoader>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.ServiceBindingMergerBuilder
 
loadServiceBinding(Path) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
 
loadServiceBinding(Path) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorSecretKeyFileSystemStructureParsingStrategy
 
loadTestSystems(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
loadTestSystems(File) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
loadTypedDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
This executes the same logic as DestinationLoader.tryGetDestination(String) but provides the returned Destination in a more specific type.
LocalDateGsonSerializer - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.serializer
Class for serialization of LocalDate from and to JsonElement.
LocalDateGsonSerializer() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.serializer.LocalDateGsonSerializer
 
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 new LocalDateTime.
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
 
locale(Locale) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
LocaleAccessor - Class in com.sap.cloud.sdk.cloudplatform.servlet
Accessor for retrieving the current Locale.
LocaleFacade - Interface in com.sap.cloud.sdk.cloudplatform.servlet
Facade interface to provide access to single and multiple current locales.
LocalScopePrefixExtractor - Class in com.sap.cloud.sdk.cloudplatform.security.principal
This class contains the logic to extract the values of the scope claim of a JWT and returns it as a Set of Authorizations.
LocalScopePrefixExtractor(LocalScopePrefixProvider) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.LocalScopePrefixExtractor
Creates a new instance with the given LocalScopePrefixProvider which provides the prefix of the scopes to be used.
LocalScopePrefixProvider - Interface in com.sap.cloud.sdk.cloudplatform.security.principal
The interface representing the strategy used by the LocalScopePrefixExtractor to determine the local scope prefix (i.e.
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
Converts between the deprecated Calendar type and the new LocalTime.
LocalTimeCalendarConverter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.LocalTimeCalendarConverter
 
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
 
lockUnspent(boolean, List<MultichainUTXO>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
If unlock is false, locks the specified transaction outputs in the wallet, so they will not be used for automatic coin selection.
log - Static variable in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpDestinationProperties
Logger for interface.
log(SessionLogEntry) - Method in class org.eclipse.persistence.logging.slf4j.EclipseLinkToSlf4jSessionLogger
logAsError(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Only sets the error log level for any Throwable of the given type.
logAsError(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Defines the use of log level "error" for the given type of Throwable.
logAsInfo(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Only sets the info log level for any Throwable of the given type.
logAsInfo(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Defines the use of log level "info" for the given type of Throwable.
logAsLevel(Class<ThrowableT>, LogLevel) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Only sets a specific server-side log level for any Throwable of the given type.
logAsLevel(Class<ThrowableT>, LogLevel) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Defines the log level to use for the given type of Throwable.
logAsWarning(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Only sets the warning log level for any Throwable of the given type.
logAsWarning(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Defines the use of log level "warning" for the given type of Throwable.
logConfigChange(AccessRequester, AuditedDataObject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the change of some attributes of configuration data.
logConfigChange(AccessRequester, AuditedDataObject, Throwable, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the change of some attributes of configuration data.
logConfigChange(AuditedDataObject, Throwable, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the change of some attributes of configuration data by the current request.
logConfigChange(AccessRequester, AuditedDataObject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logConfigChange(AccessRequester, AuditedDataObject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the change of some attributes of configuration data.
logConfigChange(AccessRequester, AuditedDataObject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the change of some attributes of configuration data.
logConfigChangeBeginning(AccessRequester, AuditedDataObject, AccessedAttribute, AccessedAttribute...) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the start of a change of some attributes of configuration data.
logConfigChangeBeginning(AccessRequester, AuditedDataObject, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the start of a change of some attributes of configuration data.
logConfigChangeBeginning(AuditedDataObject, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the start of a change of some attributes of configuration data by the current request.
logConfigChangeBeginning(AccessRequester, AuditedDataObject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logConfigChangeBeginning(AccessRequester, AuditedDataObject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the start of a change of some attributes of configuration data.
logConfigChangeBeginning(AccessRequester, AuditedDataObject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the start of a change of some attributes of configuration data.
logDataRead(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the read access to some attributes of an object.
logDataRead(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the read access to some attributes of an object.
logDataRead(AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the read access to some attributes of an object by the current request.
logDataRead(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logDataRead(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the read access to some attributes of an object.
logDataRead(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the read access to some attributes of an object.
logDataReadAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the attempt to read some attributes from an object.
logDataReadAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the attempt to read some attributes from an object.
logDataReadAttempt(AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the attempt to read some attributes from an object by the current request.
logDataReadAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logDataReadAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the attempt to read some attributes from an object.
logDataReadAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the attempt to read some attributes from an object.
logDataWrite(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the modification of some attributes of an object.
logDataWrite(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the modification of some attributes of an object.
logDataWrite(AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the modification of some attributes of an object by the current request.
logDataWrite(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logDataWrite(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the modification of some attributes of an object.
logDataWrite(AccessRequester, AuditedDataObject, AuditedDataSubject, Throwable, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the modification of some attributes of an object.
logDataWriteAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the attempt to write to some attributes of an object.
logDataWriteAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the attempt to write to some attributes of an object.
logDataWriteAttempt(AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the attempt to write to some attributes of an object by the current request.
logDataWriteAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logDataWriteAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the attempt to write to some attributes of an object.
logDataWriteAttempt(AccessRequester, AuditedDataObject, AuditedDataSubject, AccessedAttribute, AccessedAttribute...) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the attempt to write to some attributes of an object.
logId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
Set the logId of this ConflictErrorError instance and return the same instance.
logId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
Set the logId of this JobError instance and return the same instance.
logId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the logId of this TechnicalErrorError instance and return the same instance.
logId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the logId of this WorkflowInstanceErrorMessage instance and return the same instance.
logId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
Set the logId of this WorkflowInstanceExecutionLogError instance and return the same instance.
LogLevel - Enum in com.sap.cloud.sdk.cloudplatform.servlet.response
Target log level for error response.
logLevel(LogLevel) - Method in class com.sap.cloud.sdk.datamodel.openapi.generator.model.GenerationConfiguration.GenerationConfigurationBuilder
 
LogLevel - Enum in com.sap.cloud.sdk.datamodel.openapi.generator.model
The Log Level denotes to which extent log messages are printed to the application log.
LogonErrorResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Logon Error.
LogonErrorResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.LogonErrorResponse
Default constructor.
LogonErrorResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.LogonErrorResponse
Constructor with description.
logSecurityEvent(AccessRequester, String, Throwable) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs a generic security event.
logSecurityEvent(AccessRequester, String, Throwable) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs a generic security event.
logSecurityEvent(String, Throwable) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs a generic security event by the current request.
logSecurityEvent(AccessRequester, String, Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logSecurityEvent(AccessRequester, String, Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs a generic security event.
logSecurityEvent(AccessRequester, String, Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs a generic security event.
logSecurityEventBeginning(AccessRequester, String) - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLog
Logs the start of a generic security event.
logSecurityEventBeginning(AccessRequester, String) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the start of a generic security event.
logSecurityEventBeginning(String) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Logs the start of a generic security event by the current request.
logSecurityEventBeginning(AccessRequester, String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.DefaultLoggerAuditLog
 
logSecurityEventBeginning(AccessRequester, String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLog
Logs the start of a generic security event.
logSecurityEventBeginning(AccessRequester, String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Logs the start of a generic security event.
LongExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Long.
LongExtractor() - Constructor for class com.sap.cloud.sdk.result.LongExtractor
 
lookup(String) - Static method in class com.sap.cloud.sdk.cloudplatform.naming.JndiLookupAccessor
Looks up the object for the given name.
LowercaseNameFormattingStrategy - Class in com.sap.cloud.sdk.datamodel.odata.generator
The NameFormattingStrategy used when processing an entity's properties.
LowercaseNameFormattingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.LowercaseNameFormattingStrategy
 
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.odatav4.generator.LowercaseNameFormattingStrategy
 
lt(FieldT) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Less than expression fluent helper.

M

main(String[]) - Static method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGeneratorCli
Starts the command line parser and, based on the given parameter, executes the ODataToVdmGenerator.
main(String[]) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGeneratorCli
Starts the command line parser and, based on the given parameter, executes the ODataToVdmGenerator.
main(String[]) - Static method in class com.sap.cloud.sdk.datamodel.openapi.generator.DataModelGeneratorCli
Starts the generation of an OpenAPI VDM, based on the given arguments.
ManagedSystemObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ManagedSystemObject
ManagedSystemObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
 
ManagedSystemResponseObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ManagedSystemResponseObject
ManagedSystemResponseObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
 
ManagedSystemResponseObjectAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ManagedSystemResponseObjectAllOf
ManagedSystemResponseObjectAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
 
ManagedSystemsApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
ManagedSystemsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
ManagedSystemsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
MandatoryFieldsMissingResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Mandatory Fields Missing.
MandatoryFieldsMissingResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.MandatoryFieldsMissingResponse
Default constructor.
MandatoryFieldsMissingResponse(Collection<String>, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.MandatoryFieldsMissingResponse
Constructor with field reference.
match(ScpCfServiceInfo) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator
Evaluate this designator's parameter settings against the given service info instance.
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(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "matchesPattern".
matches(ValueString) - 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".
matches(FilterableString<EntityT>) - 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
 
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
 
MAX_STACK_TRACE_LEVEL - Static variable in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
The maximum stack trace level to recurse into during error response building.
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.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
The maximum number of connections per route.
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
 
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.
MediaResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
This class wraps around a URL to send a picture or video to a conversation.
MediaResponse(String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.MediaResponse
The contructor to generate a new media Response with an URL
merge(URI, URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.UriPathMerger
Merges two URI paths, checking that both URIs have the same scheme, host and port.
merge(List<Map<String, JsonArray>>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
 
merge(List<Map<String, JsonArray>>) - Method in interface com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.MergingStrategy
Merges the given serviceBindingsCollection.
mergeMerkleProofs(Set<MerkleProof>) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.VisibilityUtils
Merges a set of MerkleProofs to one MerkleProof.
mergingStrategy(ServiceBindingMerger.MergingStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.ServiceBindingMergerBuilder
 
MerkleProof - Class in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
MerkleProof Class is the implementation of the Merkle Proof.
MerkleProof(ProtocolVersion, Map<Integer, String>, Map<Integer, String>, Map<String, String>, int) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
creates a MerkleProof, assuming the SHA-256 hashing algorithm
MerkleProof(ProtocolVersion, Map<Integer, String>, Map<Integer, String>, Map<String, String>, int, String) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleProof
creates a MerkleProof
MerkleTree - Interface in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
The purpose of this class is to create Merkle Tree.
Each node has either two child nodes or one leaf.
MerkleTreeFactory - Class in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
This is the factory class to instantiate the Merkle tree
MerkleTreeFactory() - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTreeFactory
 
Message - Interface in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
message(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Set the message of this ErrorError instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
Set the message of this ErrorErrorDetails instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Set the message of this ErrorMessageError instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
Set the message of this ErrorMessageErrorDetails instance and return the same instance.
Message - Class in com.sap.cloud.sdk.services.recastai.userrequest
This object represents the reaction of a chatbot and the responds the chatbot sents back.
Message() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.Message
 
message(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
Set the message of this ConflictErrorError instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
Set the message of this JobError instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the message of this TechnicalErrorError instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
Set the message of this TechnicalErrorErrorDetails instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the message of this WorkflowInstanceErrorMessage instance and return the same instance.
message(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
Set the message of this WorkflowInstanceExecutionLogError instance and return the same instance.
MessageCollector - Class in com.sap.cloud.sdk.datamodel.odata.generator
Wrapper for the LoggerFactory, collecting all logged messages.
MessageCollector() - Constructor for class com.sap.cloud.sdk.datamodel.odata.generator.MessageCollector
 
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.odatav4.generator.MessageCollector
 
MessageDelegator - Interface in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
messageDigest - Variable in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
messageDigest to perform hashing function
MessageFactory<MessageT extends Message> - Interface in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
MessageFactoryMapper - Interface in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
MessageListener<MessageT extends Message> - Interface in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
MessageResponseWrapper - Class in com.sap.cloud.sdk.services.recastai
Wraps around multiple response objects to send them to a conversation in one single json object.
MessageResponseWrapper() - Constructor for class com.sap.cloud.sdk.services.recastai.MessageResponseWrapper
 
MessagesApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
MessagesApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.MessagesApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
MessagesApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.MessagesApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
MessagingException - Exception in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
MessagingException(String) - Constructor for exception com.sap.cloud.sdk.datamodel.messaging.core.MessagingException
Deprecated.
Thrown in case an error occurs upon reception of a message.
MessagingException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.messaging.core.MessagingException
Deprecated.
Thrown in case an error occurs upon reception of a message.
MessagingException(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.messaging.core.MessagingException
Deprecated.
Thrown in case an error occurs upon reception of a message.
MessagingVdmConverter - Class in com.sap.cloud.sdk.datamodel.messaging.core
Deprecated.
MessagingVdmConverter(MessageFactoryMapper...) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.MessagingVdmConverter
Deprecated.
Creates a converter instance with the provided MessageFactoryMapper instances.
MetadataGenerationException - Exception in com.sap.cloud.sdk.datamodel.metadata.generator
Indicates an error during VDM metadata generation.
Metering - Annotation Type in com.sap.cloud.sdk.cloudplatform.metering
Annotation to declare metering properties.
MeteringDestination - Class in com.sap.cloud.sdk.cloudplatform.metering
Specifies the destination of the metering service.
MeteringDestination() - Constructor for class com.sap.cloud.sdk.cloudplatform.metering.MeteringDestination
 
MeteringStats - Class in com.sap.cloud.sdk.cloudplatform.metering
Stores access numbers to the different APIs.
MeteringStats(String, Role, HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Initializes a new MeteringStats with the given service id, role and metering service destination name.
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
 
MigrateProject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
MigrateProject
MigrateProject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
 
migration(MigrateProject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Migrates rule expressions of a project from expression language 1.0 to 2.0
minDateTime() - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
minute(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
minute(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
MissingConfigResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Missing Configuration.
MissingConfigResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.MissingConfigResponse
Default constructor.
MissingConfigResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.MissingConfigResponse
Constructor with description.
MissingParameterException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
Thrown when a mandatory parameter is missing.
MissingParameterException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.MissingParameterException
Exception constructor.
MissingParameterException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.MissingParameterException
Exception constructor.
MissingParameterResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Missing Parameter.
MissingParameterResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.MissingParameterResponse
Default constructor.
MissingParameterResponse(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.MissingParameterResponse
Constructor with parameter reference.
MlServiceFailureException - Exception in com.sap.cloud.sdk.services.scp.machinelearning
Thrown on problems during the call to the machine learning service.
MlServiceFailureException() - Constructor for exception com.sap.cloud.sdk.services.scp.machinelearning.MlServiceFailureException
Default constructors.
MlServiceFailureException(String) - Constructor for exception com.sap.cloud.sdk.services.scp.machinelearning.MlServiceFailureException
Default constructors.
MlServiceFailureException(Throwable) - Constructor for exception com.sap.cloud.sdk.services.scp.machinelearning.MlServiceFailureException
Default constructors.
MlServiceFailureException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.services.scp.machinelearning.MlServiceFailureException
Default constructors.
MockableInstance() - Constructor for class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator.MockableInstance
 
mockAuditLog() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockAuditLog(AuditLog) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentCloudPlatform() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentCloudPlatform(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentLocales() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentLocales(Locale, Locale...) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentPrincipal() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentPrincipal(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentPrincipal(String, Collection<Authorization>, Map<String, PrincipalAttribute>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentTenant() - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockCurrentTenant(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDefaults() - Method in class com.sap.cloud.sdk.testutil.MockUtil
Mocks common defaults for testing, in particular: facades that are used to realize Cloud platform abstractions, the current CloudPlatform, the current Locale, the current Tenant, the current Principal This method should be called as the first method of MockUtil in the test setup method annotated with @BeforeClass.
MockDestination - Class in com.sap.cloud.sdk.testutil
Represents information for mocking a destination.
mockDestination(DestinationType, String, Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(String, TestSystem<?>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(String, URI, AuthenticationType, Credentials, ProxyType, ProxyConfiguration, List<Header>, KeyStore, String, Boolean, KeyStore, String, Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(String, URI) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(String, URI, Credentials) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(String, URI, Credentials, ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockDestination(MockDestination) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
MockDestination.MockDestinationBuilder - Class in com.sap.cloud.sdk.testutil
 
MockErpDestination - Class in com.sap.cloud.sdk.testutil
Represents information for mocking an ERP destination.
mockErpDestination(String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpDestination(String, ErpSystem, Credentials, AuthenticationType, ProxyType, ProxyConfiguration, List<Header>, KeyStore, String, Boolean, KeyStore, String, Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpDestination(String, ErpSystem) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpDestination(String, ErpSystem, Credentials) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpDestination(MockErpDestination) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
MockErpDestination.MockErpDestinationBuilder - Class in com.sap.cloud.sdk.testutil
The Mock ERP destination builder.
mockErpServer(String, SapClient, String, WireMockConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpServer(String, SapClient, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpServer(String, SapClient) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockErpServer(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockJndiLookup(Object, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockJndiLookup(Class<T>, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockKeyStore(String, SecretStore, KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockKeyStore(String, String, KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockKeyStore(String, SecretStore, String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockKeyStore(String, String, String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockPrincipal(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockPrincipal(String, Collection<Authorization>, Map<String, PrincipalAttribute>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
MockRfcDestination - Class in com.sap.cloud.sdk.testutil
Represents information for mocking an RFC destination.
mockRfcDestination(String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockRfcDestination(String, ErpSystem, Credentials, Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockRfcDestination(String, ErpSystem) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockRfcDestination(String, ErpSystem, Credentials) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockRfcDestination(MockRfcDestination) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
MockRfcDestination.MockRfcDestinationBuilder - Class in com.sap.cloud.sdk.testutil
 
mockSecretStore(String, SecretStore) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockSecretStore(String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockServer(String, String, WireMockConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockServer(String, String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockServer(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
mockTenant(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
MockUtil - Class in com.sap.cloud.sdk.testutil
Utility class for mocking Cloud platform services, as well as for accessing test systems and credentials.
MockUtil() - Constructor for class com.sap.cloud.sdk.testutil.MockUtil
Instantiates a new instance of MockUtil, invalidates caches.
mode(ResultCell.ModeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Set the mode of this ResultCell instance and return the same instance.
mode(TextPredefinedResults.ModeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the mode of this TextPredefinedResults instance and return the same instance.
modelElementId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
Set the modelElementId of this SampleContext instance and return the same instance.
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.
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(Number) - 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(Long) - 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.FilterableNumeric
Filter by expression "mod".
modulo(Number) - 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(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.FilterableNumericDecimal
 
modulo(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
modulo(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
modulo(Integer) - 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(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
modulo(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
modulo(Integer) - 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
 
month(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
MultichainAddressResult - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Result data type for service addresses, for more details see https://www.multichain.com/developers/json-rpc-api/
MultichainAddressResult(String, Boolean, Boolean, Boolean, String, String, List<String>, Integer, String, Boolean, String, Boolean) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
MultichainAddressResult(String, Boolean) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
MultichainAnswer<T> - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Generic answer retrieved from a service call.
MultichainAnswer() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
 
MultichainAsset - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
The data class for assets in service.
MultichainAsset(String, String, String, Integer, Float, Boolean, Map<String, Object>, Integer, Integer, Boolean, Boolean, Integer, Integer, Float, Object, Object, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
MultichainAsset(String, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
MultichainAssetTransaction - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about a transaction in service.
MultichainAssetTransaction(Map<String, Integer>, List<?>, Object, Integer, String, Integer, Long, String, Boolean, Long, Long, List<MultichainUTXO>, List<MultichainOutput>, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
MultichainAssetTransaction(Map<String, Integer>, List<?>, String, Boolean, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
MultichainBasicAuthDestination - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
The SCP destination information to reach the service instance.
MultichainBasicAuthDestination(String, String, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
 
MultichainBasicAuthDestination() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
 
MultichainBlock - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about a block in service.
MultichainBlock(String, String, Integer, Integer, Integer, Integer, String, List<MultichainTransaction>, Long, Integer, String, Float, String, String, String, Integer) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
MultichainBlock(String, String, Integer, Integer, Integer, Integer, String, Integer, String, Float, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
MultichainDestination - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
The SCP destination information to reach the service instance.
MultichainDestination(String, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
 
MultichainDestination() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
 
MultichainException - Exception in com.sap.cloud.sdk.services.blockchain.multichain.exceptions
Exception that is returned by the Multichain node.
MultichainException(String, int, Object) - Constructor for exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
MultichainException
MultichainInfo - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about a service instance.
MultichainInfo(String, Integer, Integer, String, String, String, Integer, Integer, String, String, Boolean, Boolean, Integer, Integer, Integer, Boolean, Integer, Integer, Integer, String, String, Boolean, Integer, Integer, Double, Double, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
MultichainItem - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about an item on service.
MultichainItem(String, String, String, String, List<String>, List<String>, Object, Boolean, Object) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
MultichainItem(String, String, String, String, List<String>, List<String>) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
MultichainKeyPair - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
An identity on service.
MultichainKeyPair(String, String, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
Creates a new MultichainKeyPair.
MultichainOutput - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
The output of an transaction in service.
MultichainOutput(Long, Integer, MultichainScriptPubKey, List<MultichainAsset>, List<Object>, List<MultichainItem>, List<String>, String, Boolean, Boolean, Integer) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
MultichainOutput(Integer) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
MultichainPermission - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Permissions for streams and global access
MultichainPermission(String, MultichainPermission.MultichainPermissionType) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermission
Create Instance of MultichainPermission
MultichainPermission(MultichainPermission.MultichainPermissionType) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermission
Create Instance of MultichainPermission
MultichainPermission.MultichainPermissionType - Enum in com.sap.cloud.sdk.services.blockchain.multichain.model
Different types of permissions, which are allowed in service
MultichainPermissionResult - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about permissions on service.
MultichainPermissionResult(String, Object, MultichainPermission.MultichainPermissionType, Long, Long, List<String>, List<String>, Boolean) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
MultichainPermissionResult(String, MultichainPermission.MultichainPermissionType, Long, Long) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
MultichainPublisher - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about a publisher on service.
MultichainPublisher(String, Integer, Integer, MultichainResult, MultichainResult) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
MultichainPublisher(String, Integer, Integer) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
MultichainRequest - Class in com.sap.cloud.sdk.services.blockchain.multichain.service
The Multichain Command executes the request to the service instance.
MultichainRequest(String, List<Object>, MultichainBasicAuthDestination, HttpComponentsClientHttpRequestFactory) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainRequest
creates a new MultichainRequest
MultichainRequest(String, List<Object>, MultichainBasicAuthDestination) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainRequest
creates a new MultichainRequest
MultichainRequest.MultichainFunction - Enum in com.sap.cloud.sdk.services.blockchain.multichain.service
Functions which are currently supported in the sdk.
MultichainResult - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Detailed result when asking for information about data on service.
MultichainResult(List<String>, String, Map<String, Object>, Integer, Instant, String, String, Integer, Integer, Boolean, Instant, Instant, Boolean, Boolean, List<String>) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
MultichainResult(List<String>, Integer, Instant, String, List<String>) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
MultichainScriptPubKey - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
For more details see https://www.multichain.com/developers/json-rpc-api/
MultichainScriptPubKey(String, String, String, List<String>, Integer) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
MultichainScriptPubKey(String, String, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
MultichainService - Class in com.sap.cloud.sdk.services.blockchain.multichain.service
Multichain Service is used to interact with the Multichain Instance on SAP CP.
MultichainServiceException - Exception in com.sap.cloud.sdk.services.blockchain.multichain.exceptions
Exception that is caused by the Multichain Service in the sdk
MultichainServiceException(String) - Constructor for exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainServiceException
MultichainServiceException
MultichainServiceException(Throwable) - Constructor for exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainServiceException
MultichainServiceException ith cause
MultichainServiceException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainServiceException
MultichainServiceException ith cause
MultichainSignedRawTransaction - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
A signed raw transaction.
MultichainStream - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about a stream in service.
MultichainStream(String, String, String, Boolean, Map<String, String>, Boolean, Boolean, Integer, Integer, Integer, Integer, List<String>, Object) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
MultichainStream(String, String, String, Map<String, String>, Boolean, Boolean, Integer, Integer, Integer, Integer) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
MultichainTransaction - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about a transaction in service.
MultichainTransaction(String, String, Integer, Integer, Object, List<MultichainUTXO>, List<MultichainOutput>, String, Integer, Instant, Instant) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
MultichainUTXO - Class in com.sap.cloud.sdk.services.blockchain.multichain.model
Information about an unspend transaction output in service.
MultichainUTXO(String, Integer, String, String, String, Float, Integer, Boolean, Boolean, List<Object>, List<Object>, Long, String, List<String>, String, Boolean, Boolean) - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
MultichainUTXO() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
MultipleServiceBindingsException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown if multiple bindings are found to a service on SAP Cloud Platform Cloud Foundry.
MultipleServiceBindingsException(String) - 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.
MultipleServiceBindingsException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
Default constructor.
MultipleServiceBindingsException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.MultipleServiceBindingsException
 
multiply(ValueNumeric) - 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.FilterableDuration
Filter by expression "mul".
multiply(ValueNumeric) - 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.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(ValueDuration, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Multiplication expression for duration and number.
multiply(FilterableNumeric<EntityT>) - 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.FilterableDuration
Filter by expression "mul".
multiply(Long) - 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.FilterableNumeric
Filter by expression "mul".
multiply(Number) - 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(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.FilterableNumericDecimal
 
multiply(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
multiply(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
multiply(Integer) - 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(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
multiply(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
multiply(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
MultitenantSessionCustomizer - Class in com.sap.cloud.sdk.frameworks.eclipselink
Session customizer registering session event adapters for multi-tenancy.
MultitenantSessionCustomizer() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.MultitenantSessionCustomizer
 

N

name(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the name of the DefaultHttpDestination.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the name of this AdminData instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the name of this DataObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the name of this DataObjectObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the name of this DecisionTableRule instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Set the name of this ManagedSystemObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the name of this ManagedSystemResponseObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the name of this ProjectObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the name of this ProjectVersionObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the name of this Rule instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the name of this RuleObject instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the name of this RuleService instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the name of this Ruleset instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the name of this StructureComponent instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the name of this TableParameter instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the name of this FormMetadata instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the name of this TaskDefinition instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the name of this WorkflowDefinition instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the name of this WorkflowDefinitionVersion instance and return the same instance.
name(String) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
name(String) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
name(String) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
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 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 EntityT that points towards an entity of TargetT.
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 EntityT with a type of TargetT.
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(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Negation expression for numbers.
negate(ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Negation expression for duration.
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
 
neNull() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Not equals-null expression fluent helper.
network(ProxyType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
newBuilder() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Creates a new default error response builder.
newBuilder() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseGsonBuilder
Create GSON Builder with date serializer.
newCollection(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
 
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.
newMessage(String) - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.MessageFactory
Deprecated.
Instantiates the message type MessageT from the given message content.
newObject(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
 
newPrimitive(JsonElement) - Method in class com.sap.cloud.sdk.result.GsonResultElementFactory
 
newValue - Variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
The value of the attribute after the access.
Nlp - Class in com.sap.cloud.sdk.services.recastai.userrequest
Represents the NLP analysis JSON Object as sent by Recast.
Nlp() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.Nlp
 
NlpResponse - Class in com.sap.cloud.sdk.services.recastai.userrequest
Represents the outermost wrapper JSON class upon sending a NLP anaylsis request as defined by Recast.
NlpResponse() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.NlpResponse
 
NlpResponseWrapper - Class in com.sap.cloud.sdk.services.recastai
Wraps around text data to be sent to recast for a nlp analysis.
NlpResponseWrapper(String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.NlpResponseWrapper
A Constructor to create a new nlp response wrapper given a text and the language of said text.
NlpResults - Class in com.sap.cloud.sdk.services.recastai.userrequest
This object represents the results of a NLP analysis from Recast.
NlpResults() - Constructor for class com.sap.cloud.sdk.services.recastai.userrequest.NlpResults
 
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
 
nodes - Variable in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
Tree nodes as a LinkedHashMap
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 Cloud Platform Cloud Foundry.
NoServiceBindingException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoServiceBindingException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoServiceBindingException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoServiceBindingException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.NoServiceBindingException
 
NoSuchEntityFieldException - Exception in com.sap.cloud.sdk.s4hana.datamodel.odata.exception
Throws if a certain field cannot be found for an entity.
NoSuchEntityFieldException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
 
NoSuchEntityFieldException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
 
NoSuchEntityFieldException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
 
NoSuchEntityFieldException() - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.NoSuchEntityFieldException
 
not() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
Negate the current filter expression.
not(ValueBoolean) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionLogical
 
not() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ExpressionFluentHelper
Boolean NOT expression fluent helper.
not(ExpressionFluentHelper<T>) - Static 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.
NotAuthenticatedResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Not Authenticated.
NotAuthenticatedResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.NotAuthenticatedResponse
Default constructor.
NotAuthenticatedResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.NotAuthenticatedResponse
Constructor with description.
notEqualTo(Expressions.Operand) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
Filter by expression "ne".
notEqualTo(Object) - 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(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(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".
NotFoundExceptionMapper - Class in com.sap.cloud.sdk.frameworks.jaxrs.response.mapper
 
NotFoundExceptionMapper() - Constructor for class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.NotFoundExceptionMapper
 
notifyListeners(Message) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.DefaultMessageDelegator
Deprecated.
Method to be called with the received message.
notifyListeners(Message) - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.MessageDelegator
Deprecated.
Notifies all registered listeners.
NotImplementedException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
Thrown when trying to use a feature toggle that is not enabled.
NotImplementedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
Exception constructor.
NotImplementedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
Exception constructor.
NotImplementedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
Exception constructor.
NotImplementedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
 
NotImplementedResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Not Implemented.
NotImplementedResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.NotImplementedResponse
Default constructor.
NotImplementedResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.NotImplementedResponse
Constructor with description.
now() - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
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 in com.sap.cloud.sdk.datamodel.odata.client.request
Number deserialization strategy to determine behavior for JSON numbers without target type references.
NumberFormatExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
NumberFormatExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.NumberFormatExceptionMapper
 
numberOfLeaves - Variable in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
number of leaves in the tree
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
 
OAuth2ServiceProvider - Interface in com.sap.cloud.sdk.cloudplatform.security
Wrapper type for XSUAA security related features.
OAuth2ServiceProvider.OAuth2ServiceProviderBuilder - Interface in com.sap.cloud.sdk.cloudplatform.security
Builder type to customize OAuth2 service specific settings.
OAuth2ServiceSettings - Class in com.sap.cloud.sdk.cloudplatform.security
Settings about the Authorization Server.
OAuth2ServiceSettings(URI, String, String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
 
OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder - Class in com.sap.cloud.sdk.cloudplatform.security
 
OAuth2TokenServiceCache - Interface in com.sap.cloud.sdk.cloudplatform.security
The cache to store instances of OAuth2TokenService according to ClientIdentity.
OAuth2TokenServiceCache.Default - Class in com.sap.cloud.sdk.cloudplatform.security
Default implementation of the interface.
OAuthFlow - Enum 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.
objectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
Set the objectId of this RuleAllOfResult instance and return the same instance.
objectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
Set the objectId of this RulesetAllOfRule instance and return the same instance.
objectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
Set the objectId of this RulesetAllOfRuleService instance and return the same instance.
objectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Set the objectId of this StructureAssociation instance and return the same instance.
objectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
Set the objectId of this TableLineType instance and return the same instance.
objectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the objectId of this TableParameter instance and return the same instance.
objectId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
Set the objectId of this AttachmentsContextRefs instance and return the same instance.
ObjectLookupFailedException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown if the lookup of an object fails.
ObjectLookupFailedException(String) - 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.
ObjectLookupFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
Exception constructor.
ObjectLookupFailedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ObjectLookupFailedException
 
objectMapping(ObjectMapping) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
Set the objectMapping of this CopyProject instance and return the same instance.
ObjectMapping - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ObjectMapping
ObjectMapping() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
 
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(String) - Constructor for exception com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
Creates the exception by delegating the exception message 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.
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() - Constructor for exception com.sap.cloud.sdk.typeconverter.exception.ObjectNotConvertibleException
 
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_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
 
ODataCalendarAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
For internal use only by data model classes
ODataCalendarAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCalendarAdapter
 
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
 
ODataDateTimeAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
For internal use only by data model classes
ODataDateTimeAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataDateTimeAdapter
 
ODataDateTimeOffsetAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
For internal use only by data model classes
ODataDateTimeOffsetAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataDateTimeOffsetAdapter
 
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.
ODataException(ODataRequestGeneric, String, Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.client.exception.ODataException
Default constructor.
ODataField - Annotation Type 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(String) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.generator.ODataGeneratorException
Creates an exception based on the given message.
ODataGeneratorException(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odata.generator.ODataGeneratorException
Creates an exception based on the actual thrown exception.
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 - 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.odatav4.generator.ODataGeneratorException
Creates an exception based on the given message.
ODataGeneratorException(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.odatav4.generator.ODataGeneratorException
Creates an exception based on 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.
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.
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, Exception) - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.ODataPayloadParsingFailedException
Returns a new ODataPayloadParsingFailedException instance.
ODataPayloadParsingFailedException(String) - 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
 
ODataQueryDestinationListener - Interface in com.sap.cloud.sdk.quality
 
ODataRequestAction - Class in com.sap.cloud.sdk.datamodel.odata.client.request
The executable OData action 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.
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.
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, String, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
Default constructor 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, ODataResourcePath, StructuredQuery) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCount
Constructor with StructuredQuery for OData Count request.
ODataRequestCreate - Class in com.sap.cloud.sdk.datamodel.odata.client.request
The executable 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.
ODataRequestCreate(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestCreate
Default constructor for OData Create request.
ODataRequestDelete - Class in com.sap.cloud.sdk.datamodel.odata.client.request
The executable OData delete request.
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.
ODataRequestDelete(String, ODataResourcePath, String, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestDelete
Default constructor for OData delete requests.
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, String, ODataFunctionParameters, ODataProtocol) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
Convenience constructor for invocations of unbound functions.
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, ODataResourcePath, StructuredQuery) - Constructor for class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestFunction
Constructor with StructuredQuery for OData Function request.
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, 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.
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, 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.
ODataRequestReadByKey - Class in com.sap.cloud.sdk.datamodel.odata.client.request
The result type of the OData read by key request.
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.
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, 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.
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, 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.
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.
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.
ODataTimeAdapter - Class in com.sap.cloud.sdk.s4hana.datamodel.odata.adapter
For internal use only by data model classes
ODataTimeAdapter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataTimeAdapter
 
ODataTypeValueSerializer - Class in com.sap.cloud.sdk.datamodel.odata.helper
For internal use only by data model classes.
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
ODataVdmErrorResultHandler - Class in com.sap.cloud.sdk.datamodel.odata.helper
Deprecated.
Obsolete, refer to ODataException and its subclasses to achieve fine-grained separation of error causes.
ODataVdmErrorResultHandler() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler
Deprecated.
 
ODataVdmErrorResultHandler.ErpODataException - Exception in com.sap.cloud.sdk.datamodel.odata.helper
Deprecated.
 
of(HttpServletRequest) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Creates a request based on the given, nullable request.
of(HttpServletRequest, Tenant) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Creates a request based on the given, nullable request and tenant.
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 are null or not.
of(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.SerializableCacheKey
Constructs a SerializableCacheKey for the given tenant/zone and principal identifier, independent of whether they are null 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 are null or not.
of(Header...) - Static method in interface com.sap.cloud.sdk.cloudplatform.connectivity.DestinationHeaderProvider
Instantiate a local instance with static headers.
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(URI) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ProxyConfiguration
Static factory to create a configuration solely based on an URI.
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) - 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(ScpCfServiceDesignator, String, String, String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Factory method reading information about service from VCAP_SERVICES.
of(String, String, String, String, String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Factory method reading information about service from VCAP_SERVICES.
of(HttpDestination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
of(RfcDestination) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.WrappedDestination
of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.BulkheadConfiguration
 
of(Duration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CacheConfiguration
Factory method to create a cache configuration builder instance.
of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.CircuitBreakerConfiguration
 
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(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(int, Duration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
Instantiate a new RetryConfiguration with the given parameters.
of(int) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
Instantiate a new RetryConfiguration with the given parameter.
of(Duration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
Create a timeout by specifying a timeout duration.
of() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.TimeLimiterConfiguration
 
of(ResilienceIsolationMode) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
Factory method for creating a resilience isolation key.
of(T) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
Creates a non-confidential property from the given value.
of(CloudEventsMessageParser.ParsedMetadata) - Static method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
Factory method to create a CloudEventsMessageMetadata based on a parsed Metadata object.
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, AbstractODataParameters) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.expression.ODataResourcePath
Convenience method for new ODataResourcePath().addSegment(segment, segmentParameter).
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(JsonPath...) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonLookup
Static factory method for JsonLookup.
of(String...) - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
Static factory method for JsonPath.
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(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(ODataRequestResultGeneric, EntityT, HttpDestinationProperties) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.ModificationResponse
 
of(EdmSimpleTypeKind) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.ODataTypeValueSerializer
For internal use only by data model classes.
of(EdmType) - Static method in class com.sap.cloud.sdk.datamodel.odata.helper.ODataTypeValueSerializer
 
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, 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(ODataRequestResultGeneric, EntityT) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.ModificationResponse
 
of(String) - Static method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
Create a search expression for a single string.
of(T) - Static method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
Creates a ConvertedObject containing the given object as its value.
ofBaseUri(URI) - Static method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
Invoke a builder for this type.
ofConfidential(T) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
Creates a confidential property from the given value.
ofConfidentialTry(Try<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
Creates a confidential property from a given Try of a value.
ofCurrentRequest() - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Creates a request based on the current request.
ofDefaults() - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceConfiguration.RetryConfiguration
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 com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
Returns the AuthenticationType which equals the given identifier.
ofIdentifier(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
Returns the DestinationType which equals the given identifier.
ofIdentifier(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
Returns the ProxyType which equals the given identifier.
ofIdentifierOrDefault(String, AuthenticationType) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
Returns the AuthenticationType which equals the given identifier, or the defaultAuthenticationType in case there is none.
ofIdentifierOrDefault(String, DestinationType) - Static method in enum 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 com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
Returns the ProxyType which equals the given identifier, or the defaultProxyType in case there is none.
ofIdentifierSensitive(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
Returns the ProxyType which equals the given identifier.
ofMultiTenant(String, String, String, String, String, String, boolean) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Factory method reading information about service from VCAP_SERVICES.
ofMultiTenant(ScpCfServiceDesignator, String, String, String, String, boolean) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Factory method reading information about service from VCAP_SERVICES.
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 containing null as its value.
ofNull() - Static method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
Creates a ConvertedObject containing null as its value.
ofODataV2(ODataApiUsageMetadata) - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
Returns the ProtocolSpecificMetadata initialized with the ServiceType.ODATA_V2 and the ODataApiUsageMetadata.
ofODataV4(ODataApiUsageMetadata) - Static method in class com.sap.cloud.sdk.datamodel.metadata.generator.ProtocolSpecificMetadata
Returns the ProtocolSpecificMetadata initialized with the ServiceType.ODATA_V4 and the ODataApiUsageMetadata.
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 the ServiceType.REST and the RestApiUsageMetadata.
ofRoot() - Static method in class com.sap.cloud.sdk.datamodel.odata.client.JsonPath
Static factory method for an empty JsonPath.
ofTenant(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperUnsignedJwt
A non-validated JWT is constructed based on tenant information (xsappname and issuer URL of subscriber in VCAP_SERVICES environment variable).
ofTenant(String, URI, Collection<String>) - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder.FluentHelperUnsignedJwt
A non-validated JWT is constructed based on tenant information.
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<?>) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.Property
Creates a non-confidential property from a given Try of a value.
oldValue - Variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
The value of the attribute prior to the access.
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.
OneTimeServiceBindingLoaderWrapper - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the ServiceBindingLoader interface that wraps another ServiceBindingLoader instance once and caches the result indefinitely.
OneTimeServiceBindingLoaderWrapper.OneTimeServiceBindingLoaderWrapperBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
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.
onMessage(MessageT) - Method in interface com.sap.cloud.sdk.datamodel.messaging.core.MessageListener
Deprecated.
Called upon reception of one message of type MessageT.
onMessage(Message) - Method in class com.sap.cloud.sdk.datamodel.messaging.jms.JmsMessageDelegator
Deprecated.
This method is called with every message received by the application.
onQuery(URI, String) - Method in class com.sap.cloud.sdk.quality.FileWritingODataQueryListener
 
onQuery(Class<?>, String, String) - Method in class com.sap.cloud.sdk.quality.FileWritingRemoteFunctionQueryListener
 
onQuery(URI, String) - Method in interface com.sap.cloud.sdk.quality.ODataQueryDestinationListener
 
onRequest(String) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientListener
If the listener is registered with the HttpClientWrapper, this method will be called prior to the execution of the HttpClient.
onRequest(String) - Method in class com.sap.cloud.sdk.quality.FileWritingHttpClientListener
If the listener is registered with the HttpClientWrapper, this method will be called prior to the execution of the HttpClient.
onRequestAndImplicitRequests() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
Headers will be always applied for both: explicit and implicit request. The distinction between actual request and CSRF token request has been dropped. Use only FluentHelperBasic.withHeader(String, String) or FluentHelperBasic.withHeaders(Map).
onRequestAndImplicitRequests() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCustomHttpHeader
Deprecated.
Headers will be always applied for both: explicit and implicit request. The distinction between actual request and CSRF token request has been dropped. Use only FluentHelperBasic.withHeader(String, String) or FluentHelperBasic.withHeaders(Map).
onRequestOnly() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
Headers will be always applied for both: explicit and implicit request. The distinction between actual request and CSRF token request has been dropped. Use only FluentHelperBasic.withHeader(String, String) or FluentHelperBasic.withHeaders(Map).
onRequestOnly() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCustomHttpHeader
Deprecated.
Headers will be always applied for both: explicit and implicit request. The distinction between actual request and CSRF token request has been dropped. Use only FluentHelperBasic.withHeader(String, String) or FluentHelperBasic.withHeaders(Map).
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(Throwable) - Constructor for exception com.sap.cloud.sdk.datamodel.openapi.generator.exception.OpenApiGeneratorException
Creates an exception based on the actual thrown exception.
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.
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(ApiClient) - Constructor for class com.sap.cloud.sdk.services.openapi.core.OpenApiResponse
Create a new OpenApiResponse from an ApiClient
OpenApiResponse(HttpStatus) - Constructor for class com.sap.cloud.sdk.services.openapi.core.OpenApiResponse
Create a new OpenApiResponse from an http status code.
OpenApiService - Interface in com.sap.cloud.sdk.services.openapi.core
Marker interface to tag a OpenAPI service as part of the SAP Cloud SDK.
operation - Variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
The type of operation performed on the attribute.
operation(List<TextOperation>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the operation of this TextBranches instance and return the same instance.
operation(List<TextOperation>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Set the operation of this TextDefault instance and return the same instance.
OperationsOnEntityCollections - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
Invoke actions and functions on OData collections
operationSuccessful - Variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
Flag indicating whether the operation succeeded.
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(Boolean) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
Combine the 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(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.SearchExpression
Combine current string with another search string in disjunction.
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.odatav4.expression.FilterableBoolean
Combine the filter expression with a boolean value in disjunction.
Order - Enum 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 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(String, Order) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
orderBy(OrderExpression) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
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
Sort the set of returned entities by non-complex fields.
orderBy(FieldOrdering<TargetT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
 
orderBy(FieldOrdering<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
 
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.
org.eclipse.persistence.logging.slf4j - package org.eclipse.persistence.logging.slf4j
 
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
 
OverrideTenantSetting - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
When used in conversion, this class overrides the default tenant settings for Data Source and Data Provider Code to fetch the relevant exchange rates.
OverrideTenantSetting.OverrideTenantSettingBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
overwriteFiles() - Method in class com.sap.cloud.sdk.datamodel.odata.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() - 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.odatav4.generator.DataModelGenerator
Defines whether already existing files will get overwritten.

P

PARAM_TENANTS - Static variable in class com.sap.cloud.sdk.frameworks.togglz.TenantActivationStrategy
The parameter for tenant identifier.
PARAM_USERS - Static variable in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserActivationStrategy
The parameter for tenant specific users.
parameter(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions.Builder
Sets a configuration parameter.
parameter(List<TableParameter>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Set the parameter of this Table instance and return the same instance.
parameterIfAbsent(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions.Builder
Sets a configuration parameter.
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.
parentId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the parentId of this Version instance and return the same instance.
parentId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the parentId of this VersionObject instance and return the same instance.
parentInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the parentInstanceId of this WorkflowInstance instance and return the same instance.
parentInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the parentInstanceId of this WorkflowInstanceExecutionLog instance and return the same instance.
parse(Function<String, String>) - Method in interface com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader.ParsingStrategy
Parses environment variables obtained from the environmentVariableReader and returns all contained service bindings.
parse(Path) - Method in interface com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader.ParsingStrategy
Parses the given rootLocation and returns all contained service bindings.
parse(Function<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.VcapServicesEnvironmentVariableParsingStrategy
 
parse(String) - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser
Deprecated.
Parses one message originating from SAP S/4HANA.
parse(String) - Static method in enum com.sap.cloud.sdk.services.recastai.botresponses.ButtonType
Get button type enum for string.
parseDate(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Parse the given string into Date object.
ParsedMessageData(Map<String, String>, Map<String, String>) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMessageData
Deprecated.
 
ParsedMetadata(String, String, String, String, String, ZonedDateTime, String, String) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
 
ParsedResult(CloudEventsMessageParser.ParsedMetadata, CloudEventsMessageParser.ParsedMessageData) - Constructor for class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedResult
Deprecated.
 
parseRolesMap(Map<String, String>) - Static method in class com.sap.cloud.sdk.frameworks.cxf.security.SecureAnnotationsInterceptor
 
parseString(String) - Static method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Use this to parse the content provided by recast in a webhook request.
parseVcapDestination(String, DestinationOptions) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapLoaderUtils
Method to parse VCAP data for specific destination name.
parsingStrategy(EnvironmentVariableServiceBindingLoader.ParsingStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader.EnvironmentVariableServiceBindingLoaderBuilder
 
parsingStrategy(FileSystemServiceBindingLoader.ParsingStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader.FileSystemServiceBindingLoaderBuilder
 
password(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the password of the DefaultHttpDestination.
password(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the password for accessing the destination when basic authentication is used.
password(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the password for accessing the destination when basic authentication is used.
PayloadTooLargeException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
 
PayloadTooLargeException(Class<?>, int, int) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.PayloadTooLargeException
Exception constructor.
PayloadTooLargeResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Payload Too Large.
PayloadTooLargeResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.PayloadTooLargeResponse
Default constructor.
PayloadTooLargeResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.PayloadTooLargeResponse
Constructor with description.
platform(CloudPlatform) - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider.OAuth2ServiceProviderBuilder
Set a static platform object.
PmdHelper - Class in com.sap.cloud.sdk.quality.pmd.rules
 
PmdHelper() - Constructor for class com.sap.cloud.sdk.quality.pmd.rules.PmdHelper
 
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() - 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(boolean) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
Defines whether to generate just the POJO classes (entities and complex types).
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.
policy(Ruleset.PolicyEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the policy of this Ruleset instance and return the same instance.
policy(RulesetAllOf.PolicyEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the policy of this RulesetAllOf instance and return the same instance.
positionReaderToResultSet(JsonReader) - Method in class com.sap.cloud.sdk.datamodel.odata.client.ODataResponseDeserializer
Position the JsonReader to the response result set.
postAcquireClientSession(SessionEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.IgnoreUserSessionListener
 
postAcquireClientSession(SessionEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.TenantSessionListener
postAcquireClientSession(SessionEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.UserSessionListener
predefinedResults(List<TextPredefinedResults>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Set the predefinedResults of this Text instance and return the same instance.
prependDestinationLoader(DestinationLoader) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor
Register an DestinationLoader created at runtime.
preUpdate(DescriptorEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.BeanValidationListener
 
preUpdateWithChanges(DescriptorEvent) - Method in class com.sap.cloud.sdk.frameworks.eclipselink.BeanValidationListener
 
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 type ResultElement.
PrimitiveBasedObjectExtractor(Class<T>) - Constructor for class com.sap.cloud.sdk.result.PrimitiveBasedObjectExtractor
 
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
 
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(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
Creates a new PrincipalAccessException with the given message.
PrincipalAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
Creates a new PrincipalAccessException with the given cause.
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() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAccessException
 
PrincipalAccessor - Class in com.sap.cloud.sdk.cloudplatform.security.principal
Accessor for retrieving the current Principal.
PrincipalAttribute - Interface in com.sap.cloud.sdk.cloudplatform.security.principal
A simple attribute of a Principal.
PrincipalAttributeException - Exception in com.sap.cloud.sdk.cloudplatform.security.principal.exception
An exception that is thrown in case of errors related to principal attributes.
PrincipalAttributeException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAttributeException
Creates a new PrincipalAttributeException with the given message.
PrincipalAttributeException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAttributeException
Creates a new PrincipalAttributeException with the given cause.
PrincipalAttributeException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAttributeException
Creates a new PrincipalAttributeException with the given message and the given cause.
PrincipalAttributeException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.principal.exception.PrincipalAttributeException
 
PrincipalFacade - Interface in com.sap.cloud.sdk.cloudplatform.security.principal
Facade interface encapsulating the logic to access Principal information.
PrincipalPropagationStrategy - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
The principal propagation strategy decides on what request headers are attached for on-premise communication.
PrincipalThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.security.principal
Implementation of ThreadContextListener that ensures the correct initialization of Principals 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.
priority(Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the priority of this Ruleset instance and return the same instance.
priority(Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the priority of this RulesetAllOf instance and return the same instance.
priority(TaskInstance.PriorityEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the priority of this TaskInstance instance and return the same instance.
priority(UpdateTaskInstancePayload.PriorityEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the priority of this UpdateTaskInstancePayload instance and return the same instance.
priorityByMethodNamePrefix(String[]) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
 
processor(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the processor of this TaskInstance instance and return the same instance.
processor(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the processor of this UpdateTaskInstancePayload instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the project of this AdminData instance and return the same instance.
project(Project) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
Set the project of this CopyProject instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the project of this DataObject instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the project of this DataObjectObject instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the project of this DecisionTableRule instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
Set the project of this MigrateProject instance and return the same instance.
Project - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Project
Project() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
 
project(List<ProjectObject>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the project of this Project instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the project of this Rule instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the project of this RuleObject instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the project of this RuleService instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the project of this Ruleset instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the project of this Version instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the project of this VersionObject instance and return the same instance.
project(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
Set the project of this VersionObjectAllOf instance and return the same instance.
Project.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of resource
projectName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the projectName of this RuleServiceVersionDefinitionResult instance and return the same instance.
projectName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the projectName of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
ProjectObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ProjectObject
ProjectObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
 
ProjectsApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
ProjectsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
ProjectsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
ProjectVersionObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ProjectVersionObject
ProjectVersionObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
 
ProjectVersionObjectAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ProjectVersionObjectAllOf
ProjectVersionObjectAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
 
propagatedPrincipal(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the propagatedPrincipal of this WorkflowInstanceExecutionLog instance and return the same instance.
properties(Map<? extends String, ? extends String>) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
properties(Map<? extends String, ? extends String>) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
properties(Map<? extends String, ? extends String>) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
propertiesMapping(Map<String, ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceOperatorDataFileSystemStructureParsingStrategyBuilder
 
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(String, Object) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultRfcDestination.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(T, boolean) - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.Property
Creates a property.
Property<EntityT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
Generic entity property.
property(String, String) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
property(String, String) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
property(String, String) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
PROPERTY_AUDIT_LOG_MESSAGE_FACTORY - Static variable in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogThreadContextListener
The ThreadContext key.
PROPERTY_AUTH_TOKEN - Static variable in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenThreadContextListener
The ThreadContext key.
PROPERTY_AUTHENTICATION_HEADER_PROVIDER - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationsThreadContextListener
The ThreadContext key for the Authentication Header Provider.
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_CONNECTIVITY_CONFIGURATION - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationsThreadContextListener
The ThreadContext key for the Connectivity Configuration.
PROPERTY_HTTP_CLIENTS - Static variable in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientsThreadContextListener
The ThreadContext key.
PROPERTY_KEY_STORE_SERVICE - Static variable in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreThreadContextListener
The ThreadContext key for the KeyStore Service.
PROPERTY_PASSWORD_STORAGE - Static variable in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreThreadContextListener
The ThreadContext key for the Password Storage.
PROPERTY_PRINCIPAL - Static variable in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalThreadContextListener
The ThreadContext key.
PROPERTY_REQUEST - Static variable in class com.sap.cloud.sdk.cloudplatform.servlet.RequestThreadContextListener
The ThreadContext key.
PROPERTY_SECURITY_CONTEXT_TOKEN - Static variable in class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextListener
The key of the stored BasicCredentials in the current ThreadContext.
PROPERTY_TENANT - Static variable in class com.sap.cloud.sdk.cloudplatform.tenant.TenantThreadContextListener
The ThreadContext key.
PROPERTY_TENANT_ID - Static variable in class com.sap.cloud.sdk.frameworks.eclipselink.TenantSessionListener
The tenant identifier property.
PROPERTY_USER_ID - Static variable in class com.sap.cloud.sdk.frameworks.eclipselink.UserCustomizer
The user identifier property.
PROPERTY_USER_ID - Static variable in class com.sap.cloud.sdk.frameworks.eclipselink.UserSessionListener
The user identifier property.
PropertyBindingExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
PropertyBindingExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.PropertyBindingExceptionMapper
 
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.
ProtocolVersion - Enum in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
 
provideContract(ApplicationService) - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Contract component that can be used to interact with the chaincode instantiated on a Hyperledger Fabric channel.
provideContract() - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Contract component that can be used to interact with the chaincode instantiated on a Hyperledger Fabric channel.
provideNetwork(ChannelService) - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Network component that can be used to get chaincodes instantiated on the channel or interact with the ledger itself.
provideNetwork() - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Network component that can be used to get chaincodes installed on the channel or interact with the ledger itself.
ProviderAccountFilter - Class in com.sap.cloud.sdk.cloudplatform.security.servlet
Filter that only allows HTTP requests that are executed within the context of the provider account in the SAP Cloud Platforn Neo environment.
ProviderAccountFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.servlet.ProviderAccountFilter
 
provideResponse(URI) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceResponseProvider
Query SCP CF Destination Service with the given URI.
proxy(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the proxy URI of the DefaultHttpDestination.
proxy(String, int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the proxy host and proxy port of the DefaultHttpDestination.
proxyAuthorization(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the proxy authorization header of the DefaultHttpDestination.
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.
proxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the proxy used by the destination to the given value.
proxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the proxy configuration used by the destination
proxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
proxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
proxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
proxyType(ProxyType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the proxy type (Internet or On-Premise).
ProxyType - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
Enum representing the type of a remote installation.
proxyType(ProxyType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the proxy type (Internet or On-Premise).
proxyType(ProxyType) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the proxy type (Internet or On-Premise)
proxyType(ProxyType) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
proxyType(ProxyType) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
publishJson(String, List<String>, Map<String, Object>, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Publishes an item (JSON data structure consisting of Map and Lists objects) in a stream.
publishStringAsHex(String, List<String>, String, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Publishes an item (key-value pair) in a stream.
publishStringAsHexFrom(String, String, List<String>, String, String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like publish, but publishes the item from from-address.
purge() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.PurgeApi
Purge instances and definitions
PurgeApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
PurgeApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.PurgeApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
PurgeApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.PurgeApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
purpose(WorkflowDefinitionJob.PurposeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
Set the purpose of this WorkflowDefinitionJob instance and return the same instance.
PushLocalMojo - Class in com.sap.cloud.sdk.scp
Push Local Mojo.
PushLocalMojo() - Constructor for class com.sap.cloud.sdk.scp.PushLocalMojo
 
PushLocalMojo.OS - Enum in com.sap.cloud.sdk.scp
Operating System.
putGroupsItem(String, AttachmentsContextGroups) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
Put one Groups instance to this AttachmentsContext instance.

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
 
QualityListenerException - Exception in com.sap.cloud.sdk.quality
Exception indicating an issue with processing quality listeners.
QualityListenerException(String) - Constructor for exception com.sap.cloud.sdk.quality.QualityListenerException
 
QualityListenerException(Throwable) - Constructor for exception com.sap.cloud.sdk.quality.QualityListenerException
 
QualityListenerException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.quality.QualityListenerException
 
QualityListenerException() - Constructor for exception com.sap.cloud.sdk.quality.QualityListenerException
 
queryDefinitions(String, Integer, Integer, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.TaskDefinitionsApi
Retrieve definitions by query parameters
queryDefinitions() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.TaskDefinitionsApi
Retrieve definitions by query parameters
queryDefinitions(String, String, Integer, Integer, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve all workflow definitions
queryDefinitions() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Retrieve all workflow definitions
queryInstanceExecutionLogs(String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve execution logs
queryInstanceExecutionLogs(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve execution logs
queryInstances(String, Integer, Integer, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve instances by query parameters
queryInstances() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Retrieve instances by query parameters
queryInstances(String, String, Integer, Integer, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve all instances by query parameters
queryInstances() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Retrieve all instances by query parameters
QuerySerializable - Interface in com.sap.cloud.sdk.datamodel.odata.client.query
A serializable query interface to serve an encoded and not-encoded String representation.
QuerySignatureErrorResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Query Signature Error.
QuerySignatureErrorResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.QuerySignatureErrorResponse
Default constructor.
QuerySignatureErrorResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.QuerySignatureErrorResponse
Constructor with description.
queueCallable(Callable<T>, ResilienceConfiguration, Function<? super Throwable, T>, ExecutorService) - 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.
queueCallable(Callable<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
Decorate an instance of a callable function.
queueSupplier(Supplier<T>, ResilienceConfiguration, Function<? super Throwable, T>, ExecutorService) - 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.
queueSupplier(Supplier<T>, ResilienceConfiguration) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
Decorate an instance of a supplier function.

R

ratesDataProviderCode(RatesDataProviderCode) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
ratesDataProviderCode(RatesDataProviderCode) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting.OverrideTenantSettingBuilder
 
RatesDataProviderCode - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The Rates Data Source Provider Code is the code of the Data Provider from which you are fetching the exchange rates, for example, Bloomberg, Refinitiv, and so on.
RatesDataProviderCode(String) - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode
A constructor to validate if the dataProviderCode has an empty string or if the dataProviderCode itself is empty.
ratesDataProviderCode(RatesDataProviderCode) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings.TenantSettingsBuilder
 
RatesDataProviderCode.RatesDataProviderCodeBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
ratesDataSource(RatesDataSource) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
ratesDataSource(RatesDataSource) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting.OverrideTenantSettingBuilder
 
RatesDataSource - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The Rates Data Source is the direct source from which your data provider gets their Exchange Rates, for example, the European Central Bank, New York State Exchange, and so on.
RatesDataSource(String) - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource
A constructor to validate if the dataSource has empty an string as if the dataSource itself is empty.
ratesDataSource(RatesDataSource) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings.TenantSettingsBuilder
 
RatesDataSource.RatesDataSourceBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
RateType - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
An exchange rate type is the key to define exchange rates in the system.
RateType(String) - Constructor for class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType
A constructor to validate if the rateType has an empty string as if the rateType itself is empty.
rateType(String) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType.RateTypeBuilder
 
RateType.RateTypeBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
rateValue(String) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue.ExchangeRateValueBuilder
 
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.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
readDataObject(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieves a data object of a project
readDataObjects(String, List<String>, Integer, Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieve all the data objects of a project
readDataObjects(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieve all the data objects of a project
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.GsonMessageBodyProvider
 
readProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Retrieve a working set project
readProjects(List<String>, List<String>, Integer, Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Retrieve all projects.
readProjects() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Retrieve all projects.
readProjectVersions(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Retrieves the content of all versions of a Project
ReadRequestBuilder<ResultT> - Interface in com.sap.cloud.sdk.datamodel.odatav4.core
Interface to mark OData request types as reading operation.
readRevisionedDataObjects(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieve all the data objects of the highest semantic version of a project for a given revision.
readRevisionedDataObjects(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieve all the data objects of the highest semantic version of a project for a given revision.
readRevisionedProject(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Retrieve the content of the highest semantic version of a project for a given revision.
readRevisionedRules(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve all the rules of the highest semantic version of a project for a given revision.
readRevisionedRules(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve all the rules of the highest semantic version of a project for a given revision.
readRevisionedRuleServices(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve all the rule services of the highest semantic version of a project for a given revision.
readRevisionedRuleServices(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve all the rule services of the highest semantic version of a project for a given revision.
readRevisionedRuleset(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve all the rulesets of the highest semantic version of a project for a given revision.
readRevisionedRuleset(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve all the rulesets of the highest semantic version of a project for a given revision.
readRule(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve a rule of a project
readRules(String, List<String>, Integer, Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve all the rules of a project
readRules(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve all the rules of a project
readRuleService(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve a rule service of a project
readRuleservices(String, List<String>, Integer, Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve all the rule services of a project
readRuleservices(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve all the rule services of a project
readRuleServiceVersion(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Retrive a deployed rule service version
readRuleServiceVersions(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Retrive all versions of a deployed rule service
readRuleSet(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve a ruleset of a project
readRulesets(String, List<String>, Integer, Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve all the rulesets of a project
readRulesets(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve all the rulesets of a project
readVersionedDataObjects(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieve all the data objects of a project given version id
readVersionedDataObjects(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Retrieve all the data objects of a project given version id
readVersionedProject(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Retrieves the content of the versioned project.
readVersionedRules(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve all the rules of a project given version id
readVersionedRules(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Retrieve all the rules of a project given version id
readVersionedRuleServices(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve all the rule services of a project given version id
readVersionedRuleServices(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Retrieve all the rule services of a project given version id
readVersionedRuleset(String, String, List<String>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve all the rulesets of a project given version id
readVersionedRuleset(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Retrieve all the rulesets of a project given version id
readWorkingsetRuleService(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Retrive a deployed working set rule service
readWorkingsetRuleServices() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Retrive all the deployed working set rule services.
RecastAnalyzer - Class in com.sap.cloud.sdk.services.recastai
Manages the natural language analysis of a sentence via recast.
RecastAnalyzer(String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastAnalyzer
creates an analyser for a trained bot on Recast
RecastAnalyzer(String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastAnalyzer
allow additional parameter in case a new API is released
RecastDialog - Class in com.sap.cloud.sdk.services.recastai
Manages the handling of a dialog in recast.
RecastDialog(String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastDialog
Initiates a Recast dialog object with URI="https://api.recast.ai/build/v1/dialog" and the given token.
RecastDialog(String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastDialog
Initiates a Recast dialog object with URI given by the user.
RecastMessenger - Class in com.sap.cloud.sdk.services.recastai
Sends messages to the given conversation id if new versions of api are released the uri can be adapted.
RecastMessenger(String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastMessenger
Allows to create an object for communication for sending messages to a conversation.
RecastMessenger(String, String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastMessenger
note that start and string url each have to start and end with a / save "the.start/uri/" and "/uriEnd" the final composition with the conversation Id is: "the.start/uri/{conversationID}/uriEnd"
RecastMessenger(String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastMessenger
Allows the creation with a new broadcast uri
RecastWebhookData - Class in com.sap.cloud.sdk.services.recastai
Use this to parse the data from a webhook request your extension should respond to.
RecastWebhookData() - Constructor for class com.sap.cloud.sdk.services.recastai.RecastWebhookData
 
RecastWebhookResponseWrapper - Class in com.sap.cloud.sdk.services.recastai
Use this to create the response JSON for a recast webhook request.
RecastWebhookResponseWrapper(List<ResponseInterface>, ConversationUpdate) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastWebhookResponseWrapper
Compose the reply to a webhook request.
RecastWebhookResponseWrapper(ResponseInterface...) - Constructor for class com.sap.cloud.sdk.services.recastai.RecastWebhookResponseWrapper
Compose the reply to a webhook request.
recipientGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the recipientGroups of this TaskInstance instance and return the same instance.
recipientGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the recipientGroups of this UpdateTaskInstancePayload instance and return the same instance.
recipientGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the recipientGroups of this WorkflowInstanceExecutionLog instance and return the same instance.
recipients(WorkflowInstanceExecutionLogRecipients) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the recipients of this WorkflowInstanceExecutionLog instance and return the same instance.
recipientUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the recipientUsers of this TaskInstance instance and return the same instance.
recipientUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the recipientUsers of this UpdateTaskInstancePayload instance and return the same instance.
recipientUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the recipientUsers of this WorkflowInstanceExecutionLog instance and return the same instance.
record(TenantMetricKeyPair) - Method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Record a single access by the tenant to the API specified by the key.
record(TenantMetricKeyPair, long) - Method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Record a specified number accesses by a the tenant to the API specified by the key.
recoverVersion(String, RecoverVersion) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Update working set project with project version
RecoverVersion - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RecoverVersion
RecoverVersion() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
 
reference(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Set the reference of this Vocabulary instance and return the same instance.
referenceCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail.ExchangeRateTypeDetailBuilder
 
ReferenceExceptionRule - Class in com.sap.cloud.sdk.quality.pmd.rules
 
ReferenceExceptionRule() - Constructor for class com.sap.cloud.sdk.quality.pmd.rules.ReferenceExceptionRule
 
referenceId - Variable in class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
The error reference id.
referenceInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the referenceInstanceId of this WorkflowInstanceExecutionLog instance and return the same instance.
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.security.AuthTokenBuilder.FluentHelperRefreshToken
Specifies to use the given refresh token to refresh the encoded JWT, if expired.
refs(List<AttachmentsContextRefs>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
Set the refs of this AttachmentsContextGroups instance and return the same instance.
register(Cache<CacheKey, T>) - Static method in class com.sap.cloud.sdk.cloudplatform.cache.CacheManager
Registers a cache at in the CacheManager.
registerAdapter(JsonToken, Predicate<Object>, TypeAdapter<?>) - Method in class com.google.gson.internal.bind.CustomMapTypeAdapterFactory
Register a custom type adapter for native JSON primitive types.
registerCustomConverter(Class<? extends ConverterUtil>) - Static method in class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
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(HttpDestination) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
registerDestination(RfcDestination) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
registerDestination(Destination) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
Register a Destination to this destination loader.
relativePath(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the relativePath of this WorkflowInstanceExecutionLogRestEndpoint instance and return the same instance.
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.
removeCredentials(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
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.
removeInstance() - Static method in class com.sap.security.auth.service.UserSession
 
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.
removeMapping(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Removes the mapping for the given Throwable class.
removeMapping(Class<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Removes the mapping for a given type of Throwable.
removeNonPrintableCharacters(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AsciiUtils
Removes non-printable characters from a String
removeProperty(String) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
Removes the property with the given name.
removeProperty(String) - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContext
Removes the property with the given name.
removeRedundantNodes(String) - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
removes nodes, when they have no child and replaces them with child when they have only one child.
removeRepeatedUnderscores(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Removes repeated underscores ("_") from the given name.
removeSessionAccessor() - Static method in class com.sap.security.um.service.api.UserSessionAccessor
 
removeTestSystem(TestSystem<?>) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
removeTestSystem(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
removeWhiteSpaces(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Removes all white spaces from the given name.
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 given partReplacement.
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_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
RequestAccessException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
Thrown if the request cannot be accessed.
RequestAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.RequestAccessException
Exception constructor.
RequestAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.RequestAccessException
Exception constructor.
RequestAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.RequestAccessException
Exception constructor.
RequestAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.RequestAccessException
 
RequestAccessor - Class in com.sap.cloud.sdk.cloudplatform.servlet
Accessor for retrieving the current HttpServletRequest.
RequestAccessorFilter - Class in com.sap.cloud.sdk.cloudplatform.servlet
Servlet filter for storing the current HttpServletRequest in the current thread context.
RequestAccessorFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.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.
RequestExecutionErrorResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Request Execution Error.
RequestExecutionErrorResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.RequestExecutionErrorResponse
Default constructor.
RequestExecutionErrorResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.RequestExecutionErrorResponse
Constructor with description.
RequestFacade - Interface in com.sap.cloud.sdk.cloudplatform.servlet
Facade interface encapsulating the logic to access the current HttpServletRequest.
RequestScopedHttpClientCache - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Implementation of the HttpClientCache, caching the HttpClients for the life time of the request.
RequestScopedHttpClientCache() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.RequestScopedHttpClientCache
 
RequestThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.servlet
Implementation of ThreadContextListener that ensures that the current HttpServletRequest
RequestThreadContextListener(HttpServletRequest) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.RequestThreadContextListener
 
reset() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.OneTimeServiceBindingLoaderWrapper
Resets the cached service bindings so that the wrapped ServiceBindingLoader will be called the next time OneTimeServiceBindingLoaderWrapper.load() is invoked.
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.
Resilience4jDecorationStrategy - Class in com.sap.cloud.sdk.frameworks.resilience4j
Configurable implementation of ResilienceDecorationStrategy using Resilience4j.
Resilience4jDecorationStrategy() - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
Default constructor with default set of decorators.
Resilience4jDecorationStrategy(GenericDecorator...) - Constructor for class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
Default constructor with enumerated decorators.
Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder - Class in com.sap.cloud.sdk.frameworks.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.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 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(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.resilience.ResilienceRuntimeException
Throw exception with another caused-by exception.
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() - Constructor for exception com.sap.cloud.sdk.cloudplatform.resilience.ResilienceRuntimeException
 
resourcePath - Variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
The ODataResourcePath that identifies the OData resource to operate on.
ResponseGsonBuilder - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Response GSON Builder.
ResponseGsonBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseGsonBuilder
 
ResponseInterface - Interface in com.sap.cloud.sdk.services.recastai.botresponses
Each type of response fulfils this interface.
ResponseMapper<T extends Throwable> - Interface in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
responseMappers - Variable in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
The response mappers by class.
ResponseWithErrorCode - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Class representing an error response that is returned by a web service.
ResponseWithErrorCode(int, String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ResponseWithErrorCode
Constructor for a response with a HTTP status code.
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
 
restEndpoint(WorkflowInstanceExecutionLogRestEndpoint) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the restEndpoint of this WorkflowInstanceExecutionLog instance and return the same instance.
RestTemplateResponseErrorHandler - Class in com.sap.cloud.sdk.services.blockchain.multichain.service
 
RestTemplateResponseErrorHandler() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.service.RestTemplateResponseErrorHandler
 
result(DecisionTableResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the result of this DecisionTableColumn instance and return the same instance.
result(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the result of this DecisionTableRule instance and return the same instance.
result(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the result of this Rule instance and return the same instance.
result(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Set the result of this RuleAllOf instance and return the same instance.
result(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the result of this RuleObject instance and return the same instance.
result(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Set the result of this Vocabulary instance and return the same instance.
result(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
Set the result of this RuleServiceResult instance and return the same instance.
ResultCell - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
ResultCell
ResultCell() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
 
ResultCell.ModeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Mode is used if the given segment is allowed to be updated in any of the branches.
ResultCollection - Interface in com.sap.cloud.sdk.result
Interface representing one collection of result elements (e.g.
ResultElement - Interface in com.sap.cloud.sdk.result
Class representing one resulting element from a call to an external service (e.g.
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.
ResultPrimitive - Interface in com.sap.cloud.sdk.result
Class representing an unstructured result primitive resulting from a call to an external service (e.g.
retriesRemaining(Integer) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the retriesRemaining of this WorkflowInstanceExecutionLog instance and return the same instance.
retrievalStrategy(ScpCfDestinationRetrievalStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationOptionsAugmenter
Sets the strategy to use when loading destinations in a multi-tenant subscription environment.
retrievalStrategy(ScpNeoDestinationRetrievalStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationOptionsAugmenter
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, Map<String, 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, 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.frameworks.resilience4j
Provider for retries.
revision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Set the revision of this CreateVersionInput instance and return the same instance.
revision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the revision of this Version instance and return the same instance.
revision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the revision of this VersionObject instance and return the same instance.
revision(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the revision of this FormMetadata instance and return the same instance.
revoke(Iterable<String>, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Revokes permissions from addresses, a comma-separated list of addresses.
revokeForAddress(String, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Revokes permissions from an address.
revokeForAddressFrom(String, String, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like revoke, but with control over the from-address used to revoke the permissions.
revokeFrom(String, Iterable<String>, Collection<MultichainPermission>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
This works like revoke, but with control over the from-address used to revoke the permissions.
revokeWritePermissionsOnStream(String, Iterable<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Revoke global receive and send permission and local write permission on stream
RfcDestination - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Platform independent representation of a rfc destination as a collection of key-value pairs.
RfcDestinationProperties - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Adds RFC relevant fields to the "generic" destination.
Role - Class in com.sap.cloud.sdk.cloudplatform.security
A role a user can assume as a form of Authorization.
Role(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.Role
Creates a new role.
RoleFilter - Class in com.sap.cloud.sdk.cloudplatform.security.servlet
Rejects a HttpServletRequest/HttpServletResponse pair, if the request was not send by a user of a specified role.
RoleFilter() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.servlet.RoleFilter
 
RolesAllowed - Annotation Type in com.sap.cloud.sdk.cloudplatform.security
Annotation to describe which service methods demand which user roles.
ROOT_HASH_KEY - Static variable in interface com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.MerkleTree
Key to the root node in the Merkle tree
rootFolder(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
Set the rootFolder of this AttachmentsContext instance and return the same instance.
rootInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the rootInstanceId of this WorkflowInstance instance and return the same instance.
rootInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the rootInstanceId of this WorkflowInstanceExecutionLog instance and return the same instance.
rootLocationSupplier(Supplier<Path>) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader.FileSystemServiceBindingLoaderBuilder
 
round() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableNumeric
Filter by expression "round".
round(ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Round expression for numbers.
round() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
Filter by expression "round".
roundedOffConvertedAmount(CurrencyAmount) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult.SingleFixedRateConversionResultBuilder
 
roundedOffConvertedAmount(CurrencyAmount) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder
 
row(List<DecisionTableRow>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the row of this DecisionTable instance and return the same instance.
rowId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the rowId of this DecisionTableCell instance and return the same instance.
rule(List<RuleObject>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the rule of this Project instance and return the same instance.
Rule - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Rule
Rule() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
 
rule(List<RulesetAllOfRule>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the rule of this Ruleset instance and return the same instance.
rule(List<RulesetAllOfRule>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the rule of this RulesetAllOf instance and return the same instance.
Rule.ExpressionLanguageVersionEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
It represents 1.0 or 2.0 expression language based Rule.
Rule.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of the rule.
RuleAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RuleAllOf
RuleAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
 
RuleAllOf.ExpressionLanguageVersionEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
It represents 1.0 or 2.0 expression language based Rule.
RuleAllOf.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of the rule.
RuleAllOfResult - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RuleAllOfResult
RuleAllOfResult() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
 
RuleObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RuleObject
RuleObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
 
RuleObject.ExpressionLanguageVersionEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
It represents 1.0 or 2.0 expression language based Rule.
RuleObject.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of the rule.
RuleObjectAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RuleObjectAllOf
RuleObjectAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
 
RulesApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
RulesApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
RulesApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
ruleService(List<RuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the ruleService of this Project instance and return the same instance.
RuleService - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RuleService
RuleService() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
 
ruleService(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the ruleService of this Ruleset instance and return the same instance.
ruleService(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the ruleService of this RulesetAllOf instance and return the same instance.
RuleServiceAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RuleServiceAllOf
RuleServiceAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
 
ruleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
Set the ruleServiceId of this RuleServiceVersionDefinitionInput instance and return the same instance.
ruleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceId of this RuleServiceVersionDefinitionResult instance and return the same instance.
ruleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the ruleServiceId of this RuleServiceVersionInvocationInput instance and return the same instance.
ruleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
Set the ruleServiceId of this WorkingsetRuleServiceDefinitionInput instance and return the same instance.
ruleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the ruleServiceId of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
ruleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Set the ruleServiceId of this WorkingsetRuleServiceInvocationInput instance and return the same instance.
ruleServiceName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceName of this RuleServiceVersionDefinitionResult instance and return the same instance.
ruleServiceName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the ruleServiceName of this WorkingsetRuleServiceDefinitionResult instance and return the same instance.
RuleServiceResult - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
RuleServiceResult
RuleServiceResult() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
 
ruleServiceRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceRevision of this RuleServiceVersionDefinitionResult instance and return the same instance.
ruleServiceRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the ruleServiceRevision of this RuleServiceVersionInvocationInput instance and return the same instance.
RuleServicesApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
RuleServicesApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
RuleServicesApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
ruleServiceVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
Set the ruleServiceVersion of this RuleServiceVersionDefinitionInput instance and return the same instance.
ruleServiceVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceVersion of this RuleServiceVersionDefinitionResult instance and return the same instance.
ruleServiceVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the ruleServiceVersion of this RuleServiceVersionInvocationInput instance and return the same instance.
RuleServiceVersionDefinitionInput - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
RuleServiceVersionDefinitionInput
RuleServiceVersionDefinitionInput() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
 
RuleServiceVersionDefinitionResult - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
RuleServiceVersionDefinitionResult
RuleServiceVersionDefinitionResult() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
 
RuleServiceVersionInvocationInput - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
RuleServiceVersionInvocationInput
RuleServiceVersionInvocationInput() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
 
ruleset(List<Ruleset>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the ruleset of this Project instance and return the same instance.
Ruleset - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Ruleset
Ruleset() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
 
Ruleset.PolicyEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Execution policy of the Ruleset.
RulesetAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RulesetAllOf
RulesetAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
 
RulesetAllOf.PolicyEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Execution policy of the Ruleset.
RulesetAllOfRule - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RulesetAllOfRule
RulesetAllOfRule() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
 
RulesetAllOfRuleService - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RulesetAllOfRuleService
RulesetAllOfRuleService() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
 
RulesetAllOfVocabulary - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
RulesetAllOfVocabulary
RulesetAllOfVocabulary() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
 
RulesetsApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
RulesetsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
RulesetsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.

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(NameSource) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
Constructs a new S4HanaNamingStrategy instance.
S4HanaNamingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.S4HanaNamingStrategy
 
SAFE_CHARS_IN_QUERY - Static variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataUriFactory
The characters which are not encoded in the query part of a URL during URL encoding.
salts - Variable in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
salts encoded in a mapping of the index to the salts with index i corresponds the the leaf with the same index i in the leaves map
SampleContext - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
SampleContext
SampleContext() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
 
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_PASSPORT_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
sapClient(SapClient) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
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.
SchemaPerTenantProvisioner - Class in com.sap.cloud.sdk.frameworks.liquibase
This class provides helper methods with the default implementation of the tenant on-boarding and off-boarding for schema per tenant multi-tenancy.
SchemaPerTenantProvisioner(Connection, String) - Constructor for class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
Initializes the new instance based on the given JDBC connections and the path to a liquibase configuration file.
SchemaPerTenantProvisioner(Connection, String, String) - Constructor for class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
Initializes the new instance based on the given JDBC connections, the path to a liquibase configuration file, and the schema prefix given.
Scope - Class in com.sap.cloud.sdk.cloudplatform.security
Represents a scope as a form of Authorization.
Scope(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.Scope
Creates a new scope.
SCP_CF_SECURITY_CONTEXT_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
 
SCP_CF_SECURITY_CONTEXT_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
SCP_NEO_DECORATOR - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextDecorator.DefaultPriorities
 
ScpCfAuditLog - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Implementation of audit logging that uses the Cloud Foundry (HANA XS) library.
ScpCfAuditLogFacade - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Audit log facade used with CloudFoundry.
ScpCfAuditLogFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLogFacade
 
ScpCfCloudPlatform - Class in com.sap.cloud.sdk.cloudplatform
Implementation for the SAP Cloud Platform Cloud Foundry variant.
ScpCfCloudPlatform() - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
 
ScpCfCloudPlatformFacade - Class in com.sap.cloud.sdk.cloudplatform
Facade implementation for ScpCfCloudPlatform.
ScpCfCloudPlatformFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatformFacade
 
ScpCfDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
SCP Cloud Foundry specific representation of a destination as a collection of key-value pairs, potentially decoratable as a ScpCfHttpDestination or a ScpCfRfcDestination.
ScpCfDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable ScpCfDestination instance.
ScpCfDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Retrieves destination information from the SCP destination service on Cloud Foundry.
ScpCfDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationLoader
Create instance with all default settings
ScpCfDestinationLoader(Duration) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationLoader
Create instance with a specific TimeLimiter timeout Duration.
ScpCfDestinationOptionsAugmenter - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Handles the getting and setting of DestinationOptions parameters specific to SCP Cloud Foundry platform.
ScpCfDestinationOptionsAugmenter() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationOptionsAugmenter
 
ScpCfDestinationRetrievalStrategy - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
Enumeration which represents the strategies for loading destinations in a multi-tenant application on SCP Cloud Foundry.
ScpCfDestinationServiceResponseProvider - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Functional interface to provide an response instance for an SCP CF Destination Service query.
ScpCfDestinationServiceV1Response - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Serializable and deserializable response type for SCP CF Destination Service queries.
ScpCfDestinationServiceV1Response() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
ScpCfDestinationServiceV1Response.DestinationAuthToken - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Destination authentication token with optional error message and expiration value.
ScpCfDestinationServiceV1Response.DestinationCertificate - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Named destination certificate containing optional base64 encoded binary content.
ScpCfDestinationServiceV1Response.DestinationOwner - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Owner of the destination object with SCP CF subaccount and instance identifier reference.
ScpCfDestinationTokenExchangeStrategy - Enum 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.
ScpCfHttpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
SCP Cloud Foundry specific representation of a HTTP destination as a collection of key-value pairs.
ScpCfHttpDestination(DestinationProperties) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
Create an instance by wrapping an existing DestinationProperties object.
ScpCfHttpDestination(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination
Create an instance by wrapping an existing HttpDestinationProperties object.
ScpCfHttpDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable ScpCfHttpDestination instance.
ScpCfPrincipal - Class in com.sap.cloud.sdk.cloudplatform.security.principal
An implementation of the Principal interface for SAP Cloud Platform Cloud Foundry.
ScpCfPrincipal(String, Set<Authorization>, Map<String, PrincipalAttribute>) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipal
Creates a new ScpCfPrincipal.
ScpCfPrincipal() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipal
Creates a ScpCfPrincipal with an empty principal identifier, no authorizations, and no attributes.
ScpCfPrincipalFacade - Class in com.sap.cloud.sdk.cloudplatform.security.principal
Facade providing access to Principal information on SAP Cloud Platform Cloud Foundry.
ScpCfPrincipalFacade(LocalScopePrefixProvider) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipalFacade
Creates a new instance of this facade with the given prefix provider.
ScpCfPrincipalFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipalFacade
Default constructor with default strategies.
ScpCfRfcDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
SCP Cloud Foundry specific implementation of the RfcDestination interface.
ScpCfRfcDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable ScpCfRfcDestination instance.
ScpCfSecretStore - Class in com.sap.cloud.sdk.cloudplatform.security.secret
Implementation of SecretStore for SAP Cloud Platform Cloud Foundry.
ScpCfSecretStore() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.secret.ScpCfSecretStore
Creates a mocked ScpCfSecretStore.
ScpCfSecretStoreFacade - Class in com.sap.cloud.sdk.cloudplatform.security.secret
Implementation of SecretStoreFacade for SAP Cloud Platform Cloud Foundry.
ScpCfSecretStoreFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.secret.ScpCfSecretStoreFacade
 
ScpCfService - Class in com.sap.cloud.sdk.cloudplatform.connectivity
A facilitation of access to the SAP CP services with OAuth auth listed in VCAP_SERVICES.
ScpCfService(ScpCfServiceInfo, URI, ClientCredentials, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Constructor open for extension.
ScpCfService(ScpCfServiceInfo, URI, ClientCredentials, String, boolean) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
Constructor open for extension.
ScpCfServiceAuthorizationFailedException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity
Thrown if the service access cannot be secured, either because oauth token grant was denied, request failed, or token was rejected.
ScpCfServiceAuthorizationFailedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceAuthorizationFailedException
Default constructors.
ScpCfServiceAuthorizationFailedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceAuthorizationFailedException
Default constructors.
ScpCfServiceAuthorizationFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceAuthorizationFailedException
Default constructors.
ScpCfServiceAuthorizationFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceAuthorizationFailedException
Default constructors.
ScpCfServiceCreationFailedException - Exception in com.sap.cloud.sdk.cloudplatform.connectivity
Thrown if the service cannot be found or there is another kind of problem preventing its creation.
ScpCfServiceCreationFailedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceCreationFailedException
Default constructors.
ScpCfServiceCreationFailedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceCreationFailedException
Default constructors.
ScpCfServiceCreationFailedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceCreationFailedException
Default constructors.
ScpCfServiceCreationFailedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceCreationFailedException
Default constructors.
ScpCfServiceDesignator - Class in com.sap.cloud.sdk.cloudplatform
Designator in simplified builder pattern for identifying cloud foundry services.
ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder - Class in com.sap.cloud.sdk.cloudplatform
 
ScpCfServiceDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
This class implements functionality to create a destination from a service binding on Cloud Foundry.
ScpCfServiceDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader
 
ScpCfServiceDestinationLoader.CfServices - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
ScpCfServiceInfo - Class in com.sap.cloud.sdk.cloudplatform
Helper providing easy access to Cloud Foundry service information.
ScpCfServiceInfo(JsonElement, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
Also parses the name from serviceInfoElem.
ScpCfTenant - Class in com.sap.cloud.sdk.cloudplatform.tenant
Implementation of Tenant for SAP Cloud Platform Cloud Foundry.
ScpCfTenant(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
Creates a new ScpCfTenant.
ScpCfTenant() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
Creates a mocked ScpCfTenant with an empty tenant identifier.
ScpCfTenantFacade - Class in com.sap.cloud.sdk.cloudplatform.tenant
Facade providing access to tenant information on SAP Cloud Platform Cloud Foundry.
ScpCfTenantFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenantFacade
 
ScpNeoAuditLog - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Implementation of audit logging that uses the SAP CP Neo library.
ScpNeoAuditLog() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Default constructor.
ScpNeoAuditLog(AuditLogMessageExtensionFactory) - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLog
Use this constructor if you want to use you own implementation of AuditLogMessageExtensionFactory.
ScpNeoAuditLogFacade - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Audit log facade used with the Neo platform.
ScpNeoAuditLogFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogFacade
 
ScpNeoAuditLogThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.auditlog
Implementation of ThreadContextListener that performs the JNDI lookup of the connectivity configuration and authentication header service objects on SAP CP Neo.
ScpNeoAuditLogThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogThreadContextListener
 
ScpNeoCloudPlatform - Class in com.sap.cloud.sdk.cloudplatform
Implementation for the SAP Cloud Platform Neo variant.
ScpNeoCloudPlatform() - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
 
ScpNeoCloudPlatformFacade - Class in com.sap.cloud.sdk.cloudplatform
Facade implementation for ScpNeoCloudPlatform.
ScpNeoCloudPlatformFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatformFacade
 
ScpNeoDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
SCP Neo specific representation of a destination as a collection of key-value pairs, potentially decoratable as a ScpNeoHttpDestination or a ScpNeoRfcDestination.
ScpNeoDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable ScpNeoDestination instance.
ScpNeoDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
This DestinationLoader implementation manages destinations from the SAP Cloud Platform Neo.
ScpNeoDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationLoader
 
ScpNeoDestinationOptionsAugmenter - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Handles the getting and setting of DestinationOptions parameters specific to SCP Neo platform.
ScpNeoDestinationOptionsAugmenter() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationOptionsAugmenter
 
ScpNeoDestinationRetrievalStrategy - Enum in com.sap.cloud.sdk.cloudplatform.connectivity
Enumeration which represents the strategies for loading destinations in a multi-tenant application on SCP Neo.
ScpNeoDestinationsThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Implementation of ThreadContextListener that performs the JNDI lookup of the connectivity configuration and authentication header service objects on SAP CP Neo.
ScpNeoDestinationsThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationsThreadContextListener
 
ScpNeoHttpDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
SCP Neo specific representation of a HTTP destination as a collection of key-value pairs.
ScpNeoHttpDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable ScpNeoHttpDestination instance.
ScpNeoPrincipal - Class in com.sap.cloud.sdk.cloudplatform.security.principal
Implementation of Principal for SAP Cloud Platform Neo.
ScpNeoPrincipal(User) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Creates a new ScpNeoPrincipal.
ScpNeoPrincipal() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
Creates a mocked ScpNeoPrincipal returning an empty user name and no authorizations.
ScpNeoPrincipalFacade - Class in com.sap.cloud.sdk.cloudplatform.security.principal
Facade providing access to user information on SAP Cloud Platform Neo.
ScpNeoPrincipalFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipalFacade
 
ScpNeoRfcDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
SCP Neo specific implementation of the RfcDestination interface.
ScpNeoRfcDestination.Builder - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Builder class to allow for easy creation of an immutable ScpNeoRfcDestination instance.
ScpNeoSecretStore - Class in com.sap.cloud.sdk.cloudplatform.security.secret
Implementation of SecretStore for SAP Cloud Platform Neo.
ScpNeoSecretStore(PasswordStorage, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStore
 
ScpNeoSecretStoreFacade - Class in com.sap.cloud.sdk.cloudplatform.security.secret
Implementation of SecretStoreFacade for SAP Cloud Platform Neo.
ScpNeoSecretStoreFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreFacade
 
ScpNeoSecretStoreThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.security.secret
Implementation of ThreadContextListener that performs the JNDI lookup of the password storage and key store service objects on SAP CP Neo.
ScpNeoSecretStoreThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreThreadContextListener
 
ScpNeoTenant - Class in com.sap.cloud.sdk.cloudplatform.tenant
Implementation of Tenant for SAP Cloud Platform Neo.
ScpNeoTenant(TenantContext) - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
Creates a new ScpNeoTenant.
ScpNeoTenant() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
Creates a mocked ScpNeoTenant returning an empty tenant identifier.
ScpNeoTenantCallable<T> - Class in com.sap.cloud.sdk.cloudplatform.concurrency
Wraps the given Callable to be executed in the context of the given tenant.
ScpNeoTenantCallable(Tenant, Callable<T>) - Constructor for class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoTenantCallable
 
ScpNeoTenantFacade - Class in com.sap.cloud.sdk.cloudplatform.tenant
Facade providing access to tenant information on SAP Cloud Platform Neo.
ScpNeoTenantFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenantFacade
 
ScpNeoThreadContextDecorator - Class in com.sap.cloud.sdk.cloudplatform.concurrency
SAP Cloud Platform Neo specific implementation of ThreadContextDecorator.
ScpNeoThreadContextDecorator() - Constructor for class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoThreadContextDecorator
 
ScpNeoUserSessionCallable<T> - Class in com.sap.cloud.sdk.cloudplatform.concurrency
Wraps the given Callable to be executed in the context of the current user (if available).
ScpNeoUserSessionCallable(HttpServletRequest, Callable<T>) - Constructor for class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoUserSessionCallable
 
ScpVcapDestinationLoader<VcapDataT extends ScpVcapDestinationLoader.ScpVcapServiceData> - Class in com.sap.cloud.sdk.cloudplatform.connectivity
This generic type is used to retrieve destinations from VCAP environment variable via the DestinationAccessor.
ScpVcapDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapDestinationLoader
 
ScpVcapDestinationLoader.ScpVcapServiceData - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Destination specific structure of the JSON data contained within the VCAP lookup.
ScpVcapDestinationOptionAugmenter<VcapDataT extends ScpVcapDestinationLoader.ScpVcapServiceData> - Class in com.sap.cloud.sdk.cloudplatform.connectivity
 
ScpVcapDestinationOptionAugmenter(Class<VcapDataT>, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapDestinationOptionAugmenter
 
ScpVcapLoaderUtils - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Utility class to load VCAP data.
ScpVcapLoaderUtils() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapLoaderUtils
 
ScpXfDestinationData - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Helper class to represent the destination specific structure of the JSON data referenced to Extension Factory.
ScpXfDestinationData() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
 
ScpXfDestinationLoader - Class in com.sap.cloud.sdk.cloudplatform.connectivity
This destination loader can be used to resolve destinations dedicated to a specific Extension Factory service instance, given the destination name.
ScpXfDestinationLoader() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationLoader
 
search(String) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
Request modifier to return the set of entities that contain the specified value.
search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.CountRequestBuilder
Request modifier to return the set of entities corresponding to the specified boolean expression.
search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Request modifier to return the set of entities that contain the specified value.
search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Request modifier to return the set of entities corresponding to the specified boolean expression.
search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
 
search(SearchExpression) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
 
search(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollectionQuery
 
search(SearchExpression) - 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
 
second(ValueTimeOfDay) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
SecretStore - Interface in com.sap.cloud.sdk.cloudplatform.security.secret
Interface encapsulating the storage of a secret char sequence.
SecretStoreAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.secret.exception
Runtime exception indicating that there was an issue while accessing the secret store.
SecretStoreAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.SecretStoreAccessException
Initializes the exception by delegating the message to the super constructor.
SecretStoreAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.SecretStoreAccessException
Initializes the exception by delegating the causing exception to the super constructor.
SecretStoreAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.SecretStoreAccessException
Initializes the exception by delegating the message and the causing exception to the super constructor.
SecretStoreAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.secret.exception.SecretStoreAccessException
 
SecretStoreAccessor - Class in com.sap.cloud.sdk.cloudplatform.security.secret
Accessor for retrieving secrets and key stores.
SecretStoreFacade - Interface in com.sap.cloud.sdk.cloudplatform.security.secret
Facade interface encapsulating the access to concrete SecretStore and KeyStore classes.
SecureAnnotationsInterceptor - Class in com.sap.cloud.sdk.frameworks.cxf.security
 
SecureAnnotationsInterceptor() - Constructor for class com.sap.cloud.sdk.frameworks.cxf.security.SecureAnnotationsInterceptor
 
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 the HttpSecuritySettings should be taken from the Destination Configuration or from the CloudPlatform.
SecurityConfigurationStrategy - Enum 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 of Tokens when working with non-container managed threads on Cloud Foundry.
SecurityContextThreadContextDecorator() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextDecorator
 
SecurityContextThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.security
ThreadContextListener implementation reading the Basic Authentication Header from the incoming request and storing it in the current ThreadContext.
SecurityContextThreadContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.SecurityContextThreadContextListener
 
SecurityOutFaultInterceptor - Class in com.sap.cloud.sdk.frameworks.cxf.security
Outgoing fault interceptor mapping HTTP status code 500, which is returned in case of missing authorizations in the SecureAnnotationsInterceptor, to the correct HTTP status code (401 or 403).
SecurityOutFaultInterceptor() - Constructor for class com.sap.cloud.sdk.frameworks.cxf.security.SecurityOutFaultInterceptor
 
segment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
Set the segment of this DecisionTableResult instance and return the same instance.
segment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
Set the segment of this StructureAssociationSource instance and return the same instance.
segment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
Set the segment of this StructureAssociationTarget instance and return the same instance.
segment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the segment of this TextOperation instance and return the same instance.
segment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the segment of this TextPredefinedResults instance and return the same instance.
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(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(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.
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<PropertyT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.ComplexPropertyQuery
 
select(Property<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Query modifier to limit which field values of the entity EntityT get fetched and populated.
select(Property<EntityT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetByKeyRequestBuilder
Query modifier to limit which field values of the entity EntityT get fetched and populated.
select(Property<ValueT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationProperty.Single
 
select(Property<TargetT>...) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.NavigationPropertyCollection
 
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_NAME - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
A DefaultServiceBindingMergingStrategy.KeySelector that always extracts the name property from the given service binding.
SELECT_PLAN - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
A DefaultServiceBindingMergingStrategy.KeySelector that always extract the plan property from the given service binding.
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.
selectPlanOrDefault(String) - Static method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy
Creates a DefaultServiceBindingMergingStrategy.KeySelector that either extracts the plan property from the given service binding or uses the provided defaultPlan if no such property exists.
self() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Getter for this.
self() - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.JaxRsExceptionMapper
 
self() - Method in class com.sap.cloud.sdk.frameworks.spring.response.SpringExceptionMapper
 
sendAsset(String, String, int) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Sends qty of asset to address, returning the txid.
sendDisabled(Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the sendDisabled of this WorkflowInstanceExecutionLog instance and return the same instance.
sendInteraction(String, String) - Method in class com.sap.cloud.sdk.services.recastai.RecastDialog
Sends a message and awaits a response from the bot
sendInteraction(DialogResponseWrapper) - Method in class com.sap.cloud.sdk.services.recastai.RecastDialog
Sends a message and awaits a response from the bot, allows more freedom for memory settings
sendMessage(String, ResponseInterface...) - Method in class com.sap.cloud.sdk.services.recastai.RecastMessenger
Sends an array of Messages to the given conversation
sendMessage(SendMessagePayload) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.MessagesApi
Send message
SendMessagePayload - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
SendMessagePayload
SendMessagePayload() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
 
sendRawTransaction(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Validates the raw transaction in tx-hex and transmits it to the network, returning the txid.
sendToMeteringService() - Method in class com.sap.cloud.sdk.cloudplatform.metering.MeteringStats
Sends the stored data to the metering service.
sequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the sequenceNumber of this DecisionTableColumn instance and return the same instance.
sequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
Set the sequenceNumber of this DecisionTableRow instance and return the same instance.
sequenceNumber(Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
Set the sequenceNumber of this RulesetAllOfRule instance and return the same instance.
sequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the sequenceNumber of this TextBranches instance and return the same instance.
sequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the sequenceNumber of this TextOperation instance and return the same instance.
sequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the sequenceNumber of this TextPredefinedResults instance and return the same instance.
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(Date, Type, JsonSerializationContext) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.serializer.DateGsonSerializer
 
serialize(LocalDate, Type, JsonSerializationContext) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.serializer.LocalDateGsonSerializer
 
serialize(Number, Type, JsonSerializationContext) - Method in class com.sap.cloud.sdk.datamodel.odata.adapter.ODataNumberSerializer
 
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(T, JsonGenerator, SerializerProvider) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractJacksonCalendarSerializer
 
ServiceBindingDataException - Exception in com.sap.cloud.sdk.cloudplatform
Indicates a problem with service binding information in VCAP_SERVICES, an environment variable used to inform the application of usable services in SAP Cloud Platform Cloud Foundry.
ServiceBindingLoader - Interface in com.sap.cloud.sdk.cloudplatform.servicebinding
Represents a utility class to load service bindings.
serviceBindingLoader(ServiceBindingLoader) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper.SimpleCachingServiceBindingLoaderWrapperBuilder
 
ServiceBindingMerger - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the ServiceBindingLoader interface that is capable of merging the result of an arbitrary amount of given ServiceBindingLoader instances based on a provided ServiceBindingMerger.MergingStrategy.
ServiceBindingMerger.MergingStrategy - Interface in com.sap.cloud.sdk.cloudplatform.servicebinding
Represents an algorithm to merge multiple service bindings (as returned by ServiceBindingLoader.load()) into a single Map.
ServiceBindingMerger.ServiceBindingMergerBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
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(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() - 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.
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.
serviceName(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
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.
ServiceNotAvailableException - Exception in com.sap.cloud.sdk.cloudplatform.servlet.exception
Thrown when a service is not available.
ServiceNotAvailableException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ServiceNotAvailableException
Exception constructor.
ServiceNotAvailableException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ServiceNotAvailableException
Exception constructor.
ServiceNotAvailableException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ServiceNotAvailableException
Exception constructor.
ServiceNotAvailableException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.servlet.exception.ServiceNotAvailableException
 
ServiceNotAvailableResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Service Not Available.
ServiceNotAvailableResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ServiceNotAvailableResponse
Default constructor.
ServiceNotAvailableResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ServiceNotAvailableResponse
Constructor with description.
ServiceOperatorDataFileSystemStructureParsingStrategy - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the FileSystemServiceBindingLoader.ParsingStrategy interface that is capable of transforming the default file system structure into service bindings based on properties (individual files) that have been created by the ServiceOperator (e.g.
ServiceOperatorDataFileSystemStructureParsingStrategy(Map<String, ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter>, ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter, Charset) - Constructor for class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
Constructs a new instance of the ServiceOperatorDataFileSystemStructureParsingStrategy class.
ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter - Interface in com.sap.cloud.sdk.cloudplatform.servicebinding
Represents a utility class to set a service binding property, based on the property name.
ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceOperatorDataFileSystemStructureParsingStrategyBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
ServiceOperatorSecretKeyFileSystemStructureParsingStrategy - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the FileSystemServiceBindingLoader.ParsingStrategy interface that is capable of transforming the default file system structure into service bindings based on properties (individual files) that have been created by the ServiceOperator (e.g.
ServiceOperatorSecretKeyFileSystemStructureParsingStrategy.ServiceOperatorSecretKeyFileSystemStructureParsingStrategyBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
servicePath - Variable in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
The service path of the targeted OData service.
servicePlan(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
serviceSettings(OAuth2ServiceSettings) - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider.OAuth2ServiceProviderBuilder
Set custom OAuth service settings.
serviceType(String) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
ServiceType - Enum 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.
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.
ServletErrorResponseBuilder - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Servlet Error Response Builder.
ServletErrorResponseBuilder() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.ServletErrorResponseBuilder
 
setAccessToken(String) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuth
Set the access token
setAccount(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setAccount(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setActionId(String) - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Set the action id.
setActivityId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the activityId of this TaskInstance instance.
setActivityId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the activityId of this WorkflowInstanceErrorMessage instance.
setActivityId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the activityId of this WorkflowInstanceExecutionLog instance.
setActivityName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the activityName of this WorkflowInstanceErrorMessage instance.
setActivityName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the activityName of this WorkflowInstanceExecutionLog instance.
setAddress(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setAddress(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
setAddress(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setAddress(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setAddresses(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setAddresses(Map<String, Integer>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setAddresses(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setAddresses(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
setAddresses(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setAdminGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the adminGroups of this WorkflowInstanceRoles instance.
setAdminGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the adminGroups of this WorkflowInstanceRolesUpdatePayload instance.
setAdmins(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setAdminUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the adminUsers of this WorkflowInstanceRoles instance.
setAdminUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the adminUsers of this WorkflowInstanceRolesUpdatePayload instance.
setAmount(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setAmount(Float) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the annotations of this AdminData instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the annotations of this DataObject instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the annotations of this DataObjectObject instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the annotations of this DecisionTableRule instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the annotations of this ProjectObject instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the annotations of this ProjectVersionObject instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the annotations of this Rule instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the annotations of this RuleObject instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the annotations of this RuleService instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Set the annotations of this RuleServiceAllOf instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the annotations of this Ruleset instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the annotations of this StructureComponent instance.
setAnnotations(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the annotations of this TableParameter instance.
setApiKey(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
The API key to reach the service node.
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
setApplicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the applicationScope of this TaskInstance instance.
setApplicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the applicationScope of this WorkflowDefinition instance.
setApplicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the applicationScope of this WorkflowDefinitionVersion instance.
setApplicationScope(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the applicationScope of this WorkflowInstance instance.
setAsm(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
setAssetref(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setAssets(List<MultichainAsset>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setAssets(List<Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setAssociation(StructureAssociation) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the association of this StructureComponent instance.
setAST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the AST of this DecisionTableCell instance.
setAST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the AST of this DecisionTableCondition instance.
setAST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Set the AST of this ResultCell instance.
setAST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Set the AST of this TextCondition instance.
setAST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the AST of this TextOperation instance.
setAST(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the AST of this TextPredefinedResults instance.
setAttachments(AttachmentsContext) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the attachments of this UpdateTaskInstancePayload instance.
setAttachments(AttachmentsContext) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Set the attachments of this WorkflowInstanceStartPayload instance.
setAttributeDefinitions(List<Object>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the attributeDefinitions of this TaskDefinition instance.
setAttributes(List<CustomAttribute>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the attributes of this TaskInstance instance.
setAttributes(List<CustomAttribute>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the attributes of this WorkflowInstance instance.
setAuditLogFacade(AuditLogFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Replaces the default AuditLogFacade instance.
setAuthenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setAuthenticationType(AuthenticationType) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setAuthorizationsByAudience(Map<Audience, Set<Authorization>>) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
setAuthTokenFacade(AuthTokenFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
Replaces the default AuthTokenFacade instance.
setAuthTokens(List<ScpCfDestinationServiceV1Response.DestinationAuthToken>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
setAvailable(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setBalance(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
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.
setBcc(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the bcc of this WorkflowInstanceExecutionLogRecipients instance.
setBits(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setBlockhash(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setBlockhash(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setBlockhash(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setBlockindex(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setBlockindex(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setBlocks(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setBlocktime(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setBlocktime(Instant) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setBlocktime(Instant) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setBoundaryEventName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the boundaryEventName of this WorkflowInstanceExecutionLog instance.
setBranches(List<TextBranches>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Set the branches of this Text instance.
setBurnaddress(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setBusinessDataType(Element.BusinessDataTypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
Set the businessDataType of this Element instance.
setBusinessKey(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the businessKey of this SendMessagePayload instance.
setBusinessKey(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the businessKey of this WorkflowInstance instance.
setButtons(List<Button>) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
This function allows to set a button collection to be displayed in this card.
setButtons(List<Button>) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListContent
This function allows to set the buttons which should be displayed.
setCansend(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setCardinality(StructureAssociation.CardinalityEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Set the cardinality of this StructureAssociation instance.
setCascade(Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
Set the cascade of this WorkflowInstanceUpdatePayload instance.
setCause(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the cause of this WorkflowInstanceExecutionLog instance.
setCc(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the cc of this WorkflowInstanceExecutionLogRecipients instance.
setCell(List<DecisionTableCell>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the cell of this DecisionTable instance.
setCell(ResultCell) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
Set the cell of this DecisionTableResult instance.
setCertificates(List<ScpCfDestinationServiceV1Response.DestinationCertificate>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
setChainname(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setChainwork(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the changedBy of this AdminData instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the changedBy of this DataObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the changedBy of this DataObjectObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the changedBy of this DecisionTableRule instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the changedBy of this ManagedSystemResponseObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
Set the changedBy of this ManagedSystemResponseObjectAllOf instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the changedBy of this ProjectObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the changedBy of this ProjectVersionObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the changedBy of this Rule instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the changedBy of this RuleObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the changedBy of this RuleService instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the changedBy of this Ruleset instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the changedBy of this Version instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the changedBy of this VersionObject instance.
setChangedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the changedBy of this WorkingsetRuleServiceDefinitionResult instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the changedOn of this AdminData instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the changedOn of this DataObject instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the changedOn of this DataObjectObject instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the changedOn of this DecisionTableRule instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the changedOn of this ManagedSystemResponseObject instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
Set the changedOn of this ManagedSystemResponseObjectAllOf instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the changedOn of this ProjectObject instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the changedOn of this ProjectVersionObject instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the changedOn of this Rule instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the changedOn of this RuleObject instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the changedOn of this RuleService instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the changedOn of this Ruleset instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the changedOn of this Version instance.
setChangedOn(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the changedOn of this VersionObject instance.
setChangedOn(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the changedOn of this WorkingsetRuleServiceDefinitionResult instance.
setChanges(WorkflowInstanceExecutionLogChanges) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the changes of this WorkflowInstanceExecutionLog instance.
setChunks(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setClaimedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the claimedAt of this TaskInstance instance.
setCloudPlatformFacade(CloudPlatformFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.CloudPlatformAccessor
Replaces the default CloudPlatformFacade instance.
setCode(int) - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
setCode(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Set the code of this ErrorError instance.
setCode(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
Set the code of this ErrorErrorDetails instance.
setCode(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Set the code of this ErrorMessageError instance.
setCode(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
Set the code of this JobError instance.
setCode(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the code of this TechnicalErrorError instance.
setCoinbase(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setColumn(List<DecisionTableColumn>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the column of this DecisionTable instance.
setColumnId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the columnId of this DecisionTableCell instance.
setComplete(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
setCompletedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the completedAt of this TaskInstance instance.
setCompletedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the completedAt of this WorkflowInstance instance.
setComponent(List<StructureComponent>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
Set the component of this Structure instance.
setCondition(DecisionTableCondition) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the condition of this DecisionTableColumn instance.
setCondition(List<StructureAssociationCondition>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Set the condition of this StructureAssociation instance.
setCondition(TextCondition) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the condition of this TextBranches instance.
setConfirmations(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setConfirmations(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setConfirmations(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setConfirmations(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setConfirmations(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setConfirmed(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setConfirmed(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
setConfirmed(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setConnections(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setContent(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
setContent(ButtonCollection<?>) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ButtonResponse
Sets the content of the button collection to the given one.
setContent(CardContent) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardResponse
Function replaces the current CardContent (can be null) with the given one.
setContent(List<CardContent>) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CarouselResponse
Sets the Content to the given List of CardContents.
setContent(ListContent) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListResponse
Function replaces the current ListContent object which is included in the reponse
setContent(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.MediaResponse
Function to allow the change of the content url
setContent(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.TextResponse
Setter to replace the current text of this response.
setContent(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.VideoResponse
Function to allow the change of the content url
setContent(List<Object>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
Set the content of this FormModel instance.
setContent(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
Set the content of this SampleContext instance.
setContents(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
Set the contents of this WorkflowModel instance.
setContext(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the context of this SendMessagePayload instance.
setContext(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the context of this UpdateTaskInstancePayload instance.
setContext(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Set the context of this WorkflowInstanceStartPayload instance.
setContextAdminGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextAdminGroups of this WorkflowInstanceRoles instance.
setContextAdminGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextAdminGroups of this WorkflowInstanceRolesUpdatePayload instance.
setContextAdminUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextAdminUsers of this WorkflowInstanceRoles instance.
setContextAdminUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextAdminUsers of this WorkflowInstanceRolesUpdatePayload instance.
setContextViewerGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextViewerGroups of this WorkflowInstanceRoles instance.
setContextViewerGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextViewerGroups of this WorkflowInstanceRolesUpdatePayload instance.
setContextViewerUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the contextViewerUsers of this WorkflowInstanceRoles instance.
setContextViewerUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the contextViewerUsers of this WorkflowInstanceRolesUpdatePayload instance.
setConversation(Conversation) - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Set conversation information.
setConversation(ConversationUpdate) - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookResponseWrapper
Set the ConversationUpdate to send to recast.
setConversationId(String) - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
Setter for the conversation id.
setCreate(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Set the create of this WorkflowInstanceExecutionLogChanges instance.
setCreatedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the createdAt of this FormMetadata instance.
setCreatedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the createdAt of this TaskDefinition instance.
setCreatedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the createdAt of this TaskInstance instance.
setCreatedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the createdAt of this WorkflowDefinition instance.
setCreatedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the createdAt of this WorkflowDefinitionVersion instance.
setCreatedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the createdBy of this RuleServiceVersionDefinitionResult instance.
setCreatedBy(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the createdBy of this WorkingsetRuleServiceDefinitionResult instance.
setCreatedBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the createdBy of this FormMetadata instance.
setCreatedBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the createdBy of this TaskInstance instance.
setCreatedBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the createdBy of this WorkflowDefinition instance.
setCreatedBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the createdBy of this WorkflowDefinitionVersion instance.
setCreatedOn(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the createdOn of this RuleServiceVersionDefinitionResult instance.
setCreatedOn(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the createdOn of this WorkingsetRuleServiceDefinitionResult instance.
setCreatetxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setCreatetxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setCreators(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setCredentials(Map<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
Credentials being used for connecting to Extension Factory.
setCredentials(Credentials) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setCredentials(Credentials) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setCredentials(Credentials) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
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
 
setCurrentPrincipal(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
setCurrentTenant(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
setCustomField(String, Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
Sets the value of a single custom field.
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(String, Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.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.
setData(Object) - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
setData(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setData(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setData(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setData(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setDataObject(List<DataObjectObject>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the dataObject of this Project instance.
setDateFormat(DateFormat) - Method in class com.sap.cloud.sdk.services.openapi.apiclient.ApiClient
Set the date format used to parse/format date parameters.
setDecisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the decisionTable of this DecisionTableRule instance.
setDecisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
Set the decisionTable of this DecisionTableRuleAllOf instance.
setDecisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the decisionTable of this RuleObject instance.
setDecisionTable(DecisionTable) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
Set the decisionTable of this RuleObjectAllOf instance.
setDecorationStrategy(ResilienceDecorationStrategy) - Static method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceDecorator
The current instance of ResilienceDecorationStrategy to be used to guarantee resilient function properties.
setDefault(TextDefault) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Set the _default of this Text instance.
setDefaultStrategy(PrincipalPropagationStrategy) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationStrategy
The default strategy to use, when principal propagation is applicable.
setDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the definitionId of this SendMessagePayload instance.
setDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the definitionId of this TaskInstance instance.
setDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the definitionId of this WorkflowInstance instance.
setDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
Set the definitionId of this WorkflowInstanceStartPayload instance.
setDefinitionVersion(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the definitionVersion of this WorkflowInstance instance.
setDelete(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Set the delete of this WorkflowInstanceExecutionLogChanges instance.
setDeleted(Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
Set the deleted of this WorkflowInstancesUpdatePayload instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the description of this AdminData instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Set the description of this CreateVersionInput instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the description of this DataObject instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the description of this DataObjectObject instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the description of this DecisionTableColumn instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the description of this DecisionTableRule instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Set the description of this ElementValuesEnumeration instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Set the description of this ManagedSystemObject instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the description of this ManagedSystemResponseObject instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the description of this ProjectObject instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the description of this ProjectVersionObject instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the description of this Rule instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the description of this RuleObject instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the description of this RuleService instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the description of this Ruleset instance.
setDescription(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the description of this StructureComponent instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the description of this Version instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the description of this VersionObject instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the description of this TaskInstance instance.
setDescription(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the description of this UpdateTaskInstancePayload instance.
setDestinationConfiguration(Map<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
setDestinationForFetch(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
Convienence field for reusing the same destination with multiple queries (e.g.
setDestinationForFetch(HttpDestinationProperties) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
Convenience field for reusing the same destination with multiple requests (e.g.
setDestinationName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Set the destinationName of this ManagedSystemObject instance.
setDestinationName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the destinationName of this ManagedSystemResponseObject instance.
setDestinationName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the destinationName of this WorkflowInstanceExecutionLogRestEndpoint instance.
setDestinationSubdomain(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the destinationSubdomain of this WorkflowInstanceExecutionLog instance.
setDestinationSubdomain(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the destinationSubdomain of this WorkflowInstanceExecutionLogRestEndpoint instance.
setDestinationUrl(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the destinationUrl of this WorkflowInstanceExecutionLogRestEndpoint instance.
setDetails(Map<String, Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setDetails(Map<String, String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setDetails(List<ErrorErrorDetails>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Set the details of this ErrorError instance.
setDetails(List<ErrorMessageErrorDetails>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Set the details of this ErrorMessageError instance.
setDetails(Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Set the details of this Job instance.
setDetails(List<TechnicalErrorErrorDetails>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the details of this TechnicalErrorError instance.
setDifficulty(Float) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setDifficulty(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setDueDate(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the dueDate of this TaskInstance instance.
setDueDate(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the dueDate of this UpdateTaskInstancePayload instance.
setElement(Element) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the element of this DataObjectObject instance.
setElement(Element) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Set the element of this DataObjectObjectAllOf instance.
setElement(Element) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the element of this StructureComponent instance.
setElements(List<CardContent>) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ListContent
Allows to set a List of cards to be part of this list.
setEndblock(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setEnumeration(List<ElementValuesEnumeration>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the enumeration of this ElementValues instance.
setEnvironmentVariableReader(Function<String, String>) - Method in interface com.sap.cloud.sdk.cloudplatform.CloudPlatform
Set a custom function to read environment variables with.
setEnvironmentVariableReader(Function<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
 
setEnvironmentVariableReader(Function<String, String>) - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatform
 
setError(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
setError(MultichainException) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
Error including a message and the RFC error code, in case of something went wrong
setError(ErrorError) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
Set the error of this Error instance.
setError(ErrorMessageError) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
Set the error of this ErrorMessage instance.
setError(ConflictErrorError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
Set the error of this ConflictError instance.
setError(JobError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Set the error of this Job instance.
setError(TechnicalErrorError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
Set the error of this TechnicalError instance.
setError(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
Set the error of this UnauthorizedError instance.
setError(WorkflowInstanceExecutionLogError) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the error of this WorkflowInstanceExecutionLog instance.
setErrorCode(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the errorCode of this WorkflowInstanceErrorMessage instance.
setErrorCode(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
Set the errorCode of this WorkflowInstanceExecutionLogError instance.
setErrorDescription(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
Set the errorDescription of this UnauthorizedError instance.
setErrors(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setExclusion(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Set the exclusion of this RulesetAllOfVocabulary instance.
setExpiresIn(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
setExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the expression of this DecisionTableCell instance.
setExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the expression of this DecisionTableCondition instance.
setExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
Set the expression of this TextCondition instance.
setExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the expression of this TextOperation instance.
setExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the expression of this TextPredefinedResults instance.
setExpressionLanguageVersion(DecisionTableRule.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the expressionLanguageVersion of this DecisionTableRule instance.
setExpressionLanguageVersion(Rule.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the expressionLanguageVersion of this Rule instance.
setExpressionLanguageVersion(RuleAllOf.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Set the expressionLanguageVersion of this RuleAllOf instance.
setExpressionLanguageVersion(RuleObject.ExpressionLanguageVersionEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the expressionLanguageVersion of this RuleObject instance.
setExtensible(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the extensible of this DataObject instance.
setExtensible(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Set the extensible of this DataObjectAllOf instance.
setExtensible(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the extensible of this DataObjectObject instance.
setExtension(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the extension of this DataObject instance.
setExtension(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Set the extension of this DataObjectAllOf instance.
setExtension(Object) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the extension of this DataObjectObject instance.
setFallbackPrincipal(Supplier<Principal>) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
Global fallback Principal.
setFallbackRequest(Supplier<HttpServletRequest>) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Global fallback HttpServletRequest.
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.
setFeatureState(FeatureState) - Method in class com.sap.cloud.sdk.frameworks.togglz.AuditLoggingStateRepository
 
setFields(ElementValuesFields) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the fields of this ElementValues instance.
setFirst(MultichainResult) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
setFixedExpression(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Set the fixedExpression of this ResultCell instance.
setFixedOperator(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the fixedOperator of this DecisionTableCondition instance.
setFolder(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
Set the folder of this AttachmentsContextGroups instance.
setForField(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setGroups(Map<String, AttachmentsContextGroups>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
Set the groups of this AttachmentsContext instance.
setHash(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setHeaders(List<Header>) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setHeaders(List<Header>) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setHeight(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setHex(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setHex(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setHex(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
setHex(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
setHex(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setHitPolicy(DecisionTable.HitPolicyEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the hitPolicy of this DecisionTable instance.
setHttpClientCache(HttpClientCache) - 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.
setHttpClientFactory(HttpClientFactory) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
Sets the HttpClientFactory that is used when creating instances of HttpClient within the HttpClientAccessor.
setHttpHeaderSuggestion(Header) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
setHttpMethod(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the httpMethod of this WorkflowInstanceExecutionLogRestEndpoint instance.
setId(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
id
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the id of this AdminData instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Set the id of this CreateVersionInput instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the id of this DataObject instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the id of this DataObjectObject instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the id of this DecisionTableColumn instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
Set the id of this DecisionTableRow instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the id of this DecisionTableRule instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the id of this ProjectObject instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the id of this ProjectVersionObject instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the id of this Rule instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the id of this RuleObject instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the id of this RuleService instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the id of this Ruleset instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the id of this StructureComponent instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the id of this TableParameter instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the id of this TextBranches instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Set the id of this TextDefault instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the id of this TextOperation instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the id of this TextPredefinedResults instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the id of this Version instance.
setId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the id of this VersionObject instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
Set the id of this ConsumingWorkflowInstance instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the id of this CustomAttribute instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the id of this FormMetadata instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
Set the id of this FormMetadataWorkflowDefinitions instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
Set the id of this SampleContext instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the id of this TaskDefinition instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
Set the id of this TaskDefinitionAttribute instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the id of this TaskInstance instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the id of this WorkflowDefinition instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
Set the id of this WorkflowDefinitionJob instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the id of this WorkflowDefinitionVersion instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the id of this WorkflowInstance instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the id of this WorkflowInstanceExecutionLog instance.
setId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
Set the id of this WorkflowInstancesUpdatePayload instance.
setIdentifier(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
Sets a key property that identifies the accessed object.
setIdentifier(String, String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
Sets a property that identifies the data owner.
setIdExtractorFunction(String, CheckedFunction1<DecodedJWT, String>) - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipalFacade
This allows to set/override the way the Principal.getPrincipalId() is obtained, given a grant_type in the AuthToken.
setIgnored(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the ignored of this WorkflowInstanceExecutionLogRecipients instance.
setImageUrl(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
This function lets the user specify the url of an image to be displayed
setIncludedInterface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the includedInterface of this ProjectObject instance.
setIncludedInterface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the includedInterface of this ProjectVersionObject instance.
setInclusion(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
Set the inclusion of this RulesetAllOfVocabulary instance.
setIncomingpaused(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setInitiatorId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the initiatorId of this WorkflowInstanceExecutionLog instance.
setInput(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Set the input of this Vocabulary instance.
setInstanceAttachments(String, AttachmentsContext) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Overwrite instance attachments
setInstanceContext(String, Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Overwrite instance context
setInstanceId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
setInterface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the _interface of this ProjectObject instance.
setInterface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the _interface of this ProjectVersionObject instance.
setIscompressed(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setIsmine(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setIsmine(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setIsmine(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setIsp2shaddress(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setIsscript(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setIssueqty(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setIssueraw(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setIssues(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setIssuetxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setIsSynchronized(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setIsSynchronized(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setIsSynchronized(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setIsTrustingAllCertificates(Boolean) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setIsTrustingAllCertificates(Boolean) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setIswatchonly(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setIswatchonly(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setIswatchonly(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setItems(List<?>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setItems(List<MultichainItem>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setItems(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
setItems(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setJndiLookupFacade(JndiLookupFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.naming.JndiLookupAccessor
Replaces the default JndiLookupFacade instance.
setJobs(List<WorkflowDefinitionJob>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the jobs of this WorkflowDefinition instance.
setJsonData(Map<String, Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setKey(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Set the key of this ElementValuesFields instance.
setKeypoololdest(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setKeypoolsize(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setKeys(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setKeys(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setKeys(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setKeyStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setKeyStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setKeyStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setKeyStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the label of this AdminData instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the label of this DataObject instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the label of this DataObjectObject instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the label of this DecisionTableColumn instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the label of this DecisionTableRule instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the label of this ProjectObject instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the label of this ProjectVersionObject instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the label of this Rule instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the label of this RuleObject instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the label of this RuleService instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the label of this Ruleset instance.
setLabel(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the label of this StructureComponent instance.
setLabel(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the label of this CustomAttribute instance.
setLabel(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
Set the label of this TaskDefinitionAttribute instance.
setLanguage(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Set the language of this ElementValuesFields instance.
setLanguage(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ConversationUpdate
Set the language this conversation should be switched to.
setLanguage(String) - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
This function replaces the current language of the response
setLanguage(String) - Method in class com.sap.cloud.sdk.services.recastai.NlpResponseWrapper
This setter changes the current laguage to the new given one.
setLast(MultichainResult) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
setLastChangedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the lastChangedAt of this TaskInstance instance.
setLeavesHashes() - Method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.AbstractMerkleTree
calculates and sets the hashes of the leaves
setLineType(TableLineType) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Set the lineType of this Table instance.
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.
setLocktime(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setLogId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
Set the logId of this ConflictErrorError instance.
setLogId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
Set the logId of this JobError instance.
setLogId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the logId of this TechnicalErrorError instance.
setLogId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the logId of this WorkflowInstanceErrorMessage instance.
setLogId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
Set the logId of this WorkflowInstanceExecutionLogError instance.
setMemory(Map<String, Object>) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.ConversationUpdate
Setter to entirely replacer the memory of this conversation
setMemory(Map<String, Object>) - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
Setter to replace the current memory with a new memory.
setMerkleroot(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setMessage(String) - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
setMessage(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
Set the message of this ErrorError instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
Set the message of this ErrorErrorDetails instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
Set the message of this ErrorMessageError instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
Set the message of this ErrorMessageErrorDetails instance.
setMessage(TextResponse) - Method in class com.sap.cloud.sdk.services.recastai.DialogResponseWrapper
Replaces the current TextResponse object with the new given TextResponse
setMessage(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
Set the message of this ConflictErrorError instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
Set the message of this JobError instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
Set the message of this TechnicalErrorError instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
Set the message of this TechnicalErrorErrorDetails instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the message of this WorkflowInstanceErrorMessage instance.
setMessage(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
Set the message of this WorkflowInstanceExecutionLogError instance.
setMessages(ResponseInterface[]) - Method in class com.sap.cloud.sdk.services.recastai.MessageResponseWrapper
Sets a message array to be sent out.
setMiner(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setMiningpaused(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setMockableInstance(FacadeLocator.MockableInstance) - Static method in class com.sap.cloud.sdk.cloudplatform.util.FacadeLocator
Replaces the default FacadeLocator.MockableInstance.
setMode(ResultCell.ModeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
Set the mode of this ResultCell instance.
setMode(TextPredefinedResults.ModeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the mode of this TextPredefinedResults instance.
setModelElementId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
Set the modelElementId of this SampleContext instance.
setMultiple(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setN(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setName(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
setName(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
Name of the VCAP service.
setName(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setName(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setName(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the name of this AdminData instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the name of this DataObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the name of this DataObjectObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the name of this DecisionTableRule instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
Set the name of this ManagedSystemObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
Set the name of this ManagedSystemResponseObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the name of this ProjectObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the name of this ProjectVersionObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the name of this Rule instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the name of this RuleObject instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the name of this RuleService instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the name of this Ruleset instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the name of this StructureComponent instance.
setName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the name of this TableParameter instance.
setName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the name of this FormMetadata instance.
setName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
Set the name of this TaskDefinition instance.
setName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the name of this WorkflowDefinition instance.
setName(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the name of this WorkflowDefinitionVersion instance.
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 this NamingStrategy.
setNextblockhash(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setNlp(Nlp) - Method in class com.sap.cloud.sdk.services.recastai.RecastWebhookData
Set the nlp information
setNodeaddress(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setNodeversion(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setNonce(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setObjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
Set the objectId of this RuleAllOfResult instance.
setObjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
Set the objectId of this RulesetAllOfRule instance.
setObjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
Set the objectId of this RulesetAllOfRuleService instance.
setObjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
Set the objectId of this StructureAssociation instance.
setObjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
Set the objectId of this TableLineType instance.
setObjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
Set the objectId of this TableParameter instance.
setObjectId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
Set the objectId of this AttachmentsContextRefs instance.
setObjectMapping(ObjectMapping) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
Set the objectMapping of this CopyProject instance.
setOffchain(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setOffchain(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setOpen(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setOpen(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setOperation(List<TextOperation>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the operation of this TextBranches instance.
setOperation(List<TextOperation>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
Set the operation of this TextDefault instance.
setOrMockCurrentPrincipal(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
setOrMockCurrentTenant(String) - Method in class com.sap.cloud.sdk.testutil.MockUtil
 
setOwner(ScpCfDestinationServiceV1Response.DestinationOwner) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
setParameter(List<TableParameter>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
Set the parameter of this Table instance.
setParentId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the parentId of this Version instance.
setParentId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the parentId of this VersionObject instance.
setParentInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the parentInstanceId of this WorkflowInstance instance.
setParentInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the parentInstanceId of this WorkflowInstanceExecutionLog instance.
setPassword(String) - Method in class com.sap.cloud.sdk.scp.Destination
 
setPassword(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
The password to reach the service node via basic authentication.
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
setPath(String) - Method in class com.sap.cloud.sdk.scp.Destination
 
setPaytxfee(Double) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setPending(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setPermissions(List<Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setPermissions(List<Object>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setPolicy(Ruleset.PolicyEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the policy of this Ruleset instance.
setPolicy(RulesetAllOf.PolicyEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the policy of this RulesetAllOf instance.
setPort(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setPredefinedResults(List<TextPredefinedResults>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Set the predefinedResults of this Text instance.
setPreviousblockhash(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setPrincipalFacade(PrincipalFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
Replaces the default PrincipalFacade instance.
setPriority(Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the priority of this Ruleset instance.
setPriority(Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the priority of this RulesetAllOf instance.
setPriority(TaskInstance.PriorityEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the priority of this TaskInstance instance.
setPriority(UpdateTaskInstancePayload.PriorityEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the priority of this UpdateTaskInstancePayload instance.
setPrivkey(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
setProcessor(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the processor of this TaskInstance instance.
setProcessor(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the processor of this UpdateTaskInstancePayload instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
Set the project of this AdminData instance.
setProject(Project) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
Set the project of this CopyProject instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the project of this DataObject instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the project of this DataObjectObject instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the project of this DecisionTableRule instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
Set the project of this MigrateProject instance.
setProject(List<ProjectObject>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the project of this Project instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the project of this Rule instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the project of this RuleObject instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the project of this RuleService instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the project of this Ruleset instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the project of this Version instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the project of this VersionObject instance.
setProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
Set the project of this VersionObjectAllOf instance.
setProjectName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the projectName of this RuleServiceVersionDefinitionResult instance.
setProjectName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the projectName of this WorkingsetRuleServiceDefinitionResult instance.
setPropagatedPrincipal(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the propagatedPrincipal of this WorkflowInstanceExecutionLog instance.
setProperties(Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setProperties(Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setProperties(Map<String, String>) - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
setProperty(String, String, JsonObject) - Method in interface com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter
Uses the given propertyName and propertyContent to modify the serviceBindingObject.
setPropertyIfAbsent(String, Try<Property<?>>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
Sets a value for the property for the given name, if it has not been set before.
setPropertyIfAbsent(String, Try<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.
setProtocol(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setProtocolversion(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setProxy(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setProxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setProxyConfiguration(ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setProxyType(ProxyType) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setProxyType(ProxyType) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setPubkey(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setPubkey(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
setPublisher(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
setPublishers(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setPublishers(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setPublishers(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setPurpose(WorkflowDefinitionJob.PurposeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
Set the purpose of this WorkflowDefinitionJob instance.
setQty(Float) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setQuery(ODataQuery) - Method in exception com.sap.cloud.sdk.datamodel.odata.helper.ODataVdmErrorResultHandler.ErpODataException
Deprecated.
 
setRecipientGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the recipientGroups of this TaskInstance instance.
setRecipientGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the recipientGroups of this UpdateTaskInstancePayload instance.
setRecipientGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the recipientGroups of this WorkflowInstanceExecutionLog instance.
setRecipients(WorkflowInstanceExecutionLogRecipients) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the recipients of this WorkflowInstanceExecutionLog instance.
setRecipientUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the recipientUsers of this TaskInstance instance.
setRecipientUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the recipientUsers of this UpdateTaskInstancePayload instance.
setRecipientUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the recipientUsers of this WorkflowInstanceExecutionLog instance.
setReference(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Set the reference of this Vocabulary instance.
setReferenceInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the referenceInstanceId of this WorkflowInstanceExecutionLog instance.
setRefs(List<AttachmentsContextRefs>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
Set the refs of this AttachmentsContextGroups instance.
setRegSigs(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
setReindex(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setRelativePath(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
Set the relativePath of this WorkflowInstanceExecutionLogRestEndpoint instance.
setRelayfee(Double) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setRequestFacade(RequestFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Replaces the default RequestFacade instance.
setRestEndpoint(WorkflowInstanceExecutionLogRestEndpoint) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the restEndpoint of this WorkflowInstanceExecutionLog instance.
setRestrict(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setRestrict(Object) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setResult(T) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
Actual answer to the request
setResult(DecisionTableResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the result of this DecisionTableColumn instance.
setResult(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the result of this DecisionTableRule instance.
setResult(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the result of this Rule instance.
setResult(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Set the result of this RuleAllOf instance.
setResult(RuleAllOfResult) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the result of this RuleObject instance.
setResult(List<RulesetAllOfRuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
Set the result of this Vocabulary instance.
setResult(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
Set the result of this RuleServiceResult instance.
setRetriesRemaining(Integer) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the retriesRemaining of this WorkflowInstanceExecutionLog instance.
setRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
Set the revision of this CreateVersionInput instance.
setRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
Set the revision of this Version instance.
setRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
Set the revision of this VersionObject instance.
setRevision(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the revision of this FormMetadata instance.
setRole(String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
This represents the role of the owner for the data (e.g.
setRootFolder(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
Set the rootFolder of this AttachmentsContext instance.
setRootInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the rootInstanceId of this WorkflowInstance instance.
setRootInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the rootInstanceId of this WorkflowInstanceExecutionLog instance.
setRow(List<DecisionTableRow>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
Set the row of this DecisionTable instance.
setRowId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
Set the rowId of this DecisionTableCell instance.
setRule(List<RuleObject>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the rule of this Project instance.
setRule(List<RulesetAllOfRule>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the rule of this Ruleset instance.
setRule(List<RulesetAllOfRule>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the rule of this RulesetAllOf instance.
setRuleService(List<RuleService>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the ruleService of this Project instance.
setRuleService(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the ruleService of this Ruleset instance.
setRuleService(RulesetAllOfRuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the ruleService of this RulesetAllOf instance.
setRuleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
Set the ruleServiceId of this RuleServiceVersionDefinitionInput instance.
setRuleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceId of this RuleServiceVersionDefinitionResult instance.
setRuleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the ruleServiceId of this RuleServiceVersionInvocationInput instance.
setRuleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
Set the ruleServiceId of this WorkingsetRuleServiceDefinitionInput instance.
setRuleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the ruleServiceId of this WorkingsetRuleServiceDefinitionResult instance.
setRuleServiceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Set the ruleServiceId of this WorkingsetRuleServiceInvocationInput instance.
setRuleServiceName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceName of this RuleServiceVersionDefinitionResult instance.
setRuleServiceName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
Set the ruleServiceName of this WorkingsetRuleServiceDefinitionResult instance.
setRuleServiceRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceRevision of this RuleServiceVersionDefinitionResult instance.
setRuleServiceRevision(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the ruleServiceRevision of this RuleServiceVersionInvocationInput instance.
setRuleServiceVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
Set the ruleServiceVersion of this RuleServiceVersionDefinitionInput instance.
setRuleServiceVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
Set the ruleServiceVersion of this RuleServiceVersionDefinitionResult instance.
setRuleServiceVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the ruleServiceVersion of this RuleServiceVersionInvocationInput instance.
setRuleset(List<Ruleset>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the ruleset of this Project instance.
setScript(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setScriptPubKey(MultichainScriptPubKey) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setScriptPubKey(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setSecretStoreFacade(SecretStoreFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Replaces the default SecretStoreFacade instance.
setSegment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
Set the segment of this DecisionTableResult instance.
setSegment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
Set the segment of this StructureAssociationSource instance.
setSegment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
Set the segment of this StructureAssociationTarget instance.
setSegment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the segment of this TextOperation instance.
setSegment(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the segment of this TextPredefinedResults instance.
setSendDisabled(Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the sendDisabled of this WorkflowInstanceExecutionLog instance.
setSequence(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setSequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the sequenceNumber of this DecisionTableColumn instance.
setSequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
Set the sequenceNumber of this DecisionTableRow instance.
setSequenceNumber(Integer) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
Set the sequenceNumber of this RulesetAllOfRule instance.
setSequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
Set the sequenceNumber of this TextBranches instance.
setSequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
Set the sequenceNumber of this TextOperation instance.
setSequenceNumber(Float) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
Set the sequenceNumber of this TextPredefinedResults instance.
setServiceBindingLoader(ServiceBindingLoader) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Sets the ServiceBindingLoader to use for reading service bindings from potentially different places such as the VCAP_SERVICES environment variable and/or the file system.
setServiceBindingsRootLocation(Path) - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatform
Sets the service binding root location.
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.
setServicePathForFetch(String) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
The service path only used for the fetch commands of this entity.
setServiceUrl(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
The URL the service node is reachable
setServiceUrl(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
The URL the service node is reachable
setSetupblocks(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setSeverity(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
Set the severity of this ErrorErrorDetails instance.
setSeverity(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
Set the severity of this ErrorMessageErrorDetails instance.
setSeverity(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
Set the severity of this TechnicalErrorErrorDetails instance.
setSigsrequired(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
setSize(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setSource(StructureAssociationSource) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
Set the source of this StructureAssociationCondition instance.
setSourceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the sourceId of this ObjectMapping instance.
setSourceName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the sourceName of this ObjectMapping instance.
setSourceProjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
Set the sourceProjectId of this CopyProjectInput instance.
setSourceProjectVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
Set the sourceProjectVersion of this RecoverVersion instance.
setSpendable(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setStartblock(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setStartedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the startedAt of this WorkflowInstance instance.
setStartedBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the startedBy of this WorkflowInstance instance.
setStatus(Job.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Set the status of this Job instance.
setStatus(TaskInstance.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the status of this TaskInstance instance.
setStatus(UpdateTaskInstancePayload.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the status of this UpdateTaskInstancePayload instance.
setStatus(WorkflowInstance.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the status of this WorkflowInstance instance.
setStatus(WorkflowInstanceUpdatePayload.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
Set the status of this WorkflowInstanceUpdatePayload instance.
setStreamref(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setStreamref(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setStructure(Structure) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the structure of this DataObjectObject instance.
setStructure(Structure) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Set the structure of this DataObjectObjectAllOf instance.
setSubaccountId(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
setSubject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the subject of this TaskInstance instance.
setSubject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the subject of this UpdateTaskInstancePayload instance.
setSubject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the subject of this WorkflowInstance instance.
setSubject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the subject of this WorkflowInstanceExecutionLog instance.
setSubscribed(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setSubscribed(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
setSubtitle(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
This function sets the value of the subtitle to the specified String.
setTable(Table) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the table of this DataObjectObject instance.
setTable(Table) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Set the table of this DataObjectObjectAllOf instance.
setTarget(StructureAssociationTarget) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
Set the target of this StructureAssociationCondition instance.
setTargetId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the targetId of this ObjectMapping instance.
setTargetName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the targetName of this ObjectMapping instance.
setTaskId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the taskId of this WorkflowInstanceExecutionLog instance.
setTenantFacade(TenantFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
Replaces the default TenantFacade instance.
setTestnet(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setText(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Set the text of this ElementValuesFields instance.
setText(Text) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the text of this RuleObject instance.
setText(Text) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
Set the text of this RuleObjectAllOf instance.
setText(String) - Method in class com.sap.cloud.sdk.services.recastai.NlpResponseWrapper
This setter changes the current text to the new given one.
setThreadContextFacade(ThreadContextFacade) - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
Replaces the default ThreadContextFacade instance.
setTime(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setTime(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setTime(Instant) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setTime(Instant) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setTimeoffset(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setTimereceived(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setTimereceived(Instant) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setTimestamp(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the timestamp of this WorkflowInstanceErrorMessage instance.
setTimestamp(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the timestamp of this WorkflowInstanceExecutionLog instance.
setTitle(String) - Method in class com.sap.cloud.sdk.services.recastai.botresponses.CardContent
Function sets the title to the specified String.
setTo(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the to of this WorkflowInstanceExecutionLogRecipients instance.
setTransactions(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setTrustStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setTrustStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setTrustStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
setTrustStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
setTx(List<MultichainTransaction>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setTxcount(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setTxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setTxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setTxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setTxid(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setType(String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataObject
This represents the type of the object being accessed.
setType(String) - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditedDataSubject
This represents the type of owner for the data (e.g.
setType(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
setType(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
setType(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setType(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
setType(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setType(MultichainPermission.MultichainPermissionType) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
setType(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
setType(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setType(DataObject.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the type of this DataObject instance.
setType(DataObjectAllOf.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Set the type of this DataObjectAllOf instance.
setType(DataObjectObject.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the type of this DataObjectObject instance.
setType(DecisionTableColumn.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the type of this DecisionTableColumn instance.
setType(DecisionTableRule.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the type of this DecisionTableRule instance.
setType(ElementValues.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the type of this ElementValues instance.
setType(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the type of this ObjectMapping instance.
setType(Project.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the type of this Project instance.
setType(Rule.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the type of this Rule instance.
setType(RuleAllOf.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Set the type of this RuleAllOf instance.
setType(RuleObject.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the type of this RuleObject instance.
setType(StructureComponent.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the type of this StructureComponent instance.
setType(CustomAttribute.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the type of this CustomAttribute instance.
setType(FormMetadata.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the type of this FormMetadata instance.
setType(TaskDefinitionAttribute.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
Set the type of this TaskDefinitionAttribute instance.
setType(WorkflowInstanceExecutionLog.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the type of this WorkflowInstanceExecutionLog instance.
setUnits(Float) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
setUpdate(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Set the update of this WorkflowInstanceExecutionLogChanges instance.
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.
setUrl(String) - Method in class com.sap.cloud.sdk.scp.Destination
 
setUrl(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the url of this ElementValues instance.
setUser(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
The user name to reach the service node via basic authentication.
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).
setUserId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the userId of this WorkflowInstanceExecutionLog instance.
setUsername(String) - Method in class com.sap.cloud.sdk.scp.Destination
 
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
setValid(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setValid(Boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setValue(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
setValue(Long) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
setValue(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Set the value of this ElementValuesEnumeration instance.
setValue(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the value of this CustomAttribute instance.
setValueOnly(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the valueOnly of this DecisionTableCondition instance.
setValues(ElementValues) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
Set the values of this Element instance.
setVersion(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
setVersion(String) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setVersion(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
Set the version of this MigrateProject instance.
setVersion(VersionObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the version of this Project instance.
setVersion(Version) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the version of this ProjectVersionObject instance.
setVersion(Version) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
Set the version of this ProjectVersionObjectAllOf instance.
setVersion(Integer) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the version of this FormMetadata instance.
setVersion(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the version of this WorkflowDefinition instance.
setVersion(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the version of this WorkflowDefinitionVersion instance.
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.
setViewerGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the viewerGroups of this WorkflowInstanceRoles instance.
setViewerGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the viewerGroups of this WorkflowInstanceRolesUpdatePayload instance.
setViewerUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the viewerUsers of this WorkflowInstanceRoles instance.
setViewerUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the viewerUsers of this WorkflowInstanceRolesUpdatePayload instance.
setVin(List<MultichainUTXO>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setVin(List<MultichainUTXO>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setVocabulary(Vocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the vocabulary of this RuleService instance.
setVocabulary(Vocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Set the vocabulary of this RuleServiceAllOf instance.
setVocabulary(RulesetAllOfVocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the vocabulary of this Ruleset instance.
setVocabulary(RulesetAllOfVocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the vocabulary of this RulesetAllOf instance.
setVocabulary(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the vocabulary of this RuleServiceVersionInvocationInput instance.
setVocabulary(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Set the vocabulary of this WorkingsetRuleServiceInvocationInput instance.
setVout(List<MultichainOutput>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
setVout(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
setVout(List<MultichainOutput>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
setVout(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
setWalletdbversion(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setWalletversion(Integer) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
setWorkflowDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the workflowDefinitionId of this SendMessagePayload instance.
setWorkflowDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the workflowDefinitionId of this TaskInstance instance.
setWorkflowDefinitions(List<FormMetadataWorkflowDefinitions>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the workflowDefinitions of this FormMetadata instance.
setWorkflowInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the workflowInstanceId of this SendMessagePayload instance.
setWorkflowInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the workflowInstanceId of this TaskInstance instance.
severity(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
Set the severity of this ErrorErrorDetails instance and return the same instance.
severity(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
Set the severity of this ErrorMessageErrorDetails instance and return the same instance.
severity(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
Set the severity of this TechnicalErrorErrorDetails instance and return the same instance.
ShortExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a Short.
ShortExtractor() - Constructor for class com.sap.cloud.sdk.result.ShortExtractor
 
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.
shouldLog(int) - Method in class org.eclipse.persistence.logging.slf4j.EclipseLinkToSlf4jSessionLogger
 
shouldLog(int, String) - Method in class org.eclipse.persistence.logging.slf4j.EclipseLinkToSlf4jSessionLogger
 
ShouldNotHappenException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown in case of an exception that should not happen.
ShouldNotHappenException(String) - 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.
ShouldNotHappenException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
Exception constructor.
ShouldNotHappenException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.ShouldNotHappenException
 
shouldSkipClass(Class<?>) - Method in class com.sap.cloud.sdk.result.AnnotatedFieldGsonExclusionStrategy
 
shouldSkipField(FieldAttributes) - Method in class com.sap.cloud.sdk.result.AnnotatedFieldGsonExclusionStrategy
 
signRawTransaction(String, List<Object>, Collection<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Signs the raw transaction in tx-hex, often provided by a previous call to createrawtransaction or createrawsendfrom.
SimpleCachingServiceBindingLoaderWrapper - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the ServiceBindingLoader interface that wraps another ServiceBindingLoader instance and caches the result for a certain amount of time.
SimpleCachingServiceBindingLoaderWrapper(ServiceBindingLoader, Duration, Supplier<LocalDateTime>) - Constructor for class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper
Constructs a new instance of the SimpleCachingServiceBindingLoaderWrapper class.
SimpleCachingServiceBindingLoaderWrapper.SimpleCachingServiceBindingLoaderWrapperBuilder - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
 
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(NameSource) - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.SimpleNamingStrategy
Initializes a new SimpleNamingStrategy with the given nameSource.
SimpleNamingStrategy() - Constructor for class com.sap.cloud.sdk.datamodel.odata.utility.SimpleNamingStrategy
 
SimplePrincipalAttribute<T> - Class in com.sap.cloud.sdk.cloudplatform.security.principal
A PrincipalAttribute holding a simple generic value.
SimplePrincipalAttribute(String, T) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
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(OAuth2TokenService) - Static method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2TokenServiceCache
Create ab immutable cache instance, with a single entry that is being returned for any provided client identity.
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
 
SingleFixedRateConversionResult - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
This is the single response after a fixed rate conversion is performed.
SingleFixedRateConversionResult.SingleFixedRateConversionResultBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
SingleNonFixedRateConversionResult - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
This is the single response after a non-fixed rate conversion is performed.
SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
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, 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.
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.
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.
skip(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
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.
skip(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Determine the how many first N entities of the result set should be skipped.
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
 
skipCsrfTokenRetrieval - Variable in class com.sap.cloud.sdk.datamodel.odatav4.core.ActionRequestBuilder
Flag indicating if the CSRF token retrieval should be skipped.
SlimButton - Class in com.sap.cloud.sdk.services.recastai.botresponses
This is the simplest button to be sent and only allows postback type.
SlimButton(String, String) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.SlimButton
Function creates a new slim button
SoapCustomConverter - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
Custom converter class being registered in the Axis2 framework by default through the Axis2CustomConverterListener.
SoapCustomConverter() - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapCustomConverter
 
SoapException - Exception in com.sap.cloud.sdk.s4hana.connectivity.soap
Thrown in case of error situations related to the invocation of SOAP services in an ERP system.
SoapException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
SoapException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
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
Creates an instance of SoapException which indicates an error situation related to invocation of an SOAP Service in SAP S/4HANA.
SoapException() - Constructor for exception com.sap.cloud.sdk.s4hana.connectivity.soap.SoapException
 
SoapRequest<ServiceT extends org.apache.axis2.client.Stub> - Class in com.sap.cloud.sdk.s4hana.connectivity.soap
Class representing a request calling a SOAP service in an ERP system.
SoapRequest(Class<ServiceT>, Destination) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
Deprecated.
This constructor is deprecated, use SoapRequest(Class, HttpDestination) instead
SoapRequest(Class<ServiceT>, HttpDestination) - Constructor for class com.sap.cloud.sdk.s4hana.connectivity.soap.SoapRequest
Takes the class type of the SOAP service type ServiceT as serviceClass and an Destination, creates and prepares the Axis2 configuration context and instantiates the class ServiceT.
source(StructureAssociationSource) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
Set the source of this StructureAssociationCondition instance and return the same instance.
sourceDirectory(Path) - Method in class com.sap.cloud.sdk.datamodel.metadata.generator.JavaServiceMethodResolver.OptionalBuilder
 
sourceId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the sourceId of this ObjectMapping instance and return the same instance.
sourceName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the sourceName of this ObjectMapping instance and return the same instance.
sourceProjectId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
Set the sourceProjectId of this CopyProjectInput instance and return the same instance.
sourceProjectVersion(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
Set the sourceProjectVersion of this RecoverVersion instance and return the same instance.
splitAndTrim(String) - Method in class com.sap.cloud.sdk.frameworks.togglz.AbstractActivationStrategy
Splits the given string by comma, semicolon, and newlines.
SpringExceptionMapper - Class in com.sap.cloud.sdk.frameworks.spring.response
Global exception handler using the Spring ControllerAdvice mechanic.
SpringExceptionMapper() - Constructor for class com.sap.cloud.sdk.frameworks.spring.response.SpringExceptionMapper
 
startedAt(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the startedAt of this WorkflowInstance instance and return the same instance.
startedBy(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the startedBy of this WorkflowInstance instance and return the same instance.
startInstance(WorkflowInstanceStartPayload, String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Start a new instance
startInstance(WorkflowInstanceStartPayload) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Start a new instance
startsWith(ValueCollection) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableCollection
Filter by expression "startsWith".
startsWith(Iterable<?>) - 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(String) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "startswith".
startsWith(Expressions.OperandMultiple, Expressions.OperandMultiple) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
startsWith(ValueString, ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
startsWith(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Expression fluent helper supporting the filter function "startswith".
startsWith(FilterableCollection<?, ItemT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.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(FilterableString<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "startswith".
startsWith(String) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "startswith".
staticAccessToken(DecodedJWT) - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider.OAuth2ServiceProviderBuilder
Set a static access token.
staticCredentials(Credentials) - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider.OAuth2ServiceProviderBuilder
Set a static credentials object.
status(Job.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
Set the status of this Job instance and return the same instance.
status(TaskInstance.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the status of this TaskInstance instance and return the same instance.
status(UpdateTaskInstancePayload.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the status of this UpdateTaskInstancePayload instance and return the same instance.
status(WorkflowInstance.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the status of this WorkflowInstance instance and return the same instance.
status(WorkflowInstanceUpdatePayload.StatusEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
Set the status of this WorkflowInstanceUpdatePayload instance and return the same instance.
StopLocalMojo - Class in com.sap.cloud.sdk.scp
 
StopLocalMojo() - Constructor for class com.sap.cloud.sdk.scp.StopLocalMojo
 
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
Run a consumer for fluent API type ResultElement to iterate over the OData response with a continuous data stream.
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
 
StringCollectionPrincipalAttribute - Class in com.sap.cloud.sdk.cloudplatform.security.principal
A CollectionPrincipalAttribute holding String values.
StringCollectionPrincipalAttribute(String, Collection<String>) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.StringCollectionPrincipalAttribute
Creates an CollectionPrincipalAttribute containing String values.
StringConverter - Class in com.sap.cloud.sdk.cloudplatform.util
Helper class for consistent String conversions across different modules.
StringConverter() - Constructor for class com.sap.cloud.sdk.cloudplatform.util.StringConverter
 
StringExtractor - Class in com.sap.cloud.sdk.result
ObjectExtractor implementation transforming a given ResultElement to a String.
StringExtractor() - Constructor for class com.sap.cloud.sdk.result.StringExtractor
 
StringParsingException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown when string conversion to a certain type fails.
StringParsingException(String, Class<?>) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.StringParsingException
Exception constructor.
StringParsingException(String, Class<?>, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.StringParsingException
Exception constructor.
StringParsingExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
StringParsingExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.StringParsingExceptionMapper
 
StringPrincipalAttribute - Class in com.sap.cloud.sdk.cloudplatform.security.principal
A SimplePrincipalAttribute holding a String value.
StringPrincipalAttribute(String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.principal.StringPrincipalAttribute
Creates an PrincipalAttribute containing a String value.
StringValidator - Class in com.sap.cloud.sdk.cloudplatform.util
Utility class for validation purposes.
StringValidator() - Constructor for class com.sap.cloud.sdk.cloudplatform.util.StringValidator
 
structure(Structure) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the structure of this DataObjectObject instance and return the same instance.
structure(Structure) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Set the structure of this DataObjectObjectAllOf instance and return the same instance.
Structure - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Object containing properties specific to structure type data object
Structure() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
 
StructureAssociation - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Object containing properties specific to a data object association.
StructureAssociation() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
 
StructureAssociation.CardinalityEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Cardinality of the association
StructureAssociationCondition - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
StructureAssociationCondition
StructureAssociationCondition() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
 
StructureAssociationSource - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
StructureAssociationSource
StructureAssociationSource() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
 
StructureAssociationTarget - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
StructureAssociationTarget
StructureAssociationTarget() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
 
StructureComponent - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
StructureComponent
StructureComponent() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
 
StructureComponent.TypeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Type of the Component - Inline (I) or Association (A).
StructuredQuery - Class in com.sap.cloud.sdk.datamodel.odata.client.query
StructuredQuery acts as a builder for OData 2.0 or 4.0 queries.
subject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the subject of this TaskInstance instance and return the same instance.
subject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
Set the subject of this UpdateTaskInstancePayload instance and return the same instance.
subject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
Set the subject of this WorkflowInstance instance and return the same instance.
subject(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the subject of this WorkflowInstanceExecutionLog instance and return the same instance.
subscribe(FeatureChangeSubscriber) - Static method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeNotifier
Adds a subscriber to the list of listeners to be notified in case of a change.
subscribe(List<String>, boolean) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Instructs the node to start tracking one or more asset(s) or stream(s).
subscribeTenant(String) - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
This method provides the default implementation for the tenant onboarding for a given tenant/zone Id.
substring(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.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, Integer) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "substring".
substring(Expressions.OperandMultiple, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
substring(Expressions.OperandMultiple, ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionCollection
 
substring(ValueString, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
substring(ValueString, ValueNumeric, ValueNumeric) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
substring(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.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.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(String) - 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
 
substringOf(String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityField
Expression fluent helper supporting the filter function "substringof".
subtract(ValueDuration) - 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.FilterableDate
Filter by expression "sub".
subtract(ValueDuration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
Filter by expression "sub".
subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
Filter by expression "add".
subtract(ValueDuration) - 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.odata.client.expression.FilterableDuration
Filter by expression "sub".
subtract(ValueNumeric) - 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.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(ValueDateTimeOffset, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Subtraction expression for date time and duration.
subtract(ValueDuration, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Subtraction expression for duration and duration.
subtract(ValueDate, ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Subtraction expression for date and duration.
subtract(ValueDate, ValueDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionArithmetic
Subtraction expression for date and date.
subtract(FilterableDuration<EntityT>) - 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.FilterableDate
Filter by expression "sub".
subtract(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
Filter by expression "sub".
subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
Filter by expression "add".
subtract(FilterableDuration<EntityT>) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
Filter by expression "sub".
subtract(Duration) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDuration
Filter by expression "sub".
subtract(Long) - 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.FilterableNumeric
Filter by expression "sub".
subtract(Number) - 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(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.FilterableNumericDecimal
 
subtract(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
subtract(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericDecimal
 
subtract(Integer) - 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(Number) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
subtract(Long) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
subtract(Integer) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableNumericInteger
 
supportComponent - Variable in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
The support component.
systemId(String) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 

T

table(Table) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the table of this DataObjectObject instance and return the same instance.
table(Table) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
Set the table of this DataObjectObjectAllOf instance and return the same instance.
Table - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Table
Table() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
 
TableLineType - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Any other data object may be used as LineType, also structures and tables
TableLineType() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
 
TableParameter - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
TableParameter
TableParameter() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
 
target(StructureAssociationTarget) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
Set the target of this StructureAssociationCondition instance and return the same instance.
targetId(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the targetId of this ObjectMapping instance and return the same instance.
targetName(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the targetName of this ObjectMapping instance and return the same instance.
TaskDefinition - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
TaskDefinition
TaskDefinition() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
 
TaskDefinitionAttribute - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
TaskDefinitionAttribute
TaskDefinitionAttribute() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
 
TaskDefinitionAttribute.TypeEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The type of the attribute.
TaskDefinitionsApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
TaskDefinitionsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.TaskDefinitionsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
TaskDefinitionsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.TaskDefinitionsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
taskId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the taskId of this WorkflowInstanceExecutionLog instance and return the same instance.
TaskInstance - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
TaskInstance
TaskInstance() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
 
TaskInstance.PriorityEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The priority of the user task instance.
TaskInstance.StatusEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The status of the user task instance.
TechnicalError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
TechnicalError
TechnicalError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
 
TechnicalErrorError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
TechnicalErrorError
TechnicalErrorError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
 
TechnicalErrorErrorDetails - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
TechnicalErrorErrorDetails
TechnicalErrorErrorDetails() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
 
Tenant - Interface in com.sap.cloud.sdk.cloudplatform.tenant
An interface representing a Tenant on the SAP Business Technology Platform.
TENANT_ID - Static variable in class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserProvider
The parameter for single tenant identifier.
TENANT_LISTENER - Static variable in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextListener.DefaultPriorities
 
TenantAccessException - Exception in com.sap.cloud.sdk.cloudplatform.tenant.exception
Runtime exception indicating an issue while accessing a tenant.
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(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
Initializes the exception by delegating the causing exception 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() - Constructor for exception com.sap.cloud.sdk.cloudplatform.tenant.exception.TenantAccessException
 
TenantAccessor - Class in com.sap.cloud.sdk.cloudplatform.tenant
Accessor for retrieving the current Tenant.
TenantActivationStrategy - Class in com.sap.cloud.sdk.frameworks.togglz
Implementation of AbstractActivationStrategy enabling feature toggling via tenants.
TenantActivationStrategy() - Constructor for class com.sap.cloud.sdk.frameworks.togglz.TenantActivationStrategy
 
TenantFacade - Interface in com.sap.cloud.sdk.cloudplatform.tenant
Facade for accessing the current Tenant.
tenantId - Variable in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
The tenant/zone identifier.
tenantId - Variable in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
The tenant or zone identifier.
tenantIdentifier(Tenant) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
TenantMetricKeyPair - Class in com.sap.cloud.sdk.cloudplatform.metering
POJO representing a category for a specific account, measured in the metering.
TenantMetricKeyPair(String, String, String) - Constructor for class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
TenantSessionListener - Class in com.sap.cloud.sdk.frameworks.eclipselink
AbstractSessionListener setting the tenant for the persistence provider.
TenantSessionListener() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.TenantSessionListener
 
TenantSettings - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
The tenant-specific settings include the Data Provider Code and Data Source to fetch relevant exchange rates.
TenantSettings.TenantSettingsBuilder - Class in com.sap.cloud.sdk.services.currencyconversion.datamodel.model
 
TenantSpecificAuthorization - Class in com.sap.cloud.sdk.cloudplatform.security
Authorization implementation based on a tenant identifier and another Authorization.
TenantSpecificAuthorization(String, Authorization) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
Creates a new authorization based on the tenant/zone identifier and another Authorization.
TenantSpecificUserActivationStrategy - Class in com.sap.cloud.sdk.frameworks.togglz
Implementation of AbstractActivationStrategy enabling feature toggling via tenant-specific users.
TenantSpecificUserActivationStrategy() - Constructor for class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserActivationStrategy
 
TenantSpecificUserProvider - Class in com.sap.cloud.sdk.frameworks.togglz
Implementation of UserProvider.
TenantSpecificUserProvider(Authorization) - Constructor for class com.sap.cloud.sdk.frameworks.togglz.TenantSpecificUserProvider
 
TenantThreadContextListener - Class in com.sap.cloud.sdk.cloudplatform.tenant
Implementation of ThreadContextListener that ensures the correct initialization of Tenants 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.
TestConfigurationError - Error in com.sap.cloud.sdk.testutil
Thrown where there is an error in the test configuration.
TestConfigurationError(String) - Constructor for error com.sap.cloud.sdk.testutil.TestConfigurationError
Constructor.
TestConfigurationError(Throwable) - Constructor for error com.sap.cloud.sdk.testutil.TestConfigurationError
Constructor.
TestConfigurationError(String, Throwable) - Constructor for error com.sap.cloud.sdk.testutil.TestConfigurationError
Constructor.
TestConfigurationError() - Constructor for error com.sap.cloud.sdk.testutil.TestConfigurationError
 
TestSystem<T> - Interface in com.sap.cloud.sdk.testutil
The test system.
text(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
Set the text of this ElementValuesFields instance and return the same instance.
text(Text) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the text of this RuleObject instance and return the same instance.
text(Text) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
Set the text of this RuleObjectAllOf instance and return the same instance.
Text - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Text
Text() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
 
TextBranches - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
TextBranches
TextBranches() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
 
TextCondition - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
TextCondition
TextCondition() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
 
TextDefault - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Else condition and associated default result of the text rule
TextDefault() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
 
TextOperation - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
TextOperation
TextOperation() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
 
TextPredefinedResults - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
TextPredefinedResults
TextPredefinedResults() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
 
TextPredefinedResults.ModeEnum - Enum in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Mode is used if the given segment is allowed to be updated in any of the branches.
TextResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
This is the simplest response to be send.
TextResponse(String) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.TextResponse
Constructor to create a new TextResponse with a text
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(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
 
ThreadContextAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
 
ThreadContextAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
 
ThreadContextAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextAccessException
 
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 the callable before it is invoked in a ThreadContext by a ThreadContextExecutor.
ThreadContextDecorator.DefaultPriorities - Class in com.sap.cloud.sdk.cloudplatform.thread
 
ThreadContextDecoratorChain - Interface in com.sap.cloud.sdk.cloudplatform.thread
 
ThreadContextExecutionException - Exception in com.sap.cloud.sdk.cloudplatform.thread.exception
Exception indicating an issue while running in a ThreadContext.
ThreadContextExecutionException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
 
ThreadContextExecutionException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
 
ThreadContextExecutionException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
 
ThreadContextExecutionException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextExecutionException
 
ThreadContextExecutor - Class in com.sap.cloud.sdk.cloudplatform.thread
Executes a Callable or Executable within a ThreadContext.
ThreadContextExecutor() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextExecutor
 
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
 
ThreadContextPropertyException - Exception in com.sap.cloud.sdk.cloudplatform.thread.exception
Exception indicating an issue with a ThreadContext property.
ThreadContextPropertyException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
 
ThreadContextPropertyException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
 
ThreadContextPropertyException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
 
ThreadContextPropertyException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.thread.exception.ThreadContextPropertyException
 
ThreadLocalThreadContextFacade - Class in com.sap.cloud.sdk.cloudplatform.thread
Implementation of ThreadContextFacade that internally uses ThreadLocal to provide access to the respective ThreadContext.
ThreadLocalThreadContextFacade() - Constructor for class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
 
ThrowableAssertionUtil - Class in com.sap.cloud.sdk.testutil
Utility class to formulate test assertions on Throwable instances.
ThrowableAssertionUtil() - Constructor for class com.sap.cloud.sdk.testutil.ThrowableAssertionUtil
 
throwIfConversionResultIsNullOrEmpty(String, String, CharSequence, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Throws an IllegalStateException if the given conversionOutput is null or empty.
throwIfConversionResultIsReservedKeyword(String, String, String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Throws an IllegalStateException if the given conversionOutput is a reserved keyword.
throwUnauthorized(List<String>) - Static method in class com.sap.cloud.sdk.frameworks.cxf.security.SecureAnnotationsInterceptor
 
time() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableDateTimeOffset
Filter by expression "time".
time(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
Time(Class<EntityT>, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.SimpleProperty.Time
 
time() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableDateTime
Filter by expression "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.frameworks.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".
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.
TimeoutExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
TimeoutExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.TimeoutExceptionMapper
 
timeoutMilliseconds(int) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpClientFactory.DefaultHttpClientFactoryBuilder
The timeout threshold.
TimeScopedHttpClientCache - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Implementation of the HttpClientCache, caching the HttpClients for the amount of time given in the constructor.
TimeScopedHttpClientCache(long, TimeUnit) - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.TimeScopedHttpClientCache
Caches the HttpClient for the given duration.
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".
timestamp(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
Set the timestamp of this WorkflowInstanceErrorMessage instance and return the same instance.
timestamp(OffsetDateTime) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the timestamp of this WorkflowInstanceExecutionLog instance and return the same instance.
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.
tlsVersion(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the TLS version used by the destination to the given value.
to(List<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
Set the to of this WorkflowInstanceExecutionLogRecipients instance and return the same instance.
TO_CREDENTIALS - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
Concrete implementation of the ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter that adds the given property to the (nested) "credentials" object of the given serviceBindingObject.
TO_ROOT - Static variable in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy
Concrete implementation of the ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceBindingPropertySetter that adds the given property to the root level of the given service binding.
toCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder
 
toCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
 
toCurrency(Currency) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
toCurrencyfactor(CurrencyFactor) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
toDate(String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate String to Date.
toDate(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate String to Date.
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
Transforms the given object to its domain-specific counterpart.
toDomain(T) - Method in interface com.sap.cloud.sdk.typeconverter.TypeConverter
Transforms the given object to its domain-specific counterpart.
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(ZonedDateTime) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
 
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.
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.ODataEntityKey
Serializes the entity key into an encoded OData URL format for entity keys.
toEncodedString() - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataFunctionParameters
Serializes all parameters into an encoded URL path segment.
toHex(String) - Static method in class com.sap.cloud.sdk.services.blockchain.multichain.utils.HexEncodingUtils
Convert String to hex value using UTF-8.
tokenEndpoint(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings.AuthorizationServerSettingsBuilder
Deprecated.
 
tokenExchangeStrategy(ScpCfDestinationTokenExchangeStrategy) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationOptionsAugmenter
Sets the ScpCfDestinationTokenExchangeStrategy to use when loading destinations.
tokenPath(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
 
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(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.exception.TokenRequestFailedException
Creates a new exception based on the given causing exception.
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.
tokenServiceCache(OAuth2TokenServiceCache) - Method in interface com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceProvider.OAuth2ServiceProviderBuilder
Set a token service cache.
toLocalDate(String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate String to LocalDate.
toLocalDate(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate String to LocalDate.
toLocalDateTime(String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate String to LocalDateTime.
toLocalDateTime(String, String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate String to LocalDateTime.
toLower() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "tolower".
toLower(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
toLower() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "tolower".
toMap() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
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
 
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
 
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
 
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(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
 
top(Number) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Query modifier to limit the number of entities returned.
top(int) - Method in class com.sap.cloud.sdk.datamodel.odatav4.core.GetAllRequestBuilder
Limit the number of results of this request.
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
 
toQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
Deprecated.
Use the improved method FluentHelperByKey.toRequest() instead.
toQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
Deprecated.
Use the improved method FluentHelperCreate.toRequest() instead.
toQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Deprecated.
Use the improved method FluentHelperDelete.toRequest() instead.
toQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Deprecated.
Use the improved method FluentHelperRead.toRequest() instead.
toQuery() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Deprecated.
Use the improved method FluentHelperUpdate.toRequest() instead.
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
 
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.
toResponse(Throwable, int) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Translate the builder information to a response instance.
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Translate the builder information to a response instance.
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ConstraintViolationExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityAlreadyExistsExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.EntityNotFoundExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.IllegalArgumentExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.JsonSyntaxExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.NumberFormatExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.PropertyBindingExceptionMapper
 
toResponse(Throwable) - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.ResponseMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.StringParsingExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.TimeoutExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.UnsupportedOperationExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.frameworks.javaee.servlet.response.mapper.ConstraintViolationExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.JaxRsExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.NotFoundExceptionMapper
 
toResponse(Throwable) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.WebApplicationExceptionMapper
 
toResponseWithErrorCode(Throwable) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Wraps the given Throwable into a ResponseWithErrorCode, using the mappings stored in the ErrorResponseBuilder.
toString() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
 
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 class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoTenantCallable
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.concurrency.ScpNeoUserSessionCallable
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractScpDestination
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AccessToken
 
toString() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings.AuthorizationServerSettingsBuilder
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AuthorizationServerSettings
Deprecated.
 
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.DestinationLoaderChain
 
toString() - Method in enum 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.ProxyConfiguration
 
toString() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
 
toString() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationRetrievalStrategy
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationAuthToken
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationCertificate
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response.DestinationOwner
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationServiceV1Response
 
toString() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationTokenExchangeStrategy
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfService
toString() - Method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationRetrievalStrategy
toString() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationData
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.metering.TenantMetricKeyPair
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationKey
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator.ScpCfServiceDesignatorBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceDesignator
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfServiceInfo
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.AccountSpecificAuthorization
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.Audience
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.Authorization
 
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.OAuth2ServiceSettings.OAuth2ServiceSettingsBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.OAuth2ServiceSettings
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.CollectionPrincipalAttribute
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipal
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipal
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipal
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.SimplePrincipalAttribute
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.TenantSpecificAuthorization
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.DefaultServiceBindingMergingStrategy.DefaultServiceBindingMergingStrategyBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.EnvironmentVariableServiceBindingLoader.EnvironmentVariableServiceBindingLoaderBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.FileSystemServiceBindingLoader.FileSystemServiceBindingLoaderBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.OneTimeServiceBindingLoaderWrapper.OneTimeServiceBindingLoaderWrapperBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceBindingMerger.ServiceBindingMergerBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorDataFileSystemStructureParsingStrategy.ServiceOperatorDataFileSystemStructureParsingStrategyBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.ServiceOperatorSecretKeyFileSystemStructureParsingStrategy.ServiceOperatorSecretKeyFileSystemStructureParsingStrategyBuilder
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.SimpleCachingServiceBindingLoaderWrapper.SimpleCachingServiceBindingLoaderWrapperBuilder
 
toString() - Method in exception com.sap.cloud.sdk.cloudplatform.servlet.exception.NotImplementedException
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenant
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.thread.DefaultThreadContext
 
toString() - Method in class com.sap.cloud.sdk.cloudplatform.thread.Property
 
toString(Date) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate Date to String.
toString(LocalDate) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate LocalDate to String.
toString(LocalDate, String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate LocalDate to String.
toString(LocalDateTime) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate LocalDateTime to String.
toString(LocalDateTime, String) - Static method in class com.sap.cloud.sdk.cloudplatform.util.StringConverter
Translate LocalDateTime to String.
toString() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.AbstractMessage
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageMetadata
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMessageData
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedMetadata
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.datamodel.messaging.core.CloudEventsMessageParser.ParsedResult
Deprecated.
 
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.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.ExpressionFluentHelper
 
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 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 enum com.sap.cloud.sdk.datamodel.openapi.generator.model.LogLevel
 
toString() - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
 
toString() - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy.Resilience4jDecorationStrategyBuilder
 
toString() - Method in class com.sap.cloud.sdk.frameworks.resilience4j.Resilience4jDecorationStrategy
 
toString() - Method in exception com.sap.cloud.sdk.frameworks.togglz.exception.FeatureNotEnabledException
 
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.scp.Destination
 
toString() - Method in exception com.sap.cloud.sdk.services.blockchain.multichain.exceptions.MultichainException
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAddressResult
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAnswer
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAsset
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainAssetTransaction
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBasicAuthDestination
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainBlock
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainDestination
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainInfo
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainItem
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainKeyPair
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainOutput
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermissionResult
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPublisher
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainResult
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainScriptPubKey
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainSignedRawTransaction
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainStream
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainTransaction
 
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainUTXO
 
toString() - Method in enum com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainRequest.MultichainFunction
converts enum to string
toString() - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
 
toString() - Method in enum com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.ProtocolVersion
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.AdminData
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CopyProjectInput
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.CreateVersionInput
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObjectAllOf
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable.HitPolicyEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCell
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableResult
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRow
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.ExpressionLanguageVersionEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRuleAllOf
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element.BusinessDataTypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesFields
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Error
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorError
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ErrorErrorDetails
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemObject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ManagedSystemResponseObjectAllOf
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RecoverVersion
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell.ModeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.ExpressionLanguageVersionEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.TypeEnum
Get the String value of the enum value.
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.ExpressionLanguageVersionEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOfResult
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.ExpressionLanguageVersionEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObjectAllOf
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset.PolicyEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf.PolicyEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRule
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfRuleService
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOfVocabulary
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Structure
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation.CardinalityEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationCondition
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationSource
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociationTarget
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Table
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableLineType
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TableParameter
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextBranches
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextCondition
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextDefault
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextOperation
 
toString() - Method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults.ModeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessage
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageError
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.ErrorMessageErrorDetails
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceResult
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionInput
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionDefinitionResult
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
 
toString() - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate.ConversionParametersForFixedRateBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForFixedRate
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate.ConversionParametersForNonFixedRateBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ConversionParametersForNonFixedRate
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount.CurrencyAmountBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor.CurrencyFactorBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyFactor
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail.ExchangeRateTypeDetailBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateTypeDetail
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue.ExchangeRateValueBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRateValue
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting.OverrideTenantSettingBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.OverrideTenantSetting
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode.RatesDataProviderCodeBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataProviderCode
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource.RatesDataSourceBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RatesDataSource
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType.RateTypeBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.RateType
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult.SingleFixedRateConversionResultBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleFixedRateConversionResult
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult.SingleNonFixedRateConversionResultBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.SingleNonFixedRateConversionResult
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings.TenantSettingsBuilder
 
toString() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.TenantSettings
 
toString() - Method in class com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricService
Deprecated.
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContext
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextGroups
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.AttachmentsContextRefs
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictError
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConflictErrorError
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.ConsumingWorkflowInstance
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadataWorkflowDefinitions
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormModel
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.Job.StatusEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.Job
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.JobError
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SampleContext
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinition
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute.TypeEnum
Get the String value of the enum value.
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.PriorityEnum
Get the String value of the enum value.
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.StatusEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalError
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorError
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TechnicalErrorErrorDetails
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.PriorityEnum
Get the String value of the enum value.
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.StatusEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob.PurposeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance.StatusEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog.TypeEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
 
toString() - Method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload.StatusEnum
Get the String value of the enum value.
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
 
toString() - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
 
toString() - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
Serialize the builder to String.
toString() - Method in class com.sap.cloud.sdk.testutil.ErpSystem
 
toString() - Method in class com.sap.cloud.sdk.testutil.GenericSystem
 
toString() - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
toString() - Method in class com.sap.cloud.sdk.testutil.MockDestination
 
toString() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
toString() - Method in class com.sap.cloud.sdk.testutil.MockErpDestination
 
toString() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination.MockRfcDestinationBuilder
 
toString() - Method in class com.sap.cloud.sdk.testutil.MockRfcDestination
 
toString() - Method in class com.sap.cloud.sdk.typeconverter.ConvertedObject
 
totalOffsetMinutes(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
totalOffsetSeconds(ValueDuration) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
toUpper() - Method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableString
Filter by expression "toUpper".
toUpper(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
toUpper() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "toupper".
toUri(Object) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.ODataTypeValueSerializer
For internal use only by data model classes.
translateLinkType(EntityLink<LinkT, EntityT, SubEntityT>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.EntityLink
 
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(ValueString) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionString
 
trim() - Method in interface com.sap.cloud.sdk.datamodel.odatav4.expression.FilterableString
Filter by expression "trim".
trustAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Lets the DefaultHttpDestination trust all server certificates.
trustAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Lets the destination trust all server certificates.
trustAllCertificates() - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Lets the destination trust all server certificates.
trustStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the Trust Store to be used when communicating over HTTP.
trustStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the trust store used by the destination to the given value.
trustStore(KeyStore) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the trust store of the destination.
trustStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
trustStore(KeyStore) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
trustStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the password of the trust store.
trustStorePassword(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the trust store password of the destination.
trustStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
trustStorePassword(String) - Method in class com.sap.cloud.sdk.testutil.MockErpDestination.MockErpDestinationBuilder
 
tryExecute(Supplier<HttpResponse>, HttpClient) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
Internal execute method.
tryExecute(HttpDestinationProperties) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilderExecutable
Safely execute the OData request.
tryExecuteWithCsrfToken(HttpClient, Supplier<HttpResponse>) - Method in class com.sap.cloud.sdk.datamodel.odata.client.request.ODataRequestGeneric
Internal execute method.
tryGetAllDestinations(DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationLoader
Retrieves destinations for the provided configuration options.
tryGetAuditLog() - Method in interface com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogFacade
Returns a Try of the AuditLog.
tryGetAuditLog() - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Returns a Try of the AuditLog.
tryGetAuditLog() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpCfAuditLogFacade
Returns a Try of the AuditLog.
tryGetAuditLog() - Method in class com.sap.cloud.sdk.cloudplatform.auditlog.ScpNeoAuditLogFacade
Returns a Try of the AuditLog.
tryGetAuditLogFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.auditlog.AuditLogger
Returns a Try of the AuditLogFacade instance.
tryGetAuthTokenTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenantFacade
Returns a Try of the Tenant that may be contained in the current AuthToken.
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
Retrieves the username password pair and returns them as Try.Success.
tryGetCloudPlatform() - Static method in class com.sap.cloud.sdk.cloudplatform.CloudPlatformAccessor
Returns a Try of the current CloudPlatform.
tryGetCloudPlatform() - Method in interface com.sap.cloud.sdk.cloudplatform.CloudPlatformFacade
Returns a Try of the platform-specific implementation instance of CloudPlatform.
tryGetCloudPlatform() - Method in class com.sap.cloud.sdk.cloudplatform.ScpCfCloudPlatformFacade
Returns a Try of the platform-specific implementation instance of CloudPlatform.
tryGetCloudPlatform() - Method in class com.sap.cloud.sdk.cloudplatform.ScpNeoCloudPlatformFacade
Returns a Try of the platform-specific implementation instance of CloudPlatform.
tryGetCloudPlatformFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.CloudPlatformAccessor
Returns a Try of the CloudPlatformFacade instance.
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 current ThreadContext.
tryGetCurrentContext() - Method in interface com.sap.cloud.sdk.cloudplatform.thread.ThreadContextFacade
Returns a Try of the current ThreadContext.
tryGetCurrentContext() - Method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
 
tryGetCurrentPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.DefaultPrincipalFacade
Returns a Try of the current Principal.
tryGetCurrentPrincipal() - Static method in class com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalAccessor
Returns a Try of the current Principal, or, if the Try is a failure, the global fallback.
tryGetCurrentPrincipal() - Method in interface com.sap.cloud.sdk.cloudplatform.security.principal.PrincipalFacade
Returns a Try of the current Principal.
tryGetCurrentPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpCfPrincipalFacade
Returns a Try of the current Principal.
tryGetCurrentPrincipal() - Method in class com.sap.cloud.sdk.cloudplatform.security.principal.ScpNeoPrincipalFacade
 
tryGetCurrentRequest() - Method in class com.sap.cloud.sdk.cloudplatform.servlet.DefaultRequestFacade
Returns a Try of the current HttpServletRequest.
tryGetCurrentRequest() - Static method in class com.sap.cloud.sdk.cloudplatform.servlet.RequestAccessor
Returns a Try of the current HttpServletRequest, or, if the Try is a failure, the global fallback.
tryGetCurrentRequest() - Method in interface com.sap.cloud.sdk.cloudplatform.servlet.RequestFacade
Returns a Try of the current HttpServletRequest.
tryGetCurrentTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenantFacade
Returns a Try of the current Tenant.
tryGetCurrentTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenantFacade
 
tryGetCurrentTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenantFacade
Returns a Try of the current Tenant.
tryGetCurrentTenant() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
Returns a Try of the current Tenant, or, if the Try is a failure, the global fallback.
tryGetCurrentTenant() - Method in interface com.sap.cloud.sdk.cloudplatform.tenant.TenantFacade
Returns a Try of the current Tenant.
tryGetCurrentToken() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
Returns a Try of the current AuthToken, or, if the Try is a failure, the global fallback.
tryGetCurrentToken() - Method in interface com.sap.cloud.sdk.cloudplatform.security.AuthTokenFacade
Returns a Try of the current AuthToken.
tryGetCurrentToken() - Method in class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
Returns a Try of the current AuthToken.
tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultDestinationLoader
 
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 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
Retrieves a destination for the given name and configuration options.
tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.EnvVarDestinationLoader
Retrieves a destination for the given name and configuration options.
tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationLoader
Retrieves a destination for the given name and configuration options.
tryGetDestination(String, String, String, ScpCfDestinationServiceResponseProvider) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationLoader
Get destination by name from remote destination service with custom base URL, relative path and response provider.
tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationLoader
Retrieves a destination for the given name and configuration options.
tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpVcapDestinationLoader
Retrieves a destination for the given name and configuration options.
tryGetDestination(String, DestinationOptions) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationLoader
Retrieves a destination for the given name and configuration options.
tryGetDestination(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpXfDestinationLoader
Retrieves a destination for the given name.
tryGetHttpClient(HttpDestinationProperties, HttpClientFactory) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
Gets the HttpClient for the given Destination from this cache.
tryGetHttpClient(HttpClientFactory) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.AbstractHttpClientCache
Gets the non-destination-specific HttpClient from this cache.
tryGetHttpClient() - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
Returns an HttpClient independent of any destination.
tryGetHttpClient(HttpDestinationProperties) - Static method in class com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientAccessor
Returns a Try of an HttpClient for the given Destination.
tryGetHttpClient(HttpDestinationProperties, HttpClientFactory) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientCache
Gets the HttpClient for the given Destination from this cache.
tryGetHttpClient(HttpClientFactory) - Method in interface com.sap.cloud.sdk.cloudplatform.connectivity.HttpClientCache
Gets the non-destination-specific HttpClient from this cache.
tryGetKeyStore(String, SecretStore) - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpCfSecretStoreFacade
Retrieves a KeyStore by its name.
tryGetKeyStore(String, SecretStore) - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreFacade
Retrieves a KeyStore by its name.
tryGetKeyStore(String, SecretStore) - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Retrieves a KeyStore by its name.
tryGetKeyStore(String, SecretStore) - Method in interface com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreFacade
Retrieves a KeyStore by its name.
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 the PrincipalFacade instance.
tryGetSecretStore(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpCfSecretStoreFacade
Retrieves a SecretStore by its name.
tryGetSecretStore(String) - Method in class com.sap.cloud.sdk.cloudplatform.security.secret.ScpNeoSecretStoreFacade
Retrieves a SecretStore by its name.
tryGetSecretStore(String) - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Retrieves a SecretStore by its name.
tryGetSecretStore(String) - Method in interface com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreFacade
Retrieves a SecretStore by its name.
tryGetSecretStoreFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.security.secret.SecretStoreAccessor
Returns a Try of the SecretStoreFacade instance.
tryGetSSLContext() - Method in interface com.sap.cloud.sdk.cloudplatform.HttpSecuritySettings
Provides the SSLContext of the respective CloudPlatform.
tryGetTenantContext() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpNeoTenantFacade
Invokes a JNDI lookup to return a Try of the current TenantContext.
tryGetTenantFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.tenant.TenantAccessor
Returns a Try of the TenantFacade instance.
tryGetThreadContextFacade() - Static method in class com.sap.cloud.sdk.cloudplatform.thread.ThreadContextAccessor
Returns a Try of the ThreadContextFacade instance.
tryGetXsuaaServiceTenant() - Method in class com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenantFacade
Returns a Try of the Tenant that may be contained in the current AuthToken.
tryGetXsuaaServiceToken() - Static method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenAccessor
Retrieves a validated authentication token from the bound XSUAA instance.
tryGetXsuaaServiceToken() - Method in interface com.sap.cloud.sdk.cloudplatform.security.AuthTokenFacade
Retrieves a validated authentication token from the bound XSUAA instance.
tryGetXsuaaServiceToken() - Method in class com.sap.cloud.sdk.cloudplatform.security.DefaultAuthTokenFacade
Retrieves a validated authentication token from the bound XSUAA instance.
tryLookup(String) - Method in class com.sap.cloud.sdk.cloudplatform.naming.DefaultJndiLookupFacade
Looks up the object for the given name.
tryLookup(String) - Static method in class com.sap.cloud.sdk.cloudplatform.naming.JndiLookupAccessor
Looks up the object for the given name.
tryLookup(String) - Method in interface com.sap.cloud.sdk.cloudplatform.naming.JndiLookupFacade
Looks up the object for the given name.
type(DataObject.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject
Set the type of this DataObject instance and return the same instance.
type(DataObjectAllOf.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf
Set the type of this DataObjectAllOf instance and return the same instance.
type(DataObjectObject.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject
Set the type of this DataObjectObject instance and return the same instance.
type(DecisionTableColumn.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn
Set the type of this DecisionTableColumn instance and return the same instance.
type(DecisionTableRule.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule
Set the type of this DecisionTableRule instance and return the same instance.
type(ElementValues.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the type of this ElementValues instance and return the same instance.
type(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ObjectMapping
Set the type of this ObjectMapping instance and return the same instance.
type(Project.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the type of this Project instance and return the same instance.
type(Rule.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule
Set the type of this Rule instance and return the same instance.
type(RuleAllOf.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf
Set the type of this RuleAllOf instance and return the same instance.
type(RuleObject.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject
Set the type of this RuleObject instance and return the same instance.
type(StructureComponent.TypeEnum) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent
Set the type of this StructureComponent instance and return the same instance.
type(CustomAttribute.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the type of this CustomAttribute instance and return the same instance.
type(FormMetadata.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the type of this FormMetadata instance and return the same instance.
type(TaskDefinitionAttribute.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute
Set the type of this TaskDefinitionAttribute instance and return the same instance.
type(WorkflowInstanceExecutionLog.TypeEnum) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the type of this WorkflowInstanceExecutionLog instance and return the same instance.
TYPE_RESILIENCE - Static variable in annotation type com.sap.cloud.sdk.cloudplatform.CodeQuality
Concrete marker to show that a certain class handles requests in a resilient fashion.
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 a JsonPrimitive to an object of type T using the given TypeConverter.
TypeConverterGsonDeserializer(TypeConverter<T, String>) - Constructor for class com.sap.cloud.sdk.typeconverter.TypeConverterGsonDeserializer
 

U

UNAUTHENTICATED_USER - Static variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Default user Id, used in case of an unknown remote user.
UnauthorizedError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
UnauthorizedError
UnauthorizedError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.UnauthorizedError
 
uncapitalizeLeadingAcronym(String) - Method in class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
Converts a leading acronym into lower case format.
UncheckedFilterExpression<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
A filter expression to be used in filter query options that does not check for type safety.
UncheckedFilterExpression(FilterExpression) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.UncheckedFilterExpression
Deprecated.
Please avoid using FilterExpression. Use UncheckedFilterExpression(ValueBoolean) instead.
UncheckedFilterExpression(ValueBoolean) - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.UncheckedFilterExpression
Creates an instance with the given ValueBoolean to be passed to fluent helpers.
undeployDefinition(String, Boolean) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Delete workflow definition
undeployDefinition(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Delete workflow definition
undeployForm(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.FormsApi
Delete a form.
undeployRuleServiceVersion(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Undeploy a version of a rule service
undeployWorkingsetRuleService(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.DeployUndeployRuleServiceApi
Undeploy the working set rule service
UnexpectedErrorResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Unexpected Error.
UnexpectedErrorResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.UnexpectedErrorResponse
Default constructor.
UnexpectedErrorResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.UnexpectedErrorResponse
Constructor with description.
UnixTimestampDeserializer - Class in com.sap.cloud.sdk.services.blockchain.multichain.utils
Jackson deserializer used to read a Unix timestamp (seconds since epoch) into an Instant object.
UnixTimestampDeserializer() - Constructor for class com.sap.cloud.sdk.services.blockchain.multichain.utils.UnixTimestampDeserializer
 
UNKNOWN - Static variable in class com.sap.cloud.sdk.cloudplatform.auditlog.AccessRequester
Field representing an unknown requester.
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.
unsignedJwt() - Method in class com.sap.cloud.sdk.cloudplatform.security.AuthTokenBuilder
Use an non-validated, unsigned JWT for constructing the AuthToken.
unsubscribe(FeatureChangeSubscriber) - Static method in class com.sap.cloud.sdk.frameworks.togglz.FeatureChangeNotifier
Removes a subscriber from the list of listeners to be notified in case of a change.
unsubscribe(List<String>) - Method in class com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainService
Instructs the node to stop tracking one or more asset(s) or stream(s).
unsubscribeTenant(String) - Method in class com.sap.cloud.sdk.frameworks.liquibase.SchemaPerTenantProvisioner
This method provides the default implementation for the tenant offboarding for a given tenant/zone Id.
UnsupportedCloudFeatureException - Exception in com.sap.cloud.sdk.cloudplatform.exception
Thrown if a feature is not supported by the current Cloud platform.
UnsupportedCloudFeatureException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.UnsupportedCloudFeatureException
Exception constructor.
UnsupportedCloudFeatureException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.UnsupportedCloudFeatureException
Exception constructor.
UnsupportedCloudFeatureException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.UnsupportedCloudFeatureException
Exception constructor.
UnsupportedCloudFeatureException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.exception.UnsupportedCloudFeatureException
 
UnsupportedOperationExceptionMapper - Class in com.sap.cloud.sdk.cloudplatform.servlet.response.mapper
 
UnsupportedOperationExceptionMapper() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.mapper.UnsupportedOperationExceptionMapper
 
UnsupportedOperationResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Unsupported Operation.
UnsupportedOperationResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.UnsupportedOperationResponse
Default constructor.
UnsupportedOperationResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.UnsupportedOperationResponse
Constructor with description.
update(EntityT) - Method in interface com.sap.cloud.sdk.datamodel.odatav4.core.NavigableEntitySingle
Update an existing entity and save it to the OData service.
update(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
Set the update of this WorkflowInstanceExecutionLogChanges instance and return the same instance.
updateDataObject(String, String, DataObjectObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Update a data object of a project
updateDataObject(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.DataObjectsApi
Update a data object of a project
updateInstance(String, UpdateTaskInstancePayload) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Update task by ID
updateInstance(String, WorkflowInstanceUpdatePayload) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Update instance
updateInstanceContext(String, Object) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Update instance context
updateInstanceRoles(String, WorkflowInstanceRolesUpdatePayload) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Update instance roles
updateInstances(List<WorkflowInstancesUpdatePayload>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Delete instance by ID
updateManagedSystem(String, ManagedSystemObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Update the metadata of a managed system
updateManagedSystem(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ManagedSystemsApi
Update the metadata of a managed system
updateProject(String, ProjectVersionObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Update a working set project
updateProject(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.ProjectsApi
Update a working set project
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) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
Deprecated.
UpdateRequestBuilder(String, EntityT, String) - Constructor for class com.sap.cloud.sdk.datamodel.odatav4.core.UpdateRequestBuilder
Instantiate an UpdateRequestBuilder.
updateRule(String, String, RuleObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Updates a rule of a project
updateRule(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesApi
Updates a rule of a project
updateRuleService(String, String, RuleService) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Update a rule service of a project
updateRuleService(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RuleServicesApi
Update a rule service of a project
updateRuleset(String, String, Ruleset) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Updates a ruleset of a project
updateRuleset(String, String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.RulesetsApi
Updates a ruleset of a project
UpdateStrategy - Enum in com.sap.cloud.sdk.datamodel.odata.client.request
The strategy to use when updating existing entities.
UpdateTaskInstancePayload - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
UpdateTaskInstancePayload
UpdateTaskInstancePayload() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload
 
UpdateTaskInstancePayload.PriorityEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
Specify the new priority of the task instance.
UpdateTaskInstancePayload.StatusEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
Specify the new status of the task instance.
uri(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Deprecated.
The URI is already passed as a parameter to create the builder instance, hence deprecating this method.
uri(URI) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Deprecated.
The URI is already passed as a parameter to create the builder instance, hence deprecating this method.
uri(URI) - Method in class com.sap.cloud.sdk.testutil.ErpSystem.ErpSystemBuilder
 
uri(URI) - Method in class com.sap.cloud.sdk.testutil.MockDestination.MockDestinationBuilder
 
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
 
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
 
url(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues
Set the url of this ElementValues instance and return the same instance.
UsageAnalytics - Class in com.sap.cloud.sdk.s4hana.usageanalytics
Class providing usage analytics for the UsageAnalyticsMojo.
UsageAnalytics(MavenSession, MojoExecution, Boolean, Boolean, String) - Constructor for class com.sap.cloud.sdk.s4hana.usageanalytics.UsageAnalytics
Constructor that is invoked by the UsageAnalyticsMojo.
UsageAnalyticsException - Exception in com.sap.cloud.sdk.s4hana.usageanalytics.exception
Exception indicating an issue with usage analytics collection.
UsageAnalyticsException(String) - Constructor for exception com.sap.cloud.sdk.s4hana.usageanalytics.exception.UsageAnalyticsException
Constructor taking a message.
UsageAnalyticsException(Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.usageanalytics.exception.UsageAnalyticsException
Constructor taking a cause.
UsageAnalyticsException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.s4hana.usageanalytics.exception.UsageAnalyticsException
Constructor taking a message and cause.
UsageAnalyticsException() - Constructor for exception com.sap.cloud.sdk.s4hana.usageanalytics.exception.UsageAnalyticsException
 
UsageAnalyticsMojo - Class in com.sap.cloud.sdk.s4hana
Mojo sending obfuscated usage data for the SAP Cloud SDK to the SAP analytics service.
UsageAnalyticsMojo() - Constructor for class com.sap.cloud.sdk.s4hana.UsageAnalyticsMojo
 
user(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.DefaultHttpDestination.Builder
Sets the user name of the DefaultHttpDestination.
user(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfHttpDestination.Builder
Sets the user name for accessing the destination when basic authentication is used.
user(String) - Method in class com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoHttpDestination.Builder
Sets the user name for accessing the destination when basic authentication is used.
USER_ID - Static variable in class com.sap.cloud.sdk.frameworks.eclipselink.UserCustomizer
The user identifier.
UserCustomizer - Class in com.sap.cloud.sdk.frameworks.eclipselink
DescriptorCustomizer setting the user for annotated entities with a user id field.
UserCustomizer() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.UserCustomizer
 
userId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
Set the userId of this WorkflowInstanceExecutionLog instance and return the same instance.
userName - Variable in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
The user name.
UserSession - Class in com.sap.security.auth.service
Stub for the UserSession class that is normally provided by the SAP CP Neo runtime.
UserSession() - Constructor for class com.sap.security.auth.service.UserSession
 
UserSessionAccessor - Class in com.sap.security.um.service.api
Stub for the UserSessionAccessor class that is normally provided by the SAP CP Neo runtime.
UserSessionAccessor() - Constructor for class com.sap.security.um.service.api.UserSessionAccessor
 
UserSessionListener - Class in com.sap.cloud.sdk.frameworks.eclipselink
AbstractSessionListener initializing the "ignoreUserId" property with false.
UserSessionListener() - Constructor for class com.sap.cloud.sdk.frameworks.eclipselink.UserSessionListener
 
UserSpecificAuthorization - Class in com.sap.cloud.sdk.cloudplatform.security
Authorization implementation based on a tenant identifier, a user name, and another Authorization.
UserSpecificAuthorization(String, String, Authorization) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
Creates a new authorization based on the tenant/zone identifier, the user name, and another Authorization.
UserTaskInstancesApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
UserTaskInstancesApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
UserTaskInstancesApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.UserTaskInstancesApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
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.
UseSdkPlatformAbstractionsRule - Class in com.sap.cloud.sdk.quality.pmd.rules
 
UseSdkPlatformAbstractionsRule() - Constructor for class com.sap.cloud.sdk.quality.pmd.rules.UseSdkPlatformAbstractionsRule
 
usingDestination(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
All system configurations since the last call to a using... method will be used to resolve the given destination name.
usingErpDestination(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
All system configurations since the last call to a using... method will be used to resolve the default ERP destination.
usingRfcDestination(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
All system configurations since the last call to a using... method will be used to resolve the default ERP destination.
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

V100MerkleTree - Class in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
This implementation is a backward compatibility to version 1.0.0
It can be removed in future versions
V100MerkleTree(MessageDigest, Map<Integer, String>, Map<Integer, String>) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V100MerkleTree
Constructor
V100MerkleTree(MessageDigest, int) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V100MerkleTree
Constructor
V110MerkleTree - Class in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
 
V110MerkleTree(MessageDigest, Map<Integer, String>, Map<Integer, String>) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V110MerkleTree
Constructor
V110MerkleTree(MessageDigest, int) - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.V110MerkleTree
Constructor
V2 - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
Version 2.0 of the OData protocol.
V4 - Static variable in interface com.sap.cloud.sdk.datamodel.odata.client.ODataProtocol
Version 4.0 of the OData protocol.
validateMerkleProof(MerkleProof, String) - Static method in class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.VisibilityUtils
Validates a MerkleProof.
validFromDateTime(Instant) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.ExchangeRate.ExchangeRateBuilder
 
value(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValuesEnumeration
Set the value of this ElementValuesEnumeration instance and return the same instance.
value(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute
Set the value of this CustomAttribute instance and return the same instance.
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
 
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
 
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
 
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
 
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
 
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
 
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
 
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsGrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationRetrievalStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationTokenExchangeStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader.CfServices
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationRetrievalStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.cloudplatform.servlet.response.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.query.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.request.NumberDeserializationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.helper.FilterFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.helper.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.odata.utility.NameSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.scp.PushLocalMojo.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermission.MultichainPermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainRequest.MultichainFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.ProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable.HitPolicyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.ExpressionLanguageVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element.BusinessDataTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell.ModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.ExpressionLanguageVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.ExpressionLanguageVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.ExpressionLanguageVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset.PolicyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf.PolicyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation.CardinalityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults.ModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.recastai.botresponses.ButtonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricInvocationType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.machinelearning.CloudFoundryLeonardoMlServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.Job.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.PriorityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.PriorityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob.PurposeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload.StatusEnum
Returns the enum constant of this type with the specified name.
valueOnly(Boolean) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableCondition
Set the valueOnly of this DecisionTableCondition instance and return the same instance.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.auditlog.AccessedAttribute.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ClientCredentialsGrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.DestinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.PrincipalPropagationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationRetrievalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfDestinationTokenExchangeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpCfServiceDestinationLoader.CfServices
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.ScpNeoDestinationRetrievalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.connectivity.SecurityConfigurationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.resilience.CacheExpirationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.resilience.ResilienceIsolationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.cloudplatform.servlet.response.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.metadata.generator.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.query.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.request.ETagSubmissionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.request.NumberDeserializationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.client.request.UpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.helper.FilterFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.helper.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.odata.utility.NameSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.ApiMaturity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.datamodel.openapi.generator.model.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.scp.PushLocalMojo.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.blockchain.multichain.model.MultichainPermission.MultichainPermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.blockchain.multichain.service.MultichainRequest.MultichainFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.ProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObject.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectAllOf.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DataObjectObject.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTable.HitPolicyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableColumn.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.ExpressionLanguageVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.DecisionTableRule.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element.BusinessDataTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values(ElementValues) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Element
Set the values of this Element instance and return the same instance.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ElementValues.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ResultCell.ModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.ExpressionLanguageVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Rule.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.ExpressionLanguageVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleAllOf.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.ExpressionLanguageVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleObject.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset.PolicyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf.PolicyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureAssociation.CardinalityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.StructureComponent.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.TextPredefinedResults.ModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkFixedRateConversionResult
Returns all the values for the conversion operation.
values() - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.BulkNonFixedRateConversionResult
Returns all values for the conversion operation.
values() - Static method in enum com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.openapi.apiclient.auth.OAuthFlow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.recastai.botresponses.ButtonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.blockchain.hyperledgerfabric.FabricInvocationType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.machinelearning.CloudFoundryLeonardoMlServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.machinelearning.LeonardoMlServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.CustomAttribute.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.Job.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskDefinitionAttribute.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.PriorityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.PriorityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.UpdateTaskInstancePayload.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob.PurposeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload.StatusEnum
Returns an array containing the constants of this enum type, 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(String) - Method in class com.sap.cloud.sdk.services.currencyconversion.datamodel.model.CurrencyAmount.CurrencyAmountBuilder
 
ValueString.Expression - Class in com.sap.cloud.sdk.datamodel.odata.client.expression
 
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
 
VcapServicesEnvironmentVariableParsingStrategy - Class in com.sap.cloud.sdk.cloudplatform.servicebinding
Concrete implementation of the EnvironmentVariableServiceBindingLoader.ParsingStrategy interface that is capable of transforming the VCAP_SERVICES environment variable into service bindings.
VcapServicesEnvironmentVariableParsingStrategy() - Constructor for class com.sap.cloud.sdk.cloudplatform.servicebinding.VcapServicesEnvironmentVariableParsingStrategy
 
VdmComplex<ObjectT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
Complex type in the virtual data model.
VdmComplex() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmComplex
 
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.odatav4.core.VdmComplex
 
VdmEntity<EntityT> - Class in com.sap.cloud.sdk.datamodel.odata.helper
 
VdmEntity() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
 
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.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.
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() - Constructor for class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
 
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.odatav4.core.VdmObject
 
version - Variable in enum com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.ProtocolVersion
version Use the latest if you are not sure
version(String) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.MigrateProject
Set the version of this MigrateProject instance and return the same instance.
version(VersionObject) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Project
Set the version of this Project instance and return the same instance.
version(Version) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the version of this ProjectVersionObject instance and return the same instance.
version(Version) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObjectAllOf
Set the version of this ProjectVersionObjectAllOf instance and return the same instance.
Version - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Version
Version() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Version
 
version(Integer) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the version of this FormMetadata instance and return the same instance.
version(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
Set the version of this WorkflowDefinition instance and return the same instance.
version(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
Set the version of this WorkflowDefinitionVersion instance and return the same instance.
VersionIdentifierExpiredException - Exception in com.sap.cloud.sdk.s4hana.datamodel.odata.exception
Deprecated.
Obsolete. Use the improved method FluentHelperUpdate.executeRequest(HttpDestinationProperties) instead of FluentHelperUpdate.execute(HttpDestinationProperties). Catch the ODataServiceErrorException and check for the HTTP response code HttpStatus.SC_PRECONDITION_FAILED.
VersionIdentifierExpiredException() - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.VersionIdentifierExpiredException
Deprecated.
 
VersionIdentifierMissingException - Exception in com.sap.cloud.sdk.s4hana.datamodel.odata.exception
Deprecated.
Obsolete. Use the improved method FluentHelperUpdate.executeRequest(HttpDestinationProperties) instead of FluentHelperUpdate.execute(HttpDestinationProperties). Catch the ODataServiceErrorException and check for the HTTP response code 428.
VersionIdentifierMissingException() - Constructor for exception com.sap.cloud.sdk.s4hana.datamodel.odata.exception.VersionIdentifierMissingException
Deprecated.
 
VersionNotSupportedResponse - Class in com.sap.cloud.sdk.cloudplatform.servlet.response
Version Not Supported.
VersionNotSupportedResponse() - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.VersionNotSupportedResponse
Default constructor.
VersionNotSupportedResponse(String) - Constructor for class com.sap.cloud.sdk.cloudplatform.servlet.response.VersionNotSupportedResponse
Constructor with description.
VersionObject - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
VersionObject
VersionObject() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObject
 
VersionObjectAllOf - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
VersionObjectAllOf
VersionObjectAllOf() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.VersionObjectAllOf
 
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() - 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(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.
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.
VideoResponse - Class in com.sap.cloud.sdk.services.recastai.botresponses
This class wraps around an URL linking to a video to be send to a conversation.
VideoResponse(String) - Constructor for class com.sap.cloud.sdk.services.recastai.botresponses.VideoResponse
The contructor to generate a new Video Response with an URL
viewerGroups(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the viewerGroups of this WorkflowInstanceRoles instance and return the same instance.
viewerGroups(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the viewerGroups of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
viewerUsers(Set<String>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
Set the viewerUsers of this WorkflowInstanceRoles instance and return the same instance.
viewerUsers(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
Set the viewerUsers of this WorkflowInstanceRolesUpdatePayload instance and return the same instance.
VisibilityUtils - Class in com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility
This class is trying to help developers to work with MerkleTree class to:
1.
VisibilityUtils() - Constructor for class com.sap.cloud.sdk.services.blockchainbusinessservices.blockchainvisibility.VisibilityUtils
 
visit(ASTCatchStatement, Object) - Method in class com.sap.cloud.sdk.quality.pmd.rules.HandleExceptionsRule
 
visit(ASTFieldDeclaration, Object) - Method in class com.sap.cloud.sdk.quality.pmd.rules.ReferenceExceptionRule
 
visit(ASTCatchStatement, Object) - Method in class com.sap.cloud.sdk.quality.pmd.rules.ReferenceExceptionRule
 
visit(ASTName, Object) - Method in class com.sap.cloud.sdk.quality.pmd.rules.UseSdkPlatformAbstractionsRule
 
vocabulary(Vocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleService
Set the vocabulary of this RuleService instance and return the same instance.
vocabulary(Vocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RuleServiceAllOf
Set the vocabulary of this RuleServiceAllOf instance and return the same instance.
vocabulary(RulesetAllOfVocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Ruleset
Set the vocabulary of this Ruleset instance and return the same instance.
vocabulary(RulesetAllOfVocabulary) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.RulesetAllOf
Set the vocabulary of this RulesetAllOf instance and return the same instance.
Vocabulary - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model
Vocabulary
Vocabulary() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Vocabulary
 
vocabulary(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.RuleServiceVersionInvocationInput
Set the vocabulary of this RuleServiceVersionInvocationInput instance and return the same instance.
vocabulary(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
Set the vocabulary of this WorkingsetRuleServiceInvocationInput instance and return the same instance.

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(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() - 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.RetryConfiguration
The duration to wait before retrying.
WebApplicationExceptionMapper - Class in com.sap.cloud.sdk.frameworks.jaxrs.response.mapper
 
WebApplicationExceptionMapper() - Constructor for class com.sap.cloud.sdk.frameworks.jaxrs.response.mapper.WebApplicationExceptionMapper
 
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(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(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.odatav4.generator.DataModelGenerator
Sets the class to use to provide generated Java classes with necessary annotations.
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.
withDecorators(ThreadContextDecorator...) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Adds the specified decorators to the life-cycle of the ThreadContext.
withDecorators(Iterable<ThreadContextDecorator>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Adds the specified decorators to the life-cycle of the ThreadContext.
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.
WithDestinationName - Interface in com.sap.cloud.sdk.cloudplatform.connectivity
Interface indicating that a class contains a destination name.
withErrorHandler(ErrorResultHandler<?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperByKey
Deprecated.
Obsolete, refer to ODataException and its subclasses to achieve fine-grained separation of error causes.
withErrorHandler(ErrorResultHandler<?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperCreate
Deprecated.
Obsolete, refer to ODataException and its subclasses to achieve fine-grained separation of error causes.
withErrorHandler(ErrorResultHandler<?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Deprecated.
Obsolete, refer to ODataException and its subclasses to achieve fine-grained separation of error causes.
withErrorHandler(ErrorResultHandler<?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Deprecated.
Obsolete, refer to ODataException and its subclasses to achieve fine-grained separation of error causes.
withErrorHandler(ErrorResultHandler<?>) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
Deprecated.
Obsolete, refer to ODataException and its subclasses to achieve fine-grained separation of error causes.
WithErrorResponse - Interface in com.sap.cloud.sdk.cloudplatform.servlet.response
Stating the ability to return an response containing an error code.
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
withFallbackSystem(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
Specifies a system aliases that should be used after the primary system failed for whatever reason.
withFallbackSystems(String...) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
Specifies a list of system aliases that should be used (in order) after the primary system failed for whatever reason.
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.
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.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.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.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.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.
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 interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilder
Gives the option to specify custom HTTP headers.
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 interface com.sap.cloud.sdk.datamodel.odatav4.core.RequestBuilder
Gives the option to specify a map of custom HTTP headers.
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(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
Path to the input directory that contains the service definition files.
withInputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
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.
withInputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
Input directory that contains the service definition files.
withListeners(ThreadContextListener...) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Adds the specified listeners to the life-cycle of the ThreadContext.
withListeners(Iterable<ThreadContextListener>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Adds the specified listeners to the life-cycle of the ThreadContext.
withMapper(ResponseMapper<ThrowableT>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Adds the given ResponseMapper for the Throwable specified insider the mapper.
withMapper(ResponseMapper<ThrowableT>, LogLevel) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.AbstractExceptionMapper
Adds the given ResponseMapper for the Throwable specified insider the mapper.
withMapper(ResponseMapper<?>) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Use the given ResponseMapper for building the error response.
withMapper(ResponseMapper<ThrowableT>, LogLevel) - Method in class com.sap.cloud.sdk.cloudplatform.servlet.response.ErrorResponseBuilder
Use the given ResponseMapper for building the error response.
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(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(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.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.
withoutCachingMetadata() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchFluentHelperBasic
Deprecated.
withoutCachingMetadata() - Method in interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperServiceBatch
Deprecated.
Obsolete, as calling the improved method executeRequest avoids metadata retrieval.
withoutCachingMetadata() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperBasic
Deprecated.
Obsolete, as calling the improved method executeRequest avoids metadata retrieval.
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.FluentHelperCreate
Deactivates the CSRF token retrieval for this OData request.
withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperDelete
Deactivates the CSRF token retrieval for this OData request.
withoutCsrfToken() - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperUpdate
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
Deactivates the CSRF token retrieval for this OData request.
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
Deactivates the CSRF token retrieval for this OData request.
withoutDecorators(Integer...) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Removes the decorators with the given priorities from the life-cycle of the ThreadContext.
withoutDecorators(Iterable<Integer>) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Removes the decorators with the given priorities from the life-cycle of the ThreadContext.
withoutDefaultDecorators() - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Removes all SDK-provided decorators on the classpath from the executor call.
withoutDefaultListeners() - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Removes all SDK provided listeners on the classpath from the executor call.
withoutListeners(Integer...) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
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.AbstractThreadContextExecutor
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.
withoutParentThreadContext() - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
Specifies that no existing parent ThreadContext should be used by this executor.
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(File) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
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.
withOutputDirectory(File) - Method in class com.sap.cloud.sdk.datamodel.odatav4.generator.DataModelGenerator
Output directory to store the generated sources in.
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.
withProxy(ProxyConfiguration) - Method in class com.sap.cloud.sdk.testutil.MockUtil
Set the proxy configuration.
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
Gives the option to specify custom query parameters for the request.
withQueryParameter(String, String) - Method in class com.sap.cloud.sdk.datamodel.odata.helper.FluentHelperRead
Gives the option to specify custom query parameters for the request.
WithRuntimeDependencies - Interface in com.sap.cloud.sdk.cloudplatform
Interface for classes that require certain runtime dependencies.
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(String) - Method in class com.sap.cloud.sdk.datamodel.odata.generator.DataModelGenerator
The path to 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.odatav4.generator.DataModelGenerator
The path to the properties file containing the service name mapping.
withSystem(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule.FluentHelper
Finishes the configuration of the current system and start configuration of the next one.
withSystem(String) - Method in class com.sap.cloud.sdk.testutil.rules.ForEachSystemRule
Starts a new system configuration.
withThreadContext(ThreadContext) - Method in class com.sap.cloud.sdk.cloudplatform.thread.AbstractThreadContextExecutor
WorkflowDefinition - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowDefinition
WorkflowDefinition() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinition
 
workflowDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the workflowDefinitionId of this SendMessagePayload instance and return the same instance.
workflowDefinitionId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the workflowDefinitionId of this TaskInstance instance and return the same instance.
WorkflowDefinitionJob - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowDefinitionJob
WorkflowDefinitionJob() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionJob
 
WorkflowDefinitionJob.PurposeEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The purpose of the job.
workflowDefinitions(List<FormMetadataWorkflowDefinitions>) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.FormMetadata
Set the workflowDefinitions of this FormMetadata instance and return the same instance.
WorkflowDefinitionsApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
WorkflowDefinitionsApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
WorkflowDefinitionsApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowDefinitionsApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
WorkflowDefinitionVersion - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowDefinitionVersion
WorkflowDefinitionVersion() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowDefinitionVersion
 
WorkflowInstance - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstance
WorkflowInstance() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstance
 
WorkflowInstance.StatusEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The status of the workflow instance.
WorkflowInstanceErrorMessage - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceErrorMessage
WorkflowInstanceErrorMessage() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceErrorMessage
 
WorkflowInstanceExecutionLog - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceExecutionLog
WorkflowInstanceExecutionLog() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLog
 
WorkflowInstanceExecutionLog.TypeEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The execution log entry type.
WorkflowInstanceExecutionLogChanges - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
The changes made to the context or user task.
WorkflowInstanceExecutionLogChanges() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogChanges
 
WorkflowInstanceExecutionLogError - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceExecutionLogError
WorkflowInstanceExecutionLogError() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogError
 
WorkflowInstanceExecutionLogRecipients - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
The recipients of a mail task.
WorkflowInstanceExecutionLogRecipients() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRecipients
 
WorkflowInstanceExecutionLogRestEndpoint - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
Information about the service task.
WorkflowInstanceExecutionLogRestEndpoint() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceExecutionLogRestEndpoint
 
workflowInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.SendMessagePayload
Set the workflowInstanceId of this SendMessagePayload instance and return the same instance.
workflowInstanceId(String) - Method in class com.sap.cloud.sdk.services.scp.workflow.cf.model.TaskInstance
Set the workflowInstanceId of this TaskInstance instance and return the same instance.
WorkflowInstanceRoles - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceRoles
WorkflowInstanceRoles() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRoles
 
WorkflowInstanceRolesUpdatePayload - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceRolesUpdatePayload
WorkflowInstanceRolesUpdatePayload() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceRolesUpdatePayload
 
WorkflowInstancesApi - Class in com.sap.cloud.sdk.services.scp.workflow.cf.api
Workflow API for Cloud Foundry in version v1.
WorkflowInstancesApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry.
WorkflowInstancesApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.api.WorkflowInstancesApi
Instantiates this API class to invoke operations on the Workflow API for Cloud Foundry based on a given ApiClient.
WorkflowInstanceStartPayload - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceStartPayload
WorkflowInstanceStartPayload() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceStartPayload
 
WorkflowInstancesUpdatePayload - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstancesUpdatePayload
WorkflowInstancesUpdatePayload() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstancesUpdatePayload
 
WorkflowInstanceUpdatePayload - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowInstanceUpdatePayload
WorkflowInstanceUpdatePayload() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowInstanceUpdatePayload
 
WorkflowInstanceUpdatePayload.StatusEnum - Enum in com.sap.cloud.sdk.services.scp.workflow.cf.model
The new status of the workflow instance.
WorkflowModel - Class in com.sap.cloud.sdk.services.scp.workflow.cf.model
WorkflowModel
WorkflowModel() - Constructor for class com.sap.cloud.sdk.services.scp.workflow.cf.model.WorkflowModel
 
WorkingsetRuleServiceDefinitionInput - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
WorkingsetRuleServiceDefinitionInput
WorkingsetRuleServiceDefinitionInput() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionInput
 
WorkingsetRuleServiceDefinitionResult - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
WorkingsetRuleServiceDefinitionResult
WorkingsetRuleServiceDefinitionResult() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceDefinitionResult
 
WorkingsetRuleServiceInvocationInput - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model
WorkingsetRuleServiceInvocationInput
WorkingsetRuleServiceInvocationInput() - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.model.WorkingsetRuleServiceInvocationInput
 
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.
WrappedDestination - Class in com.sap.cloud.sdk.cloudplatform.connectivity
Convenience wrapper class to wrap HTTP and RFC destinations as Destination.
wrappedServiceBindingLoader(ServiceBindingLoader) - Method in class com.sap.cloud.sdk.cloudplatform.servicebinding.OneTimeServiceBindingLoaderWrapper.OneTimeServiceBindingLoaderWrapperBuilder
 
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, BigDecimal) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.BigDecimalAdapter
 
write(JsonWriter, byte[]) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.BinaryTypeAdapter
 
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, UUID) - Method in class com.sap.cloud.sdk.datamodel.odata.client.adapter.UuidTypeAdapter
 
write(JsonWriter, Object) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonCustomFieldAdapter
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, List<T>) - Method in class com.sap.cloud.sdk.datamodel.odatav4.adapter.GsonVdmEntityListAdapter
For internal use only by data model classes.
write(JsonWriter, T) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.AbstractCalendarAdapter
 
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, Calendar) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataCalendarAdapter
For internal use only by data model classes
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, VdmObject<T>) - Method in class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ODataVdmEntityAdapter
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
writeAuditLog(FeatureState, FeatureState) - Method in class com.sap.cloud.sdk.frameworks.togglz.AuditLoggingStateRepository
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.sap.cloud.sdk.frameworks.jaxrs.GsonMessageBodyProvider
 

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.
XsrfHandlingApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api
Rule Authoring API for Cloud Foundry in version v1.
XsrfHandlingApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.XsrfHandlingApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry.
XsrfHandlingApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.api.XsrfHandlingApi
Instantiates this API class to invoke operations on the Rule Authoring API for Cloud Foundry based on a given ApiClient.
XsrfHandlingApi - Class in com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api
Rule Execution API for Cloud Foundry in version v2.
XsrfHandlingApi(HttpDestinationProperties) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.XsrfHandlingApi
Instantiates this API class to invoke operations on the Rule Execution API for Cloud Foundry.
XsrfHandlingApi(ApiClient) - Constructor for class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleexecution.api.XsrfHandlingApi
Instantiates this API class to invoke operations on the Rule Execution API for Cloud Foundry based on a given ApiClient.
XsuaaService - Class in com.sap.cloud.sdk.cloudplatform.connectivity
This class handles the communication (and the caching of the responses) with an XSUAA service instance.
XsuaaService() - Constructor for class com.sap.cloud.sdk.cloudplatform.connectivity.XsuaaService
Creates a new XsuaaService instance, caching up to 100.000 responses for 60 minutes.

Y

year(ValueDate) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 
year(ValueDateTimeOffset) - Static method in interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterExpressionTemporal
 

Z

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 new ZonedDateTime.
ZonedDateTimeCalendarConverter() - Constructor for class com.sap.cloud.sdk.s4hana.datamodel.odata.adapter.ZonedDateTimeCalendarConverter
 

_

_default(TextDefault) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.Text
Set the _default of this Text instance and return the same instance.
_interface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectObject
Set the _interface of this ProjectObject instance and return the same instance.
_interface(List<Object>) - Method in class com.sap.cloud.sdk.services.btp.businessrules.cf.ruleauthoring.model.ProjectVersionObject
Set the _interface of this ProjectVersionObject instance and return the same instance.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2021 SAP SE. All rights reserved.