Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlanCycle
Packages that use MaintenancePlanCycle
Package
Description
-
Uses of MaintenancePlanCycle 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 MaintenancePlanCycleModifier and TypeFieldDescriptionstatic final MaintenancePlanLink<MaintenancePlanCycle>MaintenancePlan.TO_MAINTENANCE_CYCLEUse with available fluent helpers to apply the to_MaintenanceCycle navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenancePlanCycleModifier and TypeMethodDescriptionMaintenancePlanCycle.MaintenancePlanCycleBuilder.build()protected MaintenancePlanCycleMaintenancePlanCycleUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return types with arguments of type MaintenancePlanCycleModifier and TypeMethodDescriptionMaintenancePlan.fetchMaintenanceCycle()Fetches the MaintenancePlanCycle entities (one to many) associated with this entity.protected Class<MaintenancePlanCycle>MaintenancePlanCycleByKeyFluentHelper.getEntityClass()protected Class<MaintenancePlanCycle>MaintenancePlanCycleFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintenancePlanCycle>>MaintenancePlan.getMaintenanceCycleIfPresent()Retrieval of associated MaintenancePlanCycle entities (one to many).MaintenancePlan.getMaintenanceCycleOrFetch()Retrieval of associated MaintenancePlanCycle entities (one to many).MaintenancePlanCycle.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanCycleModifier and TypeMethodDescriptionvoidMaintenancePlan.addMaintenanceCycle(MaintenancePlanCycle... entity) Adds elements to the list of associated MaintenancePlanCycle entities.MaintenancePlan.MaintenancePlanBuilder.maintenanceCycle(MaintenancePlanCycle... value) Navigation property to_MaintenanceCycle for MaintenancePlan to multiple MaintenancePlanCycle.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type arguments of type MaintenancePlanCycleModifier and TypeMethodDescriptionvoidMaintenancePlan.setMaintenanceCycle(List<MaintenancePlanCycle> value) Overwrites the list of associated MaintenancePlanCycle entities for the loaded navigation property to_MaintenanceCycle.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanCycleModifierConstructorDescriptionMaintenancePlanCycleUpdateFluentHelper(String servicePath, MaintenancePlanCycle entity, String entityCollection) Creates a fluent helper object that will update aMaintenancePlanCycleentity on the OData endpoint. -
Uses of MaintenancePlanCycle 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 MaintenancePlanCycleModifier and TypeMethodDescriptionDefaultMaintenancePlanServiceBatchChangeSet.updateMaintenancePlanCycle(MaintenancePlanCycle maintenancePlanCycle) MaintenancePlanServiceBatchChangeSet.updateMaintenancePlanCycle(MaintenancePlanCycle maintenancePlanCycle) Update an existingMaintenancePlanCycleentity and save it to the S/4HANA system. -
Uses of MaintenancePlanCycle 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 MaintenancePlanCycleModifier and TypeMethodDescriptionMaintenancePlanCycleOneToOneLink.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 MaintenancePlanCycleModifier and TypeMethodDescriptionprotected MaintenancePlanCycleLink<ObjectT>MaintenancePlanCycleLink.translateLinkType(EntityLink<MaintenancePlanCycleLink<ObjectT>, MaintenancePlanCycle, ObjectT> link) -
Uses of MaintenancePlanCycle in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaintenancePlanCycleModifier and TypeMethodDescriptionDefaultMaintenancePlanService.updateMaintenancePlanCycle(MaintenancePlanCycle maintenancePlanCycle) Deprecated.MaintenancePlanService.updateMaintenancePlanCycle(MaintenancePlanCycle maintenancePlanCycle) Deprecated.Update an existingMaintenancePlanCycleentity and save it to the S/4HANA system.