Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlanSchedule
Packages that use MaintenancePlanSchedule
Package
Description
-
Uses of MaintenancePlanSchedule 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 MaintenancePlanScheduleModifier and TypeFieldDescriptionstatic final MaintenancePlanLink<MaintenancePlanSchedule>MaintenancePlan.TO_SCHEDULESUse with available fluent helpers to apply the to_Schedules navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenancePlanScheduleMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return types with arguments of type MaintenancePlanScheduleModifier and TypeMethodDescriptionMaintenancePlan.fetchSchedules()Fetches the MaintenancePlanSchedule entities (one to many) associated with this entity.protected Class<MaintenancePlanSchedule>MaintenancePlanScheduleByKeyFluentHelper.getEntityClass()protected Class<MaintenancePlanSchedule>MaintenancePlanScheduleFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintenancePlanSchedule>>MaintenancePlan.getSchedulesIfPresent()Retrieval of associated MaintenancePlanSchedule entities (one to many).MaintenancePlan.getSchedulesOrFetch()Retrieval of associated MaintenancePlanSchedule entities (one to many).MaintenancePlanSchedule.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanScheduleModifier and TypeMethodDescriptionvoidMaintenancePlan.addSchedules(MaintenancePlanSchedule... entity) Adds elements to the list of associated MaintenancePlanSchedule entities.MaintenancePlan.MaintenancePlanBuilder.schedules(MaintenancePlanSchedule... value) Navigation property to_Schedules for MaintenancePlan to multiple MaintenancePlanSchedule.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type arguments of type MaintenancePlanScheduleModifier and TypeMethodDescriptionvoidMaintenancePlan.setSchedules(List<MaintenancePlanSchedule> value) Overwrites the list of associated MaintenancePlanSchedule entities for the loaded navigation property to_Schedules. -
Uses of MaintenancePlanSchedule 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 MaintenancePlanScheduleModifier and TypeMethodDescriptionMaintenancePlanScheduleOneToOneLink.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 MaintenancePlanScheduleModifier and TypeMethodDescriptionprotected MaintenancePlanScheduleLink<ObjectT>MaintenancePlanScheduleLink.translateLinkType(EntityLink<MaintenancePlanScheduleLink<ObjectT>, MaintenancePlanSchedule, ObjectT> link)