@Named(value="com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.services.DefaultPureSubstanceComponentTypeService") public class DefaultPureSubstanceComponentTypeService extends Object implements PureSubstanceComponentTypeService
This service reads data from specifications with category pure substance, and can retrieve which component type is allowed for pure substances in the standard composition. You can use the Pure Substance - Read API to read the header data and description of pure substances. .
Reference: SAP API Business Hub
OData Service: | OP_API_PURESUBSTCOMPONENTTYPE_0001 |
API Version: | 1 |
Minimum ERP Version: | 2020 |
Authentication Methods: | Basic, x509 |
Business Object: | Recipe Pure Substance |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultPureSubstanceComponentTypeService()
Creates a service using
PureSubstanceComponentTypeService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultPureSubstanceComponentTypeService()
PureSubstanceComponentTypeService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultPureSubstanceComponentTypeService withServicePath(@Nonnull String servicePath)
PureSubstanceComponentTypeService
withServicePath
in interface PureSubstanceComponentTypeService
servicePath
- Service path that will override the default.@Nonnull public DefaultPureSubstanceComponentTypeServiceBatch batch()
batch
in interface BatchService<PureSubstanceComponentTypeServiceBatch>
@Nonnull public PureSubstanceComponentTypeFluentHelper getAllPureSubstanceComponentType()
PureSubstanceComponentTypeService
PureSubstanceComponentType
entities.getAllPureSubstanceComponentType
in interface PureSubstanceComponentTypeService
PureSubstanceComponentType
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 public PureSubstanceComponentTypeByKeyFluentHelper getPureSubstanceComponentTypeByKey(String pureSubstanceComponentType)
PureSubstanceComponentTypeService
PureSubstanceComponentType
entity using key fields.getPureSubstanceComponentTypeByKey
in interface PureSubstanceComponentTypeService
pureSubstanceComponentType
- Pure Substance Component Type
Constraints: Not nullable, Maximum length: 10
PureSubstanceComponentType
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 public PureSubstComponentTypeTextFluentHelper getAllPureSubstComponentTypeText()
PureSubstanceComponentTypeService
PureSubstComponentTypeText
entities.getAllPureSubstComponentTypeText
in interface PureSubstanceComponentTypeService
PureSubstComponentTypeText
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 public PureSubstComponentTypeTextByKeyFluentHelper getPureSubstComponentTypeTextByKey(String pureSubstanceComponentType, String language)
PureSubstanceComponentTypeService
PureSubstComponentTypeText
entity using key fields.getPureSubstComponentTypeTextByKey
in interface PureSubstanceComponentTypeService
pureSubstanceComponentType
- Pure Substance Component Type
Constraints: Not nullable, Maximum length: 10
language
- Language Key
Constraints: Not nullable, Maximum length: 2
PureSubstComponentTypeText
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.