Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.FunctionalLocationPartner
Packages that use FunctionalLocationPartner
Package
Description
-
Uses of FunctionalLocationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type parameters of type FunctionalLocationPartnerModifier and TypeFieldDescriptionstatic final FunctionalLocationLink<FunctionalLocationPartner>FunctionalLocation.TO_PARTNERUse with available fluent helpers to apply the to_Partner navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return FunctionalLocationPartnerModifier and TypeMethodDescriptionFunctionalLocationPartner.FunctionalLocationPartnerBuilder.build()protected FunctionalLocationPartnerFunctionalLocationPartnerCreateFluentHelper.getEntity()protected FunctionalLocationPartnerFunctionalLocationPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return types with arguments of type FunctionalLocationPartnerModifier and TypeMethodDescriptionFunctionalLocation.fetchPartner()Fetches the FunctionalLocationPartner entities (one to many) associated with this entity.protected Class<FunctionalLocationPartner>FunctionalLocationPartnerByKeyFluentHelper.getEntityClass()protected Class<FunctionalLocationPartner>FunctionalLocationPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<FunctionalLocationPartner>>FunctionalLocation.getPartnerIfPresent()Retrieval of associated FunctionalLocationPartner entities (one to many).FunctionalLocation.getPartnerOrFetch()Retrieval of associated FunctionalLocationPartner entities (one to many).FunctionalLocationPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type FunctionalLocationPartnerModifier and TypeMethodDescriptionvoidFunctionalLocation.addPartner(FunctionalLocationPartner... entity) Adds elements to the list of associated FunctionalLocationPartner entities.FunctionalLocation.FunctionalLocationBuilder.partner(FunctionalLocationPartner... value) Navigation property to_Partner for FunctionalLocation to multiple FunctionalLocationPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type arguments of type FunctionalLocationPartnerModifier and TypeMethodDescriptionvoidFunctionalLocation.setPartner(List<FunctionalLocationPartner> value) Overwrites the list of associated FunctionalLocationPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type FunctionalLocationPartnerModifierConstructorDescriptionFunctionalLocationPartnerCreateFluentHelper(String servicePath, FunctionalLocationPartner entity, String entityCollection) Creates a fluent helper object that will create aFunctionalLocationPartnerentity on the OData endpoint.FunctionalLocationPartnerUpdateFluentHelper(String servicePath, FunctionalLocationPartner entity, String entityCollection) Creates a fluent helper object that will update aFunctionalLocationPartnerentity on the OData endpoint. -
Uses of FunctionalLocationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch with parameters of type FunctionalLocationPartnerModifier and TypeMethodDescriptionDefaultFunctionalLocationServiceBatchChangeSet.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) FunctionalLocationServiceBatchChangeSet.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.DefaultFunctionalLocationServiceBatchChangeSet.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) FunctionalLocationServiceBatchChangeSet.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system. -
Uses of FunctionalLocationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link that return types with arguments of type FunctionalLocationPartnerModifier and TypeMethodDescriptionFunctionalLocationPartnerOneToOneLink.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.functionallocation.link with type arguments of type FunctionalLocationPartnerModifier and TypeMethodDescriptionprotected FunctionalLocationPartnerLink<ObjectT>FunctionalLocationPartnerLink.translateLinkType(EntityLink<FunctionalLocationPartnerLink<ObjectT>, FunctionalLocationPartner, ObjectT> link) -
Uses of FunctionalLocationPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type FunctionalLocationPartnerModifier and TypeMethodDescriptionDefaultFunctionalLocationService.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.FunctionalLocationService.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.DefaultFunctionalLocationService.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.FunctionalLocationService.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.