Modifier and Type | Method and Description |
---|---|
CustomerMaterial |
CustomerMaterial.CustomerMaterialBuilder.build() |
protected CustomerMaterial |
CustomerMaterialCreateFluentHelper.getEntity() |
protected CustomerMaterial |
CustomerMaterialDeleteFluentHelper.getEntity() |
protected CustomerMaterial |
CustomerMaterialUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<CustomerMaterial> |
CustomerMaterialFluentHelper.getEntityClass() |
protected Class<CustomerMaterial> |
CustomerMaterialByKeyFluentHelper.getEntityClass() |
Class<CustomerMaterial> |
CustomerMaterial.getType() |
Constructor and Description |
---|
CustomerMaterialCreateFluentHelper(String servicePath,
CustomerMaterial entity)
Creates a fluent helper object that will create a
CustomerMaterial entity on the OData endpoint. |
CustomerMaterialDeleteFluentHelper(String servicePath,
CustomerMaterial entity)
Creates a fluent helper object that will delete a
CustomerMaterial entity on the OData endpoint. |
CustomerMaterialUpdateFluentHelper(String servicePath,
CustomerMaterial entity)
Creates a fluent helper object that will update a
CustomerMaterial entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
CustomerMaterialServiceBatchChangeSet |
DefaultCustomerMaterialServiceBatchChangeSet.createCustomerMaterial(CustomerMaterial customerMaterial)
Create a new
CustomerMaterial entity and save it to the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
CustomerMaterialServiceBatchChangeSet.createCustomerMaterial(CustomerMaterial customerMaterial)
Create a new
CustomerMaterial entity and save it to the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
DefaultCustomerMaterialServiceBatchChangeSet.deleteCustomerMaterial(CustomerMaterial customerMaterial)
Deletes an existing
CustomerMaterial entity in the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
CustomerMaterialServiceBatchChangeSet.deleteCustomerMaterial(CustomerMaterial customerMaterial)
Deletes an existing
CustomerMaterial entity in the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
DefaultCustomerMaterialServiceBatchChangeSet.updateCustomerMaterial(CustomerMaterial customerMaterial)
Update an existing
CustomerMaterial entity and save it to the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
CustomerMaterialServiceBatchChangeSet.updateCustomerMaterial(CustomerMaterial customerMaterial)
Update an existing
CustomerMaterial entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerMaterial> |
CustomerMaterialOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected CustomerMaterialLink<ObjectT> |
CustomerMaterialLink.translateLinkType(EntityLink<CustomerMaterialLink<ObjectT>,CustomerMaterial,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.