Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy.GrantCoreHierarchy
Packages that use GrantCoreHierarchy
Package
Description
-
Uses of GrantCoreHierarchy in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy with type parameters of type GrantCoreHierarchyModifier and TypeFieldDescriptionstatic final GrantCoreHierNodeOneToOneLink<GrantCoreHierarchy>GrantCoreHierNode.TO_GRANT_CORE_HIERARCHYUse with available fluent helpers to apply the to_GrantCoreHierarchy navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy that return GrantCoreHierarchyModifier and TypeMethodDescriptionGrantCoreHierarchy.GrantCoreHierarchyBuilder.build()GrantCoreHierNode.fetchGrantCoreHierarchy()Fetches the GrantCoreHierarchy entity (one to one) associated with this entity.GrantCoreHierNode.getGrantCoreHierarchyOrFetch()Retrieval of associated GrantCoreHierarchy entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy that return types with arguments of type GrantCoreHierarchyModifier and TypeMethodDescriptionprotected Class<GrantCoreHierarchy>GrantCoreHierarchyByKeyFluentHelper.getEntityClass()protected Class<GrantCoreHierarchy>GrantCoreHierarchyFluentHelper.getEntityClass()io.vavr.control.Option<GrantCoreHierarchy>GrantCoreHierNode.getGrantCoreHierarchyIfPresent()Retrieval of associated GrantCoreHierarchy entity (one to one).GrantCoreHierarchy.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy with parameters of type GrantCoreHierarchyModifier and TypeMethodDescriptionGrantCoreHierNode.GrantCoreHierNodeBuilder.grantCoreHierarchy(GrantCoreHierarchy value) Navigation property to_GrantCoreHierarchy for GrantCoreHierNode to single GrantCoreHierarchy.voidGrantCoreHierNode.setGrantCoreHierarchy(GrantCoreHierarchy value) Overwrites the associated GrantCoreHierarchy entity for the loaded navigation property to_GrantCoreHierarchy.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy with parameters of type GrantCoreHierarchyModifierConstructorDescriptionGrantCoreHierNode(String grantHierarchy, String hierarchyNode, LocalDateTime validityEndDate, String parentNode, String hierarchyVersion, LocalDateTime validityStartDate, String grantID, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, GrantCoreHierarchy toGrantCoreHierarchy, List<GrantCoreHierarchyNodeText> toGrantCoreHierarchyNodeText) -
Uses of GrantCoreHierarchy in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy.link that return types with arguments of type GrantCoreHierarchyModifier and TypeMethodDescriptionGrantCoreHierarchyOneToOneLink.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.granthierarchy.link with type arguments of type GrantCoreHierarchyModifier and TypeMethodDescriptionprotected GrantCoreHierarchyLink<ObjectT>GrantCoreHierarchyLink.translateLinkType(EntityLink<GrantCoreHierarchyLink<ObjectT>, GrantCoreHierarchy, ObjectT> link)