Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.MaintenanceNotificationPartner
Packages that use MaintenanceNotificationPartner
Package
Description
-
Uses of MaintenanceNotificationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with type parameters of type MaintenanceNotificationPartnerModifier and TypeFieldDescriptionstatic final MaintenanceNotificationLink<MaintenanceNotificationPartner>MaintenanceNotification.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.maintenancenotification that return MaintenanceNotificationPartnerModifier and TypeMethodDescriptionMaintenanceNotificationPartner.MaintenanceNotificationPartnerBuilder.build()protected MaintenanceNotificationPartnerMaintenanceNotificationPartnerCreateFluentHelper.getEntity()protected MaintenanceNotificationPartnerMaintenanceNotificationPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification that return types with arguments of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionMaintenanceNotification.fetchPartner()Fetches the MaintenanceNotificationPartner entities (one to many) associated with this entity.protected Class<MaintenanceNotificationPartner>MaintenanceNotificationPartnerByKeyFluentHelper.getEntityClass()protected Class<MaintenanceNotificationPartner>MaintenanceNotificationPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintenanceNotificationPartner>>MaintenanceNotification.getPartnerIfPresent()Retrieval of associated MaintenanceNotificationPartner entities (one to many).MaintenanceNotification.getPartnerOrFetch()Retrieval of associated MaintenanceNotificationPartner entities (one to many).MaintenanceNotificationPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with parameters of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionvoidMaintenanceNotification.addPartner(MaintenanceNotificationPartner... entity) Adds elements to the list of associated MaintenanceNotificationPartner entities.MaintenanceNotification.MaintenanceNotificationBuilder.partner(MaintenanceNotificationPartner... value) Navigation property to_Partner for MaintenanceNotification to multiple MaintenanceNotificationPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with type arguments of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionvoidMaintenanceNotification.setPartner(List<MaintenanceNotificationPartner> value) Overwrites the list of associated MaintenanceNotificationPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with parameters of type MaintenanceNotificationPartnerModifierConstructorDescriptionMaintenanceNotificationPartnerCreateFluentHelper(String servicePath, MaintenanceNotificationPartner entity, String entityCollection) Creates a fluent helper object that will create aMaintenanceNotificationPartnerentity on the OData endpoint.MaintenanceNotificationPartnerUpdateFluentHelper(String servicePath, MaintenanceNotificationPartner entity, String entityCollection) Creates a fluent helper object that will update aMaintenanceNotificationPartnerentity on the OData endpoint. -
Uses of MaintenanceNotificationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch with parameters of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionDefaultMaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) MaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Create a newMaintenanceNotificationPartnerentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) MaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Update an existingMaintenanceNotificationPartnerentity and save it to the S/4HANA system. -
Uses of MaintenanceNotificationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.link that return types with arguments of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionMaintenanceNotificationPartnerOneToOneLink.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.maintenancenotification.link with type arguments of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionprotected MaintenanceNotificationPartnerLink<ObjectT>MaintenanceNotificationPartnerLink.translateLinkType(EntityLink<MaintenanceNotificationPartnerLink<ObjectT>, MaintenanceNotificationPartner, ObjectT> link) -
Uses of MaintenanceNotificationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaintenanceNotificationPartnerModifier and TypeMethodDescriptionDefaultMaintenanceNotificationService.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Deprecated.MaintenanceNotificationService.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Deprecated.Create a newMaintenanceNotificationPartnerentity and save it to the S/4HANA system.DefaultMaintenanceNotificationService.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Deprecated.MaintenanceNotificationService.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Deprecated.Update an existingMaintenanceNotificationPartnerentity and save it to the S/4HANA system.