Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement.FrtAgrmtItemPaymentTerm
Packages that use FrtAgrmtItemPaymentTerm
Package
Description
-
Uses of FrtAgrmtItemPaymentTerm in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement with type parameters of type FrtAgrmtItemPaymentTermModifier and TypeFieldDescriptionstatic final SimpleProperty<FrtAgrmtItemPaymentTerm>FrtAgrmtItemPaymentTerm.ALL_FIELDSSelector for all available fields of FrtAgrmtItemPaymentTerm.static final SimpleProperty.String<FrtAgrmtItemPaymentTerm>FrtAgrmtItemPaymentTerm.PAYMENT_TERMSstatic final NavigationProperty.Single<FrtAgrmtItemPaymentTerm,FreightAgreement> FrtAgrmtItemPaymentTerm.TO__FREIGHT_AGREEMENTUse with available request builders to apply the _FreightAgreement navigation property to query operations.FrtAgrmtItemPaymentTerm.TO__FREIGHT_AGREEMENT_ITEMUse with available request builders to apply the _FreightAgreementItem navigation property to query operations.FreightAgreementItem.TO__FRT_AGRMT_ITEM_PAYMENT_TERMUse with available request builders to apply the _FrtAgrmtItemPaymentTerm navigation property to query operations.static final SimpleProperty.Guid<FrtAgrmtItemPaymentTerm>FrtAgrmtItemPaymentTerm.TRANSP_AGREEMENT_ITEM_UUIDstatic final SimpleProperty.Guid<FrtAgrmtItemPaymentTerm>FrtAgrmtItemPaymentTerm.TRANSP_AGRMT_PAYMENT_TERM_UUIDstatic final SimpleProperty.Guid<FrtAgrmtItemPaymentTerm>FrtAgrmtItemPaymentTerm.TRANSPORTATION_AGREEMENT_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement that return FrtAgrmtItemPaymentTermMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement that return types with arguments of type FrtAgrmtItemPaymentTermModifier and TypeMethodDescriptionio.vavr.control.Option<List<FrtAgrmtItemPaymentTerm>>FreightAgreementItem.getFrtAgrmtItemPaymentTermIfPresent()Retrieval of associated FrtAgrmtItemPaymentTerm entities (one to many).FrtAgrmtItemPaymentTerm.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement with parameters of type FrtAgrmtItemPaymentTermModifier and TypeMethodDescriptionvoidFreightAgreementItem.addFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm... entity) Adds elements to the list of associated FrtAgrmtItemPaymentTerm entities.FreightAgreementItem.FreightAgreementItemBuilder.frtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm... value) Navigation property _FrtAgrmtItemPaymentTerm for FreightAgreementItem to multiple FrtAgrmtItemPaymentTerm.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement with type arguments of type FrtAgrmtItemPaymentTermModifier and TypeMethodDescriptionvoidFreightAgreementItem.setFrtAgrmtItemPaymentTerm(List<FrtAgrmtItemPaymentTerm> value) Overwrites the list of associated FrtAgrmtItemPaymentTerm entities for the loaded navigation property _FrtAgrmtItemPaymentTerm. -
Uses of FrtAgrmtItemPaymentTerm 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 FrtAgrmtItemPaymentTermModifier and TypeMethodDescriptionDefaultFreightAgreementService.countFrtAgrmtItemPaymentTerm()Deprecated.FreightAgreementService.countFrtAgrmtItemPaymentTerm()Deprecated.Fetch the number of entries from theFrtAgrmtItemPaymentTermentity collection matching the filter and search expressions.DefaultFreightAgreementService.deleteFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.FreightAgreementService.deleteFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.Deletes an existingFrtAgrmtItemPaymentTermentity in the S/4HANA system.DefaultFreightAgreementService.getAllFrtAgrmtItemPaymentTerm()Deprecated.FreightAgreementService.getAllFrtAgrmtItemPaymentTerm()Deprecated.Fetch multipleFrtAgrmtItemPaymentTermentities.DefaultFreightAgreementService.getFrtAgrmtItemPaymentTermByKey(UUID transpAgrmtPaymentTermUUID) Deprecated.FreightAgreementService.getFrtAgrmtItemPaymentTermByKey(UUID transpAgrmtPaymentTermUUID) Deprecated.Fetch a singleFrtAgrmtItemPaymentTermentity using key fields.DefaultFreightAgreementService.updateFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.FreightAgreementService.updateFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.Update an existingFrtAgrmtItemPaymentTermentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FrtAgrmtItemPaymentTermModifier and TypeMethodDescriptionDefaultFreightAgreementService.deleteFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.FreightAgreementService.deleteFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.Deletes an existingFrtAgrmtItemPaymentTermentity in the S/4HANA system.DefaultFreightAgreementService.updateFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.FreightAgreementService.updateFrtAgrmtItemPaymentTerm(FrtAgrmtItemPaymentTerm frtAgrmtItemPaymentTerm) Deprecated.Update an existingFrtAgrmtItemPaymentTermentity and save it to the S/4HANA system.