Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.MaintenancePlanText
Packages that use MaintenancePlanText
Package
Description
-
Uses of MaintenancePlanText 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 MaintenancePlanTextModifier and TypeFieldDescriptionstatic final MaintenancePlanLink<MaintenancePlanText>MaintenancePlan.TO_LONG_TEXTUse with available fluent helpers to apply the to_LongText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenancePlanTextModifier and TypeMethodDescriptionMaintenancePlanText.MaintenancePlanTextBuilder.build()protected MaintenancePlanTextMaintenancePlanTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return types with arguments of type MaintenancePlanTextModifier and TypeMethodDescriptionMaintenancePlan.fetchLongText()Fetches the MaintenancePlanText entities (one to many) associated with this entity.protected Class<MaintenancePlanText>MaintenancePlanTextByKeyFluentHelper.getEntityClass()protected Class<MaintenancePlanText>MaintenancePlanTextFluentHelper.getEntityClass()io.vavr.control.Option<List<MaintenancePlanText>>MaintenancePlan.getLongTextIfPresent()Retrieval of associated MaintenancePlanText entities (one to many).MaintenancePlan.getLongTextOrFetch()Retrieval of associated MaintenancePlanText entities (one to many).MaintenancePlanText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanTextModifier and TypeMethodDescriptionvoidMaintenancePlan.addLongText(MaintenancePlanText... entity) Adds elements to the list of associated MaintenancePlanText entities.MaintenancePlan.MaintenancePlanBuilder.longText(MaintenancePlanText... value) Navigation property to_LongText for MaintenancePlan to multiple MaintenancePlanText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with type arguments of type MaintenancePlanTextModifier and TypeMethodDescriptionvoidMaintenancePlan.setLongText(List<MaintenancePlanText> value) Overwrites the list of associated MaintenancePlanText entities for the loaded navigation property to_LongText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan with parameters of type MaintenancePlanTextModifierConstructorDescriptionMaintenancePlanTextUpdateFluentHelper(String servicePath, MaintenancePlanText entity, String entityCollection) Creates a fluent helper object that will update aMaintenancePlanTextentity on the OData endpoint. -
Uses of MaintenancePlanText 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 MaintenancePlanTextModifier and TypeMethodDescriptionDefaultMaintenancePlanServiceBatchChangeSet.updateMaintenancePlanText(MaintenancePlanText maintenancePlanText) MaintenancePlanServiceBatchChangeSet.updateMaintenancePlanText(MaintenancePlanText maintenancePlanText) Update an existingMaintenancePlanTextentity and save it to the S/4HANA system. -
Uses of MaintenancePlanText 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 MaintenancePlanTextModifier and TypeMethodDescriptionMaintenancePlanTextOneToOneLink.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 MaintenancePlanTextModifier and TypeMethodDescriptionprotected MaintenancePlanTextLink<ObjectT>MaintenancePlanTextLink.translateLinkType(EntityLink<MaintenancePlanTextLink<ObjectT>, MaintenancePlanText, ObjectT> link) -
Uses of MaintenancePlanText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type MaintenancePlanTextModifier and TypeMethodDescriptionDefaultMaintenancePlanService.updateMaintenancePlanText(MaintenancePlanText maintenancePlanText) Deprecated.MaintenancePlanService.updateMaintenancePlanText(MaintenancePlanText maintenancePlanText) Deprecated.Update an existingMaintenancePlanTextentity and save it to the S/4HANA system.