Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.TRIALBALANCEResult
Packages that use TRIALBALANCEResult
Package
Description
-
Uses of TRIALBALANCEResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with type parameters of type TRIALBALANCEResultModifier and TypeFieldDescriptionstatic final TRIALBALANCEParametersLink<TRIALBALANCEResult>TRIALBALANCEParameters.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.trialbalance that return types with arguments of type TRIALBALANCEResultModifier and TypeMethodDescriptionTRIALBALANCEParameters.fetchResults()Fetches the TRIALBALANCEResult entities (one to many) associated with this entity.protected Class<TRIALBALANCEResult>TRIALBALANCEResultByKeyFluentHelper.getEntityClass()io.vavr.control.Option<List<TRIALBALANCEResult>>TRIALBALANCEParameters.getResultsIfPresent()Retrieval of associated TRIALBALANCEResult entities (one to many).TRIALBALANCEParameters.getResultsOrFetch()Retrieval of associated TRIALBALANCEResult entities (one to many).TRIALBALANCEResult.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type TRIALBALANCEResultModifier and TypeMethodDescriptionvoidTRIALBALANCEParameters.addResults(TRIALBALANCEResult... entity) Adds elements to the list of associated TRIALBALANCEResult entities.TRIALBALANCEParameters.TRIALBALANCEParametersBuilder.results(TRIALBALANCEResult... value) Navigation property Results for TRIALBALANCEParameters to multiple TRIALBALANCEResult.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with type arguments of type TRIALBALANCEResultModifier and TypeMethodDescriptionvoidTRIALBALANCEParameters.setResults(List<TRIALBALANCEResult> value) Overwrites the list of associated TRIALBALANCEResult entities for the loaded navigation property Results.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with type arguments of type TRIALBALANCEResultModifierConstructorDescriptionTRIALBALANCEParameters(LocalDateTime p_FromPostingDate, String p_FromPostingDateText, LocalDateTime p_ToPostingDate, String p_ToPostingDateText, List<TRIALBALANCEResult> toResults) -
Uses of TRIALBALANCEResult in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link that return types with arguments of type TRIALBALANCEResultModifier and TypeMethodDescriptionTRIALBALANCEResultOneToOneLink.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.trialbalance.link with type arguments of type TRIALBALANCEResultModifier and TypeMethodDescriptionprotected TRIALBALANCEResultLink<ObjectT>TRIALBALANCEResultLink.translateLinkType(EntityLink<TRIALBALANCEResultLink<ObjectT>, TRIALBALANCEResult, ObjectT> link)