Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement.FreightAgreementParty
Packages that use FreightAgreementParty
Package
Description
-
Uses of FreightAgreementParty 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 FreightAgreementPartyModifier and TypeFieldDescriptionstatic final SimpleProperty<FreightAgreementParty>FreightAgreementParty.ALL_FIELDSSelector for all available fields of FreightAgreementParty.static final SimpleProperty.String<FreightAgreementParty>FreightAgreementParty.BUSINESS_PARTNERstatic final NavigationProperty.Single<FreightAgreementParty,FreightAgreement> FreightAgreementParty.TO__FREIGHT_AGREEMENTUse with available request builders to apply the _FreightAgreement navigation property to query operations.FreightAgreement.TO__FREIGHT_AGREEMENT_PARTYUse with available request builders to apply the _FreightAgreementParty navigation property to query operations.static final SimpleProperty.Guid<FreightAgreementParty>FreightAgreementParty.TRANSP_AGRMT_BUSINESS_PARTNER_UUIDstatic final SimpleProperty.Guid<FreightAgreementParty>FreightAgreementParty.TRANSPORTATION_AGREEMENT_UUIDMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement that return FreightAgreementPartyMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement that return types with arguments of type FreightAgreementPartyModifier and TypeMethodDescriptionio.vavr.control.Option<List<FreightAgreementParty>>FreightAgreement.getFreightAgreementPartyIfPresent()Retrieval of associated FreightAgreementParty entities (one to many).FreightAgreementParty.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement with parameters of type FreightAgreementPartyModifier and TypeMethodDescriptionvoidFreightAgreement.addFreightAgreementParty(FreightAgreementParty... entity) Adds elements to the list of associated FreightAgreementParty entities.FreightAgreement.FreightAgreementBuilder.freightAgreementParty(FreightAgreementParty... value) Navigation property _FreightAgreementParty for FreightAgreement to multiple FreightAgreementParty.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.freightagreement with type arguments of type FreightAgreementPartyModifier and TypeMethodDescriptionvoidFreightAgreement.setFreightAgreementParty(List<FreightAgreementParty> value) Overwrites the list of associated FreightAgreementParty entities for the loaded navigation property _FreightAgreementParty. -
Uses of FreightAgreementParty 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 FreightAgreementPartyModifier and TypeMethodDescriptionDefaultFreightAgreementService.countFreightAgreementParty()Deprecated.FreightAgreementService.countFreightAgreementParty()Deprecated.Fetch the number of entries from theFreightAgreementPartyentity collection matching the filter and search expressions.DefaultFreightAgreementService.deleteFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.FreightAgreementService.deleteFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.Deletes an existingFreightAgreementPartyentity in the S/4HANA system.DefaultFreightAgreementService.getAllFreightAgreementParty()Deprecated.FreightAgreementService.getAllFreightAgreementParty()Deprecated.Fetch multipleFreightAgreementPartyentities.DefaultFreightAgreementService.getFreightAgreementPartyByKey(UUID transpAgrmtBusinessPartnerUUID) Deprecated.FreightAgreementService.getFreightAgreementPartyByKey(UUID transpAgrmtBusinessPartnerUUID) Deprecated.Fetch a singleFreightAgreementPartyentity using key fields.DefaultFreightAgreementService.updateFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.FreightAgreementService.updateFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.Update an existingFreightAgreementPartyentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type FreightAgreementPartyModifier and TypeMethodDescriptionDefaultFreightAgreementService.deleteFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.FreightAgreementService.deleteFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.Deletes an existingFreightAgreementPartyentity in the S/4HANA system.DefaultFreightAgreementService.updateFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.FreightAgreementService.updateFreightAgreementParty(FreightAgreementParty freightAgreementParty) Deprecated.Update an existingFreightAgreementPartyentity and save it to the S/4HANA system.