Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem.MaintenancePlanCallObject
Packages that use MaintenancePlanCallObject
Package
Description
-
Uses of MaintenancePlanCallObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem 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.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem that return MaintenancePlanCallObjectModifier and TypeMethodDescriptionMaintenancePlanCallObject.MaintenancePlanCallObjectBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem that return types with arguments of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionMaintenanceItem.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>>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.maintenanceitem with parameters of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionvoidMaintenanceItem.addMaintPlanCallObjects(MaintenancePlanCallObject... entity) Adds elements to the list of associated MaintenancePlanCallObject entities.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.maintenanceitem with type arguments of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionvoidMaintenanceItem.setMaintPlanCallObjects(List<MaintenancePlanCallObject> value) Overwrites the list of associated MaintenancePlanCallObject entities for the loaded navigation property to_MaintPlanCallObjects. -
Uses of MaintenancePlanCallObject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceitem.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.maintenanceitem.link with type arguments of type MaintenancePlanCallObjectModifier and TypeMethodDescriptionprotected MaintenancePlanCallObjectLink<ObjectT>MaintenancePlanCallObjectLink.translateLinkType(EntityLink<MaintenancePlanCallObjectLink<ObjectT>, MaintenancePlanCallObject, ObjectT> link)