Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.GrantCoreText
Packages that use GrantCoreText
Package
Description
-
Uses of GrantCoreText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with type parameters of type GrantCoreTextModifier and TypeFieldDescriptionstatic final GrantCoreLink<GrantCoreText>GrantCore.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.grant that return GrantCoreTextModifier and TypeMethodDescriptionGrantCoreText.GrantCoreTextBuilder.build()protected GrantCoreTextGrantCoreTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant that return types with arguments of type GrantCoreTextModifier and TypeMethodDescriptionGrantCore.fetchText()Fetches the GrantCoreText entities (one to many) associated with this entity.protected Class<GrantCoreText>GrantCoreTextByKeyFluentHelper.getEntityClass()protected Class<GrantCoreText>GrantCoreTextFluentHelper.getEntityClass()io.vavr.control.Option<List<GrantCoreText>>GrantCore.getTextIfPresent()Retrieval of associated GrantCoreText entities (one to many).GrantCore.getTextOrFetch()Retrieval of associated GrantCoreText entities (one to many).GrantCoreText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantCoreTextModifier and TypeMethodDescriptionvoidGrantCore.addText(GrantCoreText... entity) Adds elements to the list of associated GrantCoreText entities.GrantCore.GrantCoreBuilder.text(GrantCoreText... value) Navigation property to_Text for GrantCore to multiple GrantCoreText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with type arguments of type GrantCoreTextModifier and TypeMethodDescriptionvoidGrantCore.setText(List<GrantCoreText> value) Overwrites the list of associated GrantCoreText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant with parameters of type GrantCoreTextModifierConstructorDescriptionGrantCoreTextUpdateFluentHelper(String servicePath, GrantCoreText entity, String entityCollection) Creates a fluent helper object that will update aGrantCoreTextentity on the OData endpoint. -
Uses of GrantCoreText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.batch with parameters of type GrantCoreTextModifier and TypeMethodDescriptionDefaultGrantServiceBatchChangeSet.updateGrantCoreText(GrantCoreText grantCoreText) GrantServiceBatchChangeSet.updateGrantCoreText(GrantCoreText grantCoreText) Update an existingGrantCoreTextentity and save it to the S/4HANA system. -
Uses of GrantCoreText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.grant.link that return types with arguments of type GrantCoreTextModifier and TypeMethodDescriptionGrantCoreTextOneToOneLink.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.grant.link with type arguments of type GrantCoreTextModifier and TypeMethodDescriptionprotected GrantCoreTextLink<ObjectT>GrantCoreTextLink.translateLinkType(EntityLink<GrantCoreTextLink<ObjectT>, GrantCoreText, ObjectT> link) -
Uses of GrantCoreText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type GrantCoreTextModifier and TypeMethodDescriptionDefaultGrantService.updateGrantCoreText(GrantCoreText grantCoreText) Deprecated.GrantService.updateGrantCoreText(GrantCoreText grantCoreText) Deprecated.Update an existingGrantCoreTextentity and save it to the S/4HANA system.