Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlanCallObject
Packages that use MaintenancePlanCallObject
Package
Description
-
Uses of MaintenancePlanCallObject 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 MaintenancePlanCallObjectModifier and TypeFieldDescriptionstatic final MaintenanceItemLink<MaintenancePlanCallObject>MaintenanceItem.TO_MAINT_PLAN_CALL_OBJECTSUse with available fluent helpers to apply the to_MaintPlanCallObjects navigation property to query operations.static final MaintenancePlanScheduleLink<MaintenancePlanCallObject>MaintenancePlanSchedule.TO_MAINTENANCE_PLAN_CALL_OBJECTSUse with available fluent helpers to apply the to_MaintenancePlanCallObjects navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenancePlanCallObjectModifier and TypeMethodDescriptionMaintenancePlanCallObject.MaintenancePlanCallObjectBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return types with arguments of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionMaintenancePlanSchedule.fetchMaintenancePlanCallObjects()Fetches the MaintenancePlanCallObject entities (one to many) associated with this entity.MaintenanceItem.fetchMaintPlanCallObjects()Fetches the MaintenancePlanCallObject entities (one to many) associated with this entity.protected Class<MaintenancePlanCallObject>MaintenancePlanCallObjectByKeyFluentHelper.getEntityClass()protected Class<MaintenancePlanCallObject>MaintenancePlanCallObjectFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintenancePlanCallObject>>MaintenancePlanSchedule.getMaintenancePlanCallObjectsIfPresent()Retrieval of associated MaintenancePlanCallObject entities (one to many).MaintenancePlanSchedule.getMaintenancePlanCallObjectsOrFetch()Retrieval of associated MaintenancePlanCallObject entities (one to many).io.vavr.control.Option<List<MaintenancePlanCallObject>>MaintenanceItem.getMaintPlanCallObjectsIfPresent()Retrieval of associated MaintenancePlanCallObject entities (one to many).MaintenanceItem.getMaintPlanCallObjectsOrFetch()Retrieval of associated MaintenancePlanCallObject entities (one to many).MaintenancePlanCallObject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionvoidMaintenancePlanSchedule.addMaintenancePlanCallObjects(MaintenancePlanCallObject... entity) Adds elements to the list of associated MaintenancePlanCallObject entities.voidMaintenanceItem.addMaintPlanCallObjects(MaintenancePlanCallObject... entity) Adds elements to the list of associated MaintenancePlanCallObject entities.MaintenancePlanSchedule.MaintenancePlanScheduleBuilder.maintenancePlanCallObjects(MaintenancePlanCallObject... value) Navigation property to_MaintenancePlanCallObjects for MaintenancePlanSchedule to multiple MaintenancePlanCallObject.MaintenanceItem.MaintenanceItemBuilder.maintPlanCallObjects(MaintenancePlanCallObject... value) Navigation property to_MaintPlanCallObjects for MaintenanceItem to multiple MaintenancePlanCallObject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type arguments of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionvoidMaintenancePlanSchedule.setMaintenancePlanCallObjects(List<MaintenancePlanCallObject> value) Overwrites the list of associated MaintenancePlanCallObject entities for the loaded navigation property to_MaintenancePlanCallObjects.voidMaintenanceItem.setMaintPlanCallObjects(List<MaintenancePlanCallObject> value) Overwrites the list of associated MaintenancePlanCallObject entities for the loaded navigation property to_MaintPlanCallObjects.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type arguments of type MaintenancePlanCallObjectModifierConstructorDescriptionMaintenancePlanSchedule(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenancePackage, String schedulingType, String schedulingStatus, String measuringPoint, String maintenanceTaskPerformanceUnit, LocalDateTime maintenanceCallNextPlannedDate, LocalDateTime maintenanceCallDate, LocalDateTime completionDate, LocalTime completionTime, String cycleSetSequence, Double maintCallCompltnCntrRdng, Boolean maintenanceCallIsOutstanding, Boolean maintCallIsInvokedOnPlndDate, Boolean maintCallHorizonIsNotReached, LocalDateTime maintPlanLastScheduledDate, String releasedByUserName, String maintPlnCnctntdDuePackagesTxt, LocalDateTime maintPlanPrdcssrCallCompltnDte, LocalDateTime maintenancePlanManualCallDate, LocalDateTime maintenanceCallLastPlannedDate, List<MaintenancePlanCallObject> toMaintenancePlanCallObjects) -
Uses of MaintenancePlanCallObject 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 MaintenancePlanCallObjectModifier and TypeMethodDescriptionMaintenancePlanCallObjectOneToOneLink.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 MaintenancePlanCallObjectModifier and TypeMethodDescriptionprotected MaintenancePlanCallObjectLink<ObjectT>MaintenancePlanCallObjectLink.translateLinkType(EntityLink<MaintenancePlanCallObjectLink<ObjectT>, MaintenancePlanCallObject, ObjectT> link)