Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.CustomerMaterial
Packages that use CustomerMaterial
Package
Description
-
Uses of CustomerMaterial in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial that return CustomerMaterialModifier and TypeMethodDescriptionCustomerMaterial.CustomerMaterialBuilder.build()protected CustomerMaterialCustomerMaterialCreateFluentHelper.getEntity()protected CustomerMaterialCustomerMaterialDeleteFluentHelper.getEntity()protected CustomerMaterialCustomerMaterialUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial that return types with arguments of type CustomerMaterialModifier and TypeMethodDescriptionprotected Class<CustomerMaterial>CustomerMaterialByKeyFluentHelper.getEntityClass()protected Class<CustomerMaterial>CustomerMaterialFluentHelper.getEntityClass()CustomerMaterial.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial with parameters of type CustomerMaterialModifierConstructorDescriptionCustomerMaterialCreateFluentHelper(String servicePath, CustomerMaterial entity, String entityCollection) Creates a fluent helper object that will create aCustomerMaterialentity on the OData endpoint.CustomerMaterialDeleteFluentHelper(String servicePath, CustomerMaterial entity, String entityCollection) Creates a fluent helper object that will delete aCustomerMaterialentity on the OData endpoint.CustomerMaterialUpdateFluentHelper(String servicePath, CustomerMaterial entity, String entityCollection) Creates a fluent helper object that will update aCustomerMaterialentity on the OData endpoint. -
Uses of CustomerMaterial in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.batch with parameters of type CustomerMaterialModifier and TypeMethodDescriptionCustomerMaterialServiceBatchChangeSet.createCustomerMaterial(CustomerMaterial customerMaterial) Create a newCustomerMaterialentity and save it to the S/4HANA system.DefaultCustomerMaterialServiceBatchChangeSet.createCustomerMaterial(CustomerMaterial customerMaterial) CustomerMaterialServiceBatchChangeSet.deleteCustomerMaterial(CustomerMaterial customerMaterial) Deletes an existingCustomerMaterialentity in the S/4HANA system.DefaultCustomerMaterialServiceBatchChangeSet.deleteCustomerMaterial(CustomerMaterial customerMaterial) CustomerMaterialServiceBatchChangeSet.updateCustomerMaterial(CustomerMaterial customerMaterial) Update an existingCustomerMaterialentity and save it to the S/4HANA system.DefaultCustomerMaterialServiceBatchChangeSet.updateCustomerMaterial(CustomerMaterial customerMaterial) -
Uses of CustomerMaterial in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.link that return types with arguments of type CustomerMaterialModifier and TypeMethodDescriptionCustomerMaterialOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.link with type arguments of type CustomerMaterialModifier and TypeMethodDescriptionprotected CustomerMaterialLink<ObjectT>CustomerMaterialLink.translateLinkType(EntityLink<CustomerMaterialLink<ObjectT>, CustomerMaterial, ObjectT> link) -
Uses of CustomerMaterial in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerMaterialModifier and TypeMethodDescriptionCustomerMaterialService.createCustomerMaterial(CustomerMaterial customerMaterial) Deprecated.Create a newCustomerMaterialentity and save it to the S/4HANA system.DefaultCustomerMaterialService.createCustomerMaterial(CustomerMaterial customerMaterial) Deprecated.CustomerMaterialService.deleteCustomerMaterial(CustomerMaterial customerMaterial) Deprecated.Deletes an existingCustomerMaterialentity in the S/4HANA system.DefaultCustomerMaterialService.deleteCustomerMaterial(CustomerMaterial customerMaterial) Deprecated.CustomerMaterialService.updateCustomerMaterial(CustomerMaterial customerMaterial) Deprecated.Update an existingCustomerMaterialentity and save it to the S/4HANA system.DefaultCustomerMaterialService.updateCustomerMaterial(CustomerMaterial customerMaterial) Deprecated.