Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.MaintNotificationItemCause
Packages that use MaintNotificationItemCause
Package
Description
-
Uses of MaintNotificationItemCause 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 MaintNotificationItemCauseModifier and TypeFieldDescriptionstatic final MaintenanceNotificationItemLink<MaintNotificationItemCause>MaintenanceNotificationItem.TO_ITEM_CAUSEUse with available fluent helpers to apply the to_ItemCause navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification that return MaintNotificationItemCauseModifier and TypeMethodDescriptionMaintNotificationItemCause.MaintNotificationItemCauseBuilder.build()protected MaintNotificationItemCauseMaintNotificationItemCauseCreateFluentHelper.getEntity()protected MaintNotificationItemCauseMaintNotificationItemCauseUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification that return types with arguments of type MaintNotificationItemCauseModifier and TypeMethodDescriptionMaintenanceNotificationItem.fetchItemCause()Fetches the MaintNotificationItemCause entities (one to many) associated with this entity.protected Class<MaintNotificationItemCause>MaintNotificationItemCauseByKeyFluentHelper.getEntityClass()protected Class<MaintNotificationItemCause>MaintNotificationItemCauseFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintNotificationItemCause>>MaintenanceNotificationItem.getItemCauseIfPresent()Retrieval of associated MaintNotificationItemCause entities (one to many).MaintenanceNotificationItem.getItemCauseOrFetch()Retrieval of associated MaintNotificationItemCause entities (one to many).MaintNotificationItemCause.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with parameters of type MaintNotificationItemCauseModifier and TypeMethodDescriptionvoidMaintenanceNotificationItem.addItemCause(MaintNotificationItemCause... entity) Adds elements to the list of associated MaintNotificationItemCause entities.MaintenanceNotificationItem.MaintenanceNotificationItemBuilder.itemCause(MaintNotificationItemCause... value) Navigation property to_ItemCause for MaintenanceNotificationItem to multiple MaintNotificationItemCause.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with type arguments of type MaintNotificationItemCauseModifier and TypeMethodDescriptionvoidMaintenanceNotificationItem.setItemCause(List<MaintNotificationItemCause> value) Overwrites the list of associated MaintNotificationItemCause entities for the loaded navigation property to_ItemCause.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification with parameters of type MaintNotificationItemCauseModifierConstructorDescriptionMaintNotificationItemCauseCreateFluentHelper(String servicePath, MaintNotificationItemCause entity, String entityCollection) Creates a fluent helper object that will create aMaintNotificationItemCauseentity on the OData endpoint.MaintNotificationItemCauseUpdateFluentHelper(String servicePath, MaintNotificationItemCause entity, String entityCollection) Creates a fluent helper object that will update aMaintNotificationItemCauseentity on the OData endpoint. -
Uses of MaintNotificationItemCause 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 MaintNotificationItemCauseModifier and TypeMethodDescriptionDefaultMaintenanceNotificationServiceBatchChangeSet.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) MaintenanceNotificationServiceBatchChangeSet.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Create a newMaintNotificationItemCauseentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) MaintenanceNotificationServiceBatchChangeSet.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Update an existingMaintNotificationItemCauseentity and save it to the S/4HANA system. -
Uses of MaintNotificationItemCause 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 MaintNotificationItemCauseModifier and TypeMethodDescriptionMaintNotificationItemCauseOneToOneLink.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 MaintNotificationItemCauseModifier and TypeMethodDescriptionprotected MaintNotificationItemCauseLink<ObjectT>MaintNotificationItemCauseLink.translateLinkType(EntityLink<MaintNotificationItemCauseLink<ObjectT>, MaintNotificationItemCause, ObjectT> link) -
Uses of MaintNotificationItemCause in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaintNotificationItemCauseModifier and TypeMethodDescriptionDefaultMaintenanceNotificationService.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Deprecated.MaintenanceNotificationService.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Deprecated.Create a newMaintNotificationItemCauseentity and save it to the S/4HANA system.DefaultMaintenanceNotificationService.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Deprecated.MaintenanceNotificationService.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Deprecated.Update an existingMaintNotificationItemCauseentity and save it to the S/4HANA system.