Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlan
Packages that use MaintenancePlan
Package
Description
-
Uses of MaintenancePlan 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 MaintenancePlanModifier and TypeFieldDescriptionstatic final MaintenancePlanCycleOneToOneLink<MaintenancePlan>MaintenancePlanCycle.TO_MAINTENANCE_PLANUse with available fluent helpers to apply the to_MaintenancePlan navigation property to query operations.static final MaintenancePlanTextOneToOneLink<MaintenancePlan>MaintenancePlanText.TO_MAINTENANCE_PLANUse with available fluent helpers to apply the to_MaintenancePlan navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenancePlanModifier and TypeMethodDescriptionMaintenancePlan.MaintenancePlanBuilder.build()AssignMaintItemToMaintPlanFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.RestartMaintPlnScheduleFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.StartMaintPlnScheduleFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.StartScheduleInCycleFluentHelper.executeRequest(HttpDestinationProperties destination) Execute this function import.MaintenancePlanCycle.fetchMaintenancePlan()Fetches the MaintenancePlan entity (one to one) associated with this entity.MaintenancePlanText.fetchMaintenancePlan()Fetches the MaintenancePlan entity (one to one) associated with this entity.protected MaintenancePlanMaintenancePlanCreateFluentHelper.getEntity()protected MaintenancePlanMaintenancePlanUpdateFluentHelper.getEntity()MaintenancePlanCycle.getMaintenancePlanOrFetch()Retrieval of associated MaintenancePlan entity (one to one).MaintenancePlanText.getMaintenancePlanOrFetch()Retrieval of associated MaintenancePlan entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return types with arguments of type MaintenancePlanModifier and TypeMethodDescriptionprotected Class<MaintenancePlan>AssignMaintItemToMaintPlanFluentHelper.getEntityClass()protected Class<MaintenancePlan>MaintenancePlanByKeyFluentHelper.getEntityClass()protected Class<MaintenancePlan>MaintenancePlanFluentHelper.getEntityClass()protected Class<MaintenancePlan>RestartMaintPlnScheduleFluentHelper.getEntityClass()protected Class<MaintenancePlan>StartMaintPlnScheduleFluentHelper.getEntityClass()protected Class<MaintenancePlan>StartScheduleInCycleFluentHelper.getEntityClass()io.vavr.control.Option<MaintenancePlan>MaintenancePlanCycle.getMaintenancePlanIfPresent()Retrieval of associated MaintenancePlan entity (one to one).io.vavr.control.Option<MaintenancePlan>MaintenancePlanText.getMaintenancePlanIfPresent()Retrieval of associated MaintenancePlan entity (one to one).MaintenancePlan.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanModifier and TypeMethodDescriptionMaintenancePlanCycle.MaintenancePlanCycleBuilder.maintenancePlan(MaintenancePlan value) Navigation property to_MaintenancePlan for MaintenancePlanCycle to single MaintenancePlan.MaintenancePlanText.MaintenancePlanTextBuilder.maintenancePlan(MaintenancePlan value) Navigation property to_MaintenancePlan for MaintenancePlanText to single MaintenancePlan.voidMaintenancePlanCycle.setMaintenancePlan(MaintenancePlan value) Overwrites the associated MaintenancePlan entity for the loaded navigation property to_MaintenancePlan.voidMaintenancePlanText.setMaintenancePlan(MaintenancePlan value) Overwrites the associated MaintenancePlan entity for the loaded navigation property to_MaintenancePlan.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanModifierConstructorDescriptionMaintenancePlanCreateFluentHelper(String servicePath, MaintenancePlan entity, String entityCollection) Creates a fluent helper object that will create aMaintenancePlanentity on the OData endpoint.MaintenancePlanCycle(String maintenancePlan, String maintenancePlanCycle, String maintenanceStrategy, String cycleSetSequence, Double maintPlanCycRcrrcIntervalQty, String maintPlanCycRcrrcIntervalUnit, String maintPlanCycleDesc, String measuringPoint, Double maintPlanCycleStartOffsetValue, Double maintCycleNextPlndCntrRdng, Boolean maintenancePlanCycleIsInactive, String cycleSetSequenceRepeatFactor, MaintenancePlan toMaintenancePlan) MaintenancePlanText(String maintenancePlan, String language, String maintenancePlanLongText, MaintenancePlan toMaintenancePlan) MaintenancePlanUpdateFluentHelper(String servicePath, MaintenancePlan entity, String entityCollection) Creates a fluent helper object that will update aMaintenancePlanentity on the OData endpoint. -
Uses of MaintenancePlan 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 MaintenancePlanModifier and TypeMethodDescriptionDefaultMaintenancePlanServiceBatchChangeSet.createMaintenancePlan(MaintenancePlan maintenancePlan) MaintenancePlanServiceBatchChangeSet.createMaintenancePlan(MaintenancePlan maintenancePlan) Create a newMaintenancePlanentity and save it to the S/4HANA system.DefaultMaintenancePlanServiceBatchChangeSet.updateMaintenancePlan(MaintenancePlan maintenancePlan) MaintenancePlanServiceBatchChangeSet.updateMaintenancePlan(MaintenancePlan maintenancePlan) Update an existingMaintenancePlanentity and save it to the S/4HANA system. -
Uses of MaintenancePlan 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 MaintenancePlanModifier and TypeMethodDescriptionMaintenancePlanOneToOneLink.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 MaintenancePlanModifier and TypeMethodDescriptionprotected MaintenancePlanLink<ObjectT>MaintenancePlanLink.translateLinkType(EntityLink<MaintenancePlanLink<ObjectT>, MaintenancePlan, ObjectT> link) -
Uses of MaintenancePlan in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaintenancePlanModifier and TypeMethodDescriptionDefaultMaintenancePlanService.createMaintenancePlan(MaintenancePlan maintenancePlan) Deprecated.MaintenancePlanService.createMaintenancePlan(MaintenancePlan maintenancePlan) Deprecated.Create a newMaintenancePlanentity and save it to the S/4HANA system.DefaultMaintenancePlanService.updateMaintenancePlan(MaintenancePlan maintenancePlan) Deprecated.MaintenancePlanService.updateMaintenancePlan(MaintenancePlan maintenancePlan) Deprecated.Update an existingMaintenancePlanentity and save it to the S/4HANA system.