public interface SpecificationPhraseService extends BatchService<SpecificationPhraseServiceBatch>
This service enables you to read specification phrase data, such as phrase sets, phrases, and phrase items. The API retrieves header, item, and assignment between phrase sets and phrases via standard HTTP GET call. .
Reference: SAP API Business Hub
OData Service: | OP_API_SPECIFICATIONPHRASE_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Recipe Product Specification |
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. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SpecificationPhraseService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SpecificationPhraseFluentHelper getAllSpecificationPhrase()
SpecificationPhrase
entities.SpecificationPhrase
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 SpecificationPhraseByKeyFluentHelper getSpecificationPhraseByKey(String specPhraseInternalID, String specPhraseChgIntID)
SpecificationPhrase
entity using key fields.specPhraseChgIntID
- Phrase Change State
Constraints: Not nullable, Maximum length: 20
specPhraseInternalID
- Phrase Internal ID
Constraints: Not nullable, Maximum length: 20
SpecificationPhrase
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 SpecificationPhraseItemFluentHelper getAllSpecificationPhraseItem()
SpecificationPhraseItem
entities.SpecificationPhraseItem
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 SpecificationPhraseItemByKeyFluentHelper getSpecificationPhraseItemByKey(String specPhraseItemInternalID, String specPhraseItemChgIntID)
SpecificationPhraseItem
entity using key fields.specPhraseItemChgIntID
- Phrase Item Change State
Constraints: Not nullable, Maximum length: 20
specPhraseItemInternalID
- Phrase Item Internal ID
Constraints: Not nullable, Maximum length: 20
SpecificationPhraseItem
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 SpecificationPhraseSetFluentHelper getAllSpecificationPhraseSet()
SpecificationPhraseSet
entities.SpecificationPhraseSet
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 SpecificationPhraseSetByKeyFluentHelper getSpecificationPhraseSetByKey(String specPhraseSetInternalID, String specPhraseSetChgIntID)
SpecificationPhraseSet
entity using key fields.specPhraseSetInternalID
- Phrase Set Internal ID
Constraints: Not nullable, Maximum length: 20
specPhraseSetChgIntID
- Phrase Set Change State
Constraints: Not nullable, Maximum length: 20
SpecificationPhraseSet
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 SpecificationPhraseSetTextFluentHelper getAllSpecificationPhraseSetText()
SpecificationPhraseSetText
entities.SpecificationPhraseSetText
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 SpecificationPhraseSetTextByKeyFluentHelper getSpecificationPhraseSetTextByKey(String specPhraseSetDescIntID, String specPhraseSetDescChgIntID)
SpecificationPhraseSetText
entity using key fields.specPhraseSetDescIntID
- Sequential Number of Data Record
Constraints: Not nullable, Maximum length: 20
specPhraseSetDescChgIntID
- Sequential Number of the Change State
Constraints: Not nullable, Maximum length: 20
SpecificationPhraseSetText
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 SpecPhraseSetPhraseAssgmtFluentHelper getAllSpecPhraseSetPhraseAssgmt()
SpecPhraseSetPhraseAssgmt
entities.SpecPhraseSetPhraseAssgmt
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 SpecPhraseSetPhraseAssgmtByKeyFluentHelper getSpecPhraseSetPhraseAssgmtByKey(String specPhraseAssgmtInternalID, String specPhraseAssgmtChgIntID)
SpecPhraseSetPhraseAssgmt
entity using key fields.specPhraseAssgmtInternalID
- Phrase Set - Phrase Assignment Internal ID
Constraints: Not nullable, Maximum length: 20
specPhraseAssgmtChgIntID
- Phrase Set - Phrase Assignment Change State
Constraints: Not nullable, Maximum length: 20
SpecPhraseSetPhraseAssgmt
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.