Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales.SalesPricingAccess
Packages that use SalesPricingAccess
Package
Description
-
Uses of SalesPricingAccess in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with type parameters of type SalesPricingAccessModifier and TypeFieldDescriptionstatic final SimpleProperty.String<SalesPricingAccess>SalesPricingAccess.ACCESS_NUMBER_OF_ACCESS_SEQUENCEstatic final SimpleProperty.String<SalesPricingAccess>SalesPricingAccess.ACCESS_SEQUENCEstatic final SimpleProperty<SalesPricingAccess>SalesPricingAccess.ALL_FIELDSSelector for all available fields of SalesPricingAccess.static final SimpleProperty.String<SalesPricingAccess>SalesPricingAccess.CONDITION_APPLICATIONstatic final SimpleProperty.String<SalesPricingAccess>SalesPricingAccess.CONDITION_REQUIREMENTstatic final SimpleProperty.String<SalesPricingAccess>SalesPricingAccess.CONDITION_TABLEstatic final SimpleProperty.String<SalesPricingAccess>SalesPricingAccess.CONDITION_USAGEstatic final SimpleProperty.Boolean<SalesPricingAccess>SalesPricingAccess.PRCG_CONDITION_ACCESS_IS_EXCLUSIVESalesPricingAccessField.TO__SALES_PRICING_ACCESSUse with available request builders to apply the _SalesPricingAccess navigation property to query operations.SalesPricingAccessSequence.TO__SALES_PRICING_ACCESSUse with available request builders to apply the _SalesPricingAccess navigation property to query operations.SalesPricingAccess.TO__SALES_PRICING_ACCESS_FIELDUse with available request builders to apply the _SalesPricingAccessField navigation property to query operations.SalesPricingAccess.TO__SALES_PRICING_ACCESS_SEQUENCEUse with available request builders to apply the _SalesPricingAccessSequence navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales that return SalesPricingAccessMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales that return types with arguments of type SalesPricingAccessModifier and TypeMethodDescriptionio.vavr.control.Option<SalesPricingAccess>SalesPricingAccessField.getSalesPricingAccessIfPresent()Retrieval of associated SalesPricingAccess entity (one to one).io.vavr.control.Option<List<SalesPricingAccess>>SalesPricingAccessSequence.getSalesPricingAccessIfPresent()Retrieval of associated SalesPricingAccess entities (one to many).SalesPricingAccess.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with parameters of type SalesPricingAccessModifier and TypeMethodDescriptionvoidSalesPricingAccessSequence.addSalesPricingAccess(SalesPricingAccess... entity) Adds elements to the list of associated SalesPricingAccess entities.SalesPricingAccessField.SalesPricingAccessFieldBuilder.salesPricingAccess(SalesPricingAccess value) Navigation property _SalesPricingAccess for SalesPricingAccessField to single SalesPricingAccess.SalesPricingAccessSequence.SalesPricingAccessSequenceBuilder.salesPricingAccess(SalesPricingAccess... value) Navigation property _SalesPricingAccess for SalesPricingAccessSequence to multiple SalesPricingAccess.voidSalesPricingAccessField.setSalesPricingAccess(SalesPricingAccess value) Overwrites the associated SalesPricingAccess entity for the loaded navigation property _SalesPricingAccess.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with type arguments of type SalesPricingAccessModifier and TypeMethodDescriptionvoidSalesPricingAccessSequence.setSalesPricingAccess(List<SalesPricingAccess> value) Overwrites the list of associated SalesPricingAccess entities for the loaded navigation property _SalesPricingAccess.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with parameters of type SalesPricingAccessModifierConstructorDescriptionSalesPricingAccessField(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence, String conditionTable, String pricingConditionField, String prcgCndnAccDocumentStructure, String prcgCndnAccessDocumentField, String prcgCndnAccConstantValueSource, Boolean prcgCndnValueInitialIsAllowed, String pricingConditionAccessType, String pricingConditionAccessPriority, String prcgConditionAccessDirection, String prcgCndnAccessDistanceValue, SalesPricingAccess to_SalesPricingAccess) Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.accesssequenceforpricinginsales with type arguments of type SalesPricingAccessModifierConstructorDescriptionSalesPricingAccessSequence(String conditionUsage, String conditionApplication, String accessSequence, List<SalesPricingAccess> to_SalesPricingAccess, List<SlsPricingAccessSequenceText> to_Text) -
Uses of SalesPricingAccess in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type SalesPricingAccessModifier and TypeMethodDescriptionAccessSequenceForPricingInSalesService.countSalesPricingAccess()Deprecated.Fetch the number of entries from theSalesPricingAccessentity collection matching the filter and search expressions.DefaultAccessSequenceForPricingInSalesService.countSalesPricingAccess()Deprecated.AccessSequenceForPricingInSalesService.getAllSalesPricingAccess()Deprecated.Fetch multipleSalesPricingAccessentities.DefaultAccessSequenceForPricingInSalesService.getAllSalesPricingAccess()Deprecated.AccessSequenceForPricingInSalesService.getSalesPricingAccessByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence) Deprecated.Fetch a singleSalesPricingAccessentity using key fields.DefaultAccessSequenceForPricingInSalesService.getSalesPricingAccessByKey(String conditionUsage, String conditionApplication, String accessSequence, String accessNumberOfAccessSequence) Deprecated.