Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.EquipmentPartner
Packages that use EquipmentPartner
Package
Description
-
Uses of EquipmentPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment with type parameters of type EquipmentPartnerModifier and TypeFieldDescriptionstatic final EquipmentLink<EquipmentPartner>Equipment.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment that return EquipmentPartnerModifier and TypeMethodDescriptionEquipmentPartner.EquipmentPartnerBuilder.build()protected EquipmentPartnerEquipmentPartnerCreateFluentHelper.getEntity()protected EquipmentPartnerEquipmentPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment that return types with arguments of type EquipmentPartnerModifier and TypeMethodDescriptionEquipment.fetchPartner()Fetches the EquipmentPartner entities (one to many) associated with this entity.protected Class<EquipmentPartner>EquipmentPartnerByKeyFluentHelper.getEntityClass()protected Class<EquipmentPartner>EquipmentPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<EquipmentPartner>>Equipment.getPartnerIfPresent()Retrieval of associated EquipmentPartner entities (one to many).Equipment.getPartnerOrFetch()Retrieval of associated EquipmentPartner entities (one to many).EquipmentPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment with parameters of type EquipmentPartnerModifier and TypeMethodDescriptionvoidEquipment.addPartner(EquipmentPartner... entity) Adds elements to the list of associated EquipmentPartner entities.Equipment.EquipmentBuilder.partner(EquipmentPartner... value) Navigation property to_Partner for Equipment to multiple EquipmentPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment with type arguments of type EquipmentPartnerModifier and TypeMethodDescriptionvoidEquipment.setPartner(List<EquipmentPartner> value) Overwrites the list of associated EquipmentPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment with parameters of type EquipmentPartnerModifierConstructorDescriptionEquipmentPartnerCreateFluentHelper(String servicePath, EquipmentPartner entity, String entityCollection) Creates a fluent helper object that will create aEquipmentPartnerentity on the OData endpoint.EquipmentPartnerUpdateFluentHelper(String servicePath, EquipmentPartner entity, String entityCollection) Creates a fluent helper object that will update aEquipmentPartnerentity on the OData endpoint. -
Uses of EquipmentPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.batch with parameters of type EquipmentPartnerModifier and TypeMethodDescriptionDefaultEquipmentServiceBatchChangeSet.createEquipmentPartner(EquipmentPartner equipmentPartner) EquipmentServiceBatchChangeSet.createEquipmentPartner(EquipmentPartner equipmentPartner) Create a newEquipmentPartnerentity and save it to the S/4HANA system.DefaultEquipmentServiceBatchChangeSet.updateEquipmentPartner(EquipmentPartner equipmentPartner) EquipmentServiceBatchChangeSet.updateEquipmentPartner(EquipmentPartner equipmentPartner) Update an existingEquipmentPartnerentity and save it to the S/4HANA system. -
Uses of EquipmentPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.equipment.link that return types with arguments of type EquipmentPartnerModifier and TypeMethodDescriptionEquipmentPartnerOneToOneLink.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.equipment.link with type arguments of type EquipmentPartnerModifier and TypeMethodDescriptionprotected EquipmentPartnerLink<ObjectT>EquipmentPartnerLink.translateLinkType(EntityLink<EquipmentPartnerLink<ObjectT>, EquipmentPartner, ObjectT> link) -
Uses of EquipmentPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type EquipmentPartnerModifier and TypeMethodDescriptionDefaultEquipmentService.createEquipmentPartner(EquipmentPartner equipmentPartner) Deprecated.EquipmentService.createEquipmentPartner(EquipmentPartner equipmentPartner) Deprecated.Create a newEquipmentPartnerentity and save it to the S/4HANA system.DefaultEquipmentService.updateEquipmentPartner(EquipmentPartner equipmentPartner) Deprecated.EquipmentService.updateEquipmentPartner(EquipmentPartner equipmentPartner) Deprecated.Update an existingEquipmentPartnerentity and save it to the S/4HANA system.