Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.ChangeMasterCharcValue
Packages that use ChangeMasterCharcValue
Package
Description
-
Uses of ChangeMasterCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 with type parameters of type ChangeMasterCharcValueModifier and TypeFieldDescriptionstatic final ChangeMasterCharcLink<ChangeMasterCharcValue>ChangeMasterCharc.TO_VALUATIONUse with available fluent helpers to apply the to_Valuation navigation property to query operations.static final ChangeMasterClassCharcLink<ChangeMasterCharcValue>ChangeMasterClassCharc.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.changemasterv2 that return ChangeMasterCharcValueMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 that return types with arguments of type ChangeMasterCharcValueModifier and TypeMethodDescriptionChangeMasterCharc.fetchValuation()Fetches the ChangeMasterCharcValue entities (one to many) associated with this entity.ChangeMasterClassCharc.fetchValuation()Fetches the ChangeMasterCharcValue entities (one to many) associated with this entity.protected Class<ChangeMasterCharcValue>ChangeMasterCharcValueByKeyFluentHelper.getEntityClass()protected Class<ChangeMasterCharcValue>ChangeMasterCharcValueFluentHelper.getEntityClass()ChangeMasterCharcValue.getType()io.vavr.control.Option<List<ChangeMasterCharcValue>>ChangeMasterCharc.getValuationIfPresent()Retrieval of associated ChangeMasterCharcValue entities (one to many).io.vavr.control.Option<List<ChangeMasterCharcValue>>ChangeMasterClassCharc.getValuationIfPresent()Retrieval of associated ChangeMasterCharcValue entities (one to many).ChangeMasterCharc.getValuationOrFetch()Retrieval of associated ChangeMasterCharcValue entities (one to many).ChangeMasterClassCharc.getValuationOrFetch()Retrieval of associated ChangeMasterCharcValue entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 with parameters of type ChangeMasterCharcValueModifier and TypeMethodDescriptionvoidChangeMasterCharc.addValuation(ChangeMasterCharcValue... entity) Adds elements to the list of associated ChangeMasterCharcValue entities.voidChangeMasterClassCharc.addValuation(ChangeMasterCharcValue... entity) Adds elements to the list of associated ChangeMasterCharcValue entities.ChangeMasterCharc.ChangeMasterCharcBuilder.valuation(ChangeMasterCharcValue... value) Navigation property to_Valuation for ChangeMasterCharc to multiple ChangeMasterCharcValue.ChangeMasterClassCharc.ChangeMasterClassCharcBuilder.valuation(ChangeMasterCharcValue... value) Navigation property to_Valuation for ChangeMasterClassCharc to multiple ChangeMasterCharcValue.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 with type arguments of type ChangeMasterCharcValueModifier and TypeMethodDescriptionvoidChangeMasterCharc.setValuation(List<ChangeMasterCharcValue> value) Overwrites the list of associated ChangeMasterCharcValue entities for the loaded navigation property to_Valuation.voidChangeMasterClassCharc.setValuation(List<ChangeMasterCharcValue> value) Overwrites the list of associated ChangeMasterCharcValue entities for the loaded navigation property to_Valuation.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2 with type arguments of type ChangeMasterCharcValueModifierConstructorDescriptionChangeMasterCharc(String changeNumber, String charcInternalID, String classType, LocalDateTime keyDate, List<ChangeMasterCharcValue> toValuation) ChangeMasterClassCharc(String changeNumber, String classInternalID, String charcInternalID, LocalDateTime keyDate, String classType, List<ChangeMasterCharcValue> toValuation) -
Uses of ChangeMasterCharcValue in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.changemasterv2.link that return types with arguments of type ChangeMasterCharcValueModifier and TypeMethodDescriptionChangeMasterCharcValueOneToOneLink.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.changemasterv2.link with type arguments of type ChangeMasterCharcValueModifier and TypeMethodDescriptionprotected ChangeMasterCharcValueLink<ObjectT>ChangeMasterCharcValueLink.translateLinkType(EntityLink<ChangeMasterCharcValueLink<ObjectT>, ChangeMasterCharcValue, ObjectT> link)