Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenanceItemCause
Packages that use MaintenanceItemCause
Package
Description
-
Uses of MaintenanceItemCause in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type parameters of type MaintenanceItemCauseModifier and TypeFieldDescriptionstatic final MaintenanceItemLink<MaintenanceItemCause>MaintenanceItem.TO_MAINTENANCE_ITEM_CAUSEUse with available fluent helpers to apply the to_MaintenanceItemCause navigation property to query operations.static final MaintenanceItemCauseTextOneToOneLink<MaintenanceItemCause>MaintenanceItemCauseText.TO_MAINTENANCE_ITEM_CAUSEUse with available fluent helpers to apply the to_MaintenanceItemCause navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenanceItemCauseModifier and TypeMethodDescriptionMaintenanceItemCause.MaintenanceItemCauseBuilder.build()MaintenanceItemCauseText.fetchMaintenanceItemCause()Fetches the MaintenanceItemCause entity (one to one) associated with this entity.protected MaintenanceItemCauseMaintenanceItemCauseCreateFluentHelper.getEntity()protected MaintenanceItemCauseMaintenanceItemCauseDeleteFluentHelper.getEntity()protected MaintenanceItemCauseMaintenanceItemCauseUpdateFluentHelper.getEntity()MaintenanceItemCauseText.getMaintenanceItemCauseOrFetch()Retrieval of associated MaintenanceItemCause entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return types with arguments of type MaintenanceItemCauseModifier and TypeMethodDescriptionMaintenanceItem.fetchMaintenanceItemCause()Fetches the MaintenanceItemCause entities (one to many) associated with this entity.protected Class<MaintenanceItemCause>MaintenanceItemCauseByKeyFluentHelper.getEntityClass()protected Class<MaintenanceItemCause>MaintenanceItemCauseFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintenanceItemCause>>MaintenanceItem.getMaintenanceItemCauseIfPresent()Retrieval of associated MaintenanceItemCause entities (one to many).io.vavr.control.Option<MaintenanceItemCause>MaintenanceItemCauseText.getMaintenanceItemCauseIfPresent()Retrieval of associated MaintenanceItemCause entity (one to one).MaintenanceItem.getMaintenanceItemCauseOrFetch()Retrieval of associated MaintenanceItemCause entities (one to many).MaintenanceItemCause.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenanceItemCauseModifier and TypeMethodDescriptionvoidMaintenanceItem.addMaintenanceItemCause(MaintenanceItemCause... entity) Adds elements to the list of associated MaintenanceItemCause entities.MaintenanceItem.MaintenanceItemBuilder.maintenanceItemCause(MaintenanceItemCause... value) Navigation property to_MaintenanceItemCause for MaintenanceItem to multiple MaintenanceItemCause.MaintenanceItemCauseText.MaintenanceItemCauseTextBuilder.maintenanceItemCause(MaintenanceItemCause value) Navigation property to_MaintenanceItemCause for MaintenanceItemCauseText to single MaintenanceItemCause.voidMaintenanceItemCauseText.setMaintenanceItemCause(MaintenanceItemCause value) Overwrites the associated MaintenanceItemCause entity for the loaded navigation property to_MaintenanceItemCause.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type arguments of type MaintenanceItemCauseModifier and TypeMethodDescriptionvoidMaintenanceItem.setMaintenanceItemCause(List<MaintenanceItemCause> value) Overwrites the list of associated MaintenanceItemCause entities for the loaded navigation property to_MaintenanceItemCause.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenanceItemCauseModifierConstructorDescriptionMaintenanceItemCauseCreateFluentHelper(String servicePath, MaintenanceItemCause entity, String entityCollection) Creates a fluent helper object that will create aMaintenanceItemCauseentity on the OData endpoint.MaintenanceItemCauseDeleteFluentHelper(String servicePath, MaintenanceItemCause entity, String entityCollection) Creates a fluent helper object that will delete aMaintenanceItemCauseentity on the OData endpoint.MaintenanceItemCauseText(String maintenanceItem, String nmbrOfMaintComplianceItems, String language, String plainLongText, MaintenanceItemCause toMaintenanceItemCause, MaintenanceItem toMaintenanceItem) MaintenanceItemCauseUpdateFluentHelper(String servicePath, MaintenanceItemCause entity, String entityCollection) Creates a fluent helper object that will update aMaintenanceItemCauseentity on the OData endpoint. -
Uses of MaintenanceItemCause in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.batch with parameters of type MaintenanceItemCauseModifier and TypeMethodDescriptionDefaultMaintenancePlanServiceBatchChangeSet.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) MaintenancePlanServiceBatchChangeSet.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.DefaultMaintenancePlanServiceBatchChangeSet.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) MaintenancePlanServiceBatchChangeSet.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.DefaultMaintenancePlanServiceBatchChangeSet.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) MaintenancePlanServiceBatchChangeSet.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system. -
Uses of MaintenanceItemCause in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.link that return types with arguments of type MaintenanceItemCauseModifier and TypeMethodDescriptionMaintenanceItemCauseOneToOneLink.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.maintenanceplan.link with type arguments of type MaintenanceItemCauseModifier and TypeMethodDescriptionprotected MaintenanceItemCauseLink<ObjectT>MaintenanceItemCauseLink.translateLinkType(EntityLink<MaintenanceItemCauseLink<ObjectT>, MaintenanceItemCause, ObjectT> link) -
Uses of MaintenanceItemCause in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaintenanceItemCauseModifier and TypeMethodDescriptionDefaultMaintenancePlanService.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.MaintenancePlanService.createMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.Create a newMaintenanceItemCauseentity and save it to the S/4HANA system.DefaultMaintenancePlanService.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.MaintenancePlanService.deleteMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.Deletes an existingMaintenanceItemCauseentity in the S/4HANA system.DefaultMaintenancePlanService.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.MaintenancePlanService.updateMaintenanceItemCause(MaintenanceItemCause maintenanceItemCause) Deprecated.Update an existingMaintenanceItemCauseentity and save it to the S/4HANA system.