Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting.GRTransactionDataResult
Packages that use GRTransactionDataResult
Package
Description
-
Uses of GRTransactionDataResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting with type parameters of type GRTransactionDataResultModifier and TypeFieldDescriptionstatic final GRTransactionDataParametersLink<GRTransactionDataResult>GRTransactionDataParameters.TO_RESULTSUse with available fluent helpers to apply the Results navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting that return GRTransactionDataResultMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting that return types with arguments of type GRTransactionDataResultModifier and TypeMethodDescriptionGRTransactionDataParameters.fetchResults()Fetches the GRTransactionDataResult entities (one to many) associated with this entity.io.vavr.control.Option<List<GRTransactionDataResult>>GRTransactionDataParameters.getResultsIfPresent()Retrieval of associated GRTransactionDataResult entities (one to many).GRTransactionDataParameters.getResultsOrFetch()Retrieval of associated GRTransactionDataResult entities (one to many).GRTransactionDataResult.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting with parameters of type GRTransactionDataResultModifier and TypeMethodDescriptionvoidGRTransactionDataParameters.addResults(GRTransactionDataResult... entity) Adds elements to the list of associated GRTransactionDataResult entities.GRTransactionDataParameters.GRTransactionDataParametersBuilder.results(GRTransactionDataResult... value) Navigation property Results for GRTransactionDataParameters to multiple GRTransactionDataResult.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting with type arguments of type GRTransactionDataResultModifier and TypeMethodDescriptionvoidGRTransactionDataParameters.setResults(List<GRTransactionDataResult> value) Overwrites the list of associated GRTransactionDataResult entities for the loaded navigation property Results.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting with type arguments of type GRTransactionDataResultModifierConstructorDescriptionGRTransactionDataParameters(String p_ConsolidationUnitHierId, String p_ConsolidationPrftCtrHierId, String p_ConsolidationSegmentHierId, LocalDateTime p_KeyDate, List<GRTransactionDataResult> toResults) -
Uses of GRTransactionDataResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.transactiondataforgroupreporting.link that return types with arguments of type GRTransactionDataResultModifier and TypeMethodDescriptionGRTransactionDataResultOneToOneLink.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.transactiondataforgroupreporting.link with type arguments of type GRTransactionDataResultModifier and TypeMethodDescriptionprotected GRTransactionDataResultLink<ObjectT>GRTransactionDataResultLink.translateLinkType(EntityLink<GRTransactionDataResultLink<ObjectT>, GRTransactionDataResult, ObjectT> link)