public interface AllergenStatementService extends BatchService<AllergenStatementServiceBatch>
This service reads which specification types are assigned to category ALLERGEN, and can retrieve exception value information from Customizing regarding the associated specification type. You can use the Allergen - Read API to read the header data and description of allergens. .
Reference: SAP API Business Hub
OData Service: | OP_API_ALLERGENSTATEMENT_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Allergen |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
AllergenStatementFluentHelper |
getAllAllergenStatement()
Fetch multiple
AllergenStatement entities. |
AllergenStatementTextFluentHelper |
getAllAllergenStatementText()
Fetch multiple
AllergenStatementText entities. |
AllergenStatementByKeyFluentHelper |
getAllergenStatementByKey(String allergenStatement)
Fetch a single
AllergenStatement entity using key fields. |
AllergenStatementTextByKeyFluentHelper |
getAllergenStatementTextByKey(String allergenStatement,
String language)
Fetch a single
AllergenStatementText entity using key fields. |
AllergenStatementService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull AllergenStatementService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull AllergenStatementFluentHelper getAllAllergenStatement()
AllergenStatement
entities.AllergenStatement
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AllergenStatementByKeyFluentHelper getAllergenStatementByKey(String allergenStatement)
AllergenStatement
entity using key fields.allergenStatement
- Allergen Statement
Constraints: Not nullable, Maximum length: 2
AllergenStatement
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AllergenStatementTextFluentHelper getAllAllergenStatementText()
AllergenStatementText
entities.AllergenStatementText
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull AllergenStatementTextByKeyFluentHelper getAllergenStatementTextByKey(String allergenStatement, String language)
AllergenStatementText
entity using key fields.allergenStatement
- Allergen Statement
Constraints: Not nullable, Maximum length: 2
language
- Language Key
Constraints: Not nullable, Maximum length: 2
AllergenStatementText
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.