Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocumentInfoRecordCharcValue
Packages that use DocumentInfoRecordCharcValue
Package
Description
-
Uses of DocumentInfoRecordCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with type parameters of type DocumentInfoRecordCharcValueModifier and TypeFieldDescriptionstatic final DocumentInfoRecordCharcLink<DocumentInfoRecordCharcValue>DocumentInfoRecordCharc.TO_VALUATIONUse with available fluent helpers to apply the to_Valuation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement that return DocumentInfoRecordCharcValueModifier and TypeMethodDescriptionDocumentInfoRecordCharcValue.DocumentInfoRecordCharcValueBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement that return types with arguments of type DocumentInfoRecordCharcValueModifier and TypeMethodDescriptionDocumentInfoRecordCharc.fetchValuation()Fetches the DocumentInfoRecordCharcValue entities (one to many) associated with this entity.protected Class<DocumentInfoRecordCharcValue>DocumentInfoRecordCharcValueByKeyFluentHelper.getEntityClass()protected Class<DocumentInfoRecordCharcValue>DocumentInfoRecordCharcValueFluentHelper.getEntityClass()DocumentInfoRecordCharcValue.getType()io.vavr.control.Option<List<DocumentInfoRecordCharcValue>>DocumentInfoRecordCharc.getValuationIfPresent()Retrieval of associated DocumentInfoRecordCharcValue entities (one to many).DocumentInfoRecordCharc.getValuationOrFetch()Retrieval of associated DocumentInfoRecordCharcValue entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with parameters of type DocumentInfoRecordCharcValueModifier and TypeMethodDescriptionvoidDocumentInfoRecordCharc.addValuation(DocumentInfoRecordCharcValue... entity) Adds elements to the list of associated DocumentInfoRecordCharcValue entities.DocumentInfoRecordCharc.DocumentInfoRecordCharcBuilder.valuation(DocumentInfoRecordCharcValue... value) Navigation property to_Valuation for DocumentInfoRecordCharc to multiple DocumentInfoRecordCharcValue.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with type arguments of type DocumentInfoRecordCharcValueModifier and TypeMethodDescriptionvoidDocumentInfoRecordCharc.setValuation(List<DocumentInfoRecordCharcValue> value) Overwrites the list of associated DocumentInfoRecordCharcValue entities for the loaded navigation property to_Valuation.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement with type arguments of type DocumentInfoRecordCharcValueModifierConstructorDescriptionDocumentInfoRecordCharc(String documentInfoRecordDocType, String documentInfoRecordDocNumber, String documentInfoRecordDocVersion, String documentInfoRecordDocPart, String charcInternalID, String classType, LocalDateTime keyDate, List<DocumentInfoRecordCharcValue> toValuation) -
Uses of DocumentInfoRecordCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.link that return types with arguments of type DocumentInfoRecordCharcValueModifier and TypeMethodDescriptionDocumentInfoRecordCharcValueOneToOneLink.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.documentmanagement.link with type arguments of type DocumentInfoRecordCharcValueModifier and TypeMethodDescriptionprotected DocumentInfoRecordCharcValueLink<ObjectT>DocumentInfoRecordCharcValueLink.translateLinkType(EntityLink<DocumentInfoRecordCharcValueLink<ObjectT>, DocumentInfoRecordCharcValue, ObjectT> link)