Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory.PlanningCategory
Packages that use PlanningCategory
Package
Description
-
Uses of PlanningCategory 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 PlanningCategoryModifier and TypeFieldDescriptionstatic final PlanningCategoryTextOneToOneLink<PlanningCategory>PlanningCategoryText.TO_PLANNING_CATEGORYUse with available fluent helpers to apply the to_PlanningCategory navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory that return PlanningCategoryModifier and TypeMethodDescriptionPlanningCategory.PlanningCategoryBuilder.build()PlanningCategoryText.fetchPlanningCategory()Fetches the PlanningCategory entity (one to one) associated with this entity.PlanningCategoryText.getPlanningCategoryOrFetch()Retrieval of associated PlanningCategory entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory that return types with arguments of type PlanningCategoryModifier and TypeMethodDescriptionprotected Class<PlanningCategory>PlanningCategoryByKeyFluentHelper.getEntityClass()protected Class<PlanningCategory>PlanningCategoryFluentHelper.getEntityClass()io.vavr.control.Option<PlanningCategory>PlanningCategoryText.getPlanningCategoryIfPresent()Retrieval of associated PlanningCategory entity (one to one).PlanningCategory.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory with parameters of type PlanningCategoryModifier and TypeMethodDescriptionPlanningCategoryText.PlanningCategoryTextBuilder.planningCategory(PlanningCategory value) Navigation property to_PlanningCategory for PlanningCategoryText to single PlanningCategory.voidPlanningCategoryText.setPlanningCategory(PlanningCategory value) Overwrites the associated PlanningCategory entity for the loaded navigation property to_PlanningCategory.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.planningcategory with parameters of type PlanningCategoryModifierConstructorDescriptionPlanningCategoryText(String planningCategory, String language, String planningCategoryName, PlanningCategory toPlanningCategory) -
Uses of PlanningCategory 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 PlanningCategoryModifier and TypeMethodDescriptionPlanningCategoryOneToOneLink.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 PlanningCategoryModifier and TypeMethodDescriptionprotected PlanningCategoryLink<ObjectT>PlanningCategoryLink.translateLinkType(EntityLink<PlanningCategoryLink<ObjectT>, PlanningCategory, ObjectT> link)