Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory.PlanningCategoryText
Packages that use PlanningCategoryText
Package
Description
-
Uses of PlanningCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory with type parameters of type PlanningCategoryTextModifier and TypeFieldDescriptionstatic final PlanningCategoryLink<PlanningCategoryText>PlanningCategory.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory that return PlanningCategoryTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory that return types with arguments of type PlanningCategoryTextModifier and TypeMethodDescriptionPlanningCategory.fetchText()Fetches the PlanningCategoryText entities (one to many) associated with this entity.protected Class<PlanningCategoryText>PlanningCategoryTextByKeyFluentHelper.getEntityClass()protected Class<PlanningCategoryText>PlanningCategoryTextFluentHelper.getEntityClass()io.vavr.control.Option<List<PlanningCategoryText>>PlanningCategory.getTextIfPresent()Retrieval of associated PlanningCategoryText entities (one to many).PlanningCategory.getTextOrFetch()Retrieval of associated PlanningCategoryText entities (one to many).PlanningCategoryText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory with parameters of type PlanningCategoryTextModifier and TypeMethodDescriptionvoidPlanningCategory.addText(PlanningCategoryText... entity) Adds elements to the list of associated PlanningCategoryText entities.PlanningCategory.PlanningCategoryBuilder.text(PlanningCategoryText... value) Navigation property to_Text for PlanningCategory to multiple PlanningCategoryText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory with type arguments of type PlanningCategoryTextModifier and TypeMethodDescriptionvoidPlanningCategory.setText(List<PlanningCategoryText> value) Overwrites the list of associated PlanningCategoryText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory with type arguments of type PlanningCategoryTextModifierConstructorDescriptionPlanningCategory(String planningCategory, List<PlanningCategoryText> toText) -
Uses of PlanningCategoryText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory.link that return types with arguments of type PlanningCategoryTextModifier and TypeMethodDescriptionPlanningCategoryTextOneToOneLink.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.planningcategory.link with type arguments of type PlanningCategoryTextModifier and TypeMethodDescriptionprotected PlanningCategoryTextLink<ObjectT>PlanningCategoryTextLink.translateLinkType(EntityLink<PlanningCategoryTextLink<ObjectT>, PlanningCategoryText, ObjectT> link)