Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustUnldgPtAddrDepdntInfo
Packages that use CustUnldgPtAddrDepdntInfo
Package
Description
-
Uses of CustUnldgPtAddrDepdntInfo in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type CustUnldgPtAddrDepdntInfoModifier and TypeFieldDescriptionstatic final CustomerLink<CustUnldgPtAddrDepdntInfo>Customer.TO_CUST_UNLDG_PT_ADDR_DEPDNT_INFOUse with available fluent helpers to apply the to_CustUnldgPtAddrDepdntInfo navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionCustUnldgPtAddrDepdntInfo.CustUnldgPtAddrDepdntInfoBuilder.build()protected CustUnldgPtAddrDepdntInfoCustUnldgPtAddrDepdntInfoCreateFluentHelper.getEntity()protected CustUnldgPtAddrDepdntInfoCustUnldgPtAddrDepdntInfoDeleteFluentHelper.getEntity()protected CustUnldgPtAddrDepdntInfoCustUnldgPtAddrDepdntInfoUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionCustomer.fetchCustUnldgPtAddrDepdntInfo()Fetches the CustUnldgPtAddrDepdntInfo entities (one to many) associated with this entity.io.vavr.control.Option<List<CustUnldgPtAddrDepdntInfo>>Customer.getCustUnldgPtAddrDepdntInfoIfPresent()Retrieval of associated CustUnldgPtAddrDepdntInfo entities (one to many).Customer.getCustUnldgPtAddrDepdntInfoOrFetch()Retrieval of associated CustUnldgPtAddrDepdntInfo entities (one to many).protected Class<CustUnldgPtAddrDepdntInfo>CustUnldgPtAddrDepdntInfoByKeyFluentHelper.getEntityClass()protected Class<CustUnldgPtAddrDepdntInfo>CustUnldgPtAddrDepdntInfoFluentHelper.getEntityClass()CustUnldgPtAddrDepdntInfo.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionvoidCustomer.addCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo... entity) Adds elements to the list of associated CustUnldgPtAddrDepdntInfo entities.Customer.CustomerBuilder.custUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo... value) Navigation property to_CustUnldgPtAddrDepdntInfo for Customer to multiple CustUnldgPtAddrDepdntInfo.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionvoidCustomer.setCustUnldgPtAddrDepdntInfo(List<CustUnldgPtAddrDepdntInfo> value) Overwrites the list of associated CustUnldgPtAddrDepdntInfo entities for the loaded navigation property to_CustUnldgPtAddrDepdntInfo.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustUnldgPtAddrDepdntInfoModifierConstructorDescriptionCustUnldgPtAddrDepdntInfoCreateFluentHelper(String servicePath, CustUnldgPtAddrDepdntInfo entity, String entityCollection) Creates a fluent helper object that will create aCustUnldgPtAddrDepdntInfoentity on the OData endpoint.CustUnldgPtAddrDepdntInfoDeleteFluentHelper(String servicePath, CustUnldgPtAddrDepdntInfo entity, String entityCollection) Creates a fluent helper object that will delete aCustUnldgPtAddrDepdntInfoentity on the OData endpoint.CustUnldgPtAddrDepdntInfoUpdateFluentHelper(String servicePath, CustUnldgPtAddrDepdntInfo entity, String entityCollection) Creates a fluent helper object that will update aCustUnldgPtAddrDepdntInfoentity on the OData endpoint. -
Uses of CustUnldgPtAddrDepdntInfo in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Create a newCustUnldgPtAddrDepdntInfoentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) BusinessPartnerServiceBatchChangeSet.deleteCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deletes an existingCustUnldgPtAddrDepdntInfoentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) BusinessPartnerServiceBatchChangeSet.updateCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Update an existingCustUnldgPtAddrDepdntInfoentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) -
Uses of CustUnldgPtAddrDepdntInfo in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionCustUnldgPtAddrDepdntInfoOneToOneLink.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.businesspartner.link with type arguments of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionprotected CustUnldgPtAddrDepdntInfoLink<ObjectT>CustUnldgPtAddrDepdntInfoLink.translateLinkType(EntityLink<CustUnldgPtAddrDepdntInfoLink<ObjectT>, CustUnldgPtAddrDepdntInfo, ObjectT> link) -
Uses of CustUnldgPtAddrDepdntInfo in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustUnldgPtAddrDepdntInfoModifier and TypeMethodDescriptionBusinessPartnerService.createCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deprecated.Create a newCustUnldgPtAddrDepdntInfoentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deprecated.BusinessPartnerService.deleteCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deprecated.Deletes an existingCustUnldgPtAddrDepdntInfoentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deprecated.BusinessPartnerService.updateCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deprecated.Update an existingCustUnldgPtAddrDepdntInfoentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustUnldgPtAddrDepdntInfo(CustUnldgPtAddrDepdntInfo custUnldgPtAddrDepdntInfo) Deprecated.