Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract.SrvcContrItemPartner
Packages that use SrvcContrItemPartner
Package
Description
-
Uses of SrvcContrItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type parameters of type SrvcContrItemPartnerModifier and TypeFieldDescriptionstatic final SimpleProperty<SrvcContrItemPartner>SrvcContrItemPartner.ALL_FIELDSSelector for all available fields of SrvcContrItemPartner.static final SimpleProperty.String<SrvcContrItemPartner>SrvcContrItemPartner.CUST_MGMT_BUSINESS_PARTNERstatic final SimpleProperty.String<SrvcContrItemPartner>SrvcContrItemPartner.CUST_MGMT_PART_FUNCTION_CATEGORYstatic final SimpleProperty.String<SrvcContrItemPartner>SrvcContrItemPartner.CUST_MGMT_PARTNER_FUNCTIONstatic final SimpleProperty.Boolean<SrvcContrItemPartner>SrvcContrItemPartner.CUST_MGMT_PARTNER_IS_MAIN_PARTNERstatic final SimpleProperty.String<SrvcContrItemPartner>SrvcContrItemPartner.SERVICE_CONTRACTstatic final SimpleProperty.String<SrvcContrItemPartner>SrvcContrItemPartner.SERVICE_CONTRACT_ITEMstatic final NavigationProperty.Single<SrvcContrItemPartner,ServiceContractItem> SrvcContrItemPartner.TO__ITEMUse with available request builders to apply the _Item navigation property to query operations.ServiceContractItem.TO__PARTNERUse with available request builders to apply the _Partner navigation property to query operations.static final NavigationProperty.Single<SrvcContrItemPartner,ServiceContract> SrvcContrItemPartner.TO__SERVICE_CONTRACTUse with available request builders to apply the _ServiceContract navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return SrvcContrItemPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return types with arguments of type SrvcContrItemPartnerModifier and TypeMethodDescriptionio.vavr.control.Option<List<SrvcContrItemPartner>>ServiceContractItem.getPartnerIfPresent()Retrieval of associated SrvcContrItemPartner entities (one to many).SrvcContrItemPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with parameters of type SrvcContrItemPartnerModifier and TypeMethodDescriptionvoidServiceContractItem.addPartner(SrvcContrItemPartner... entity) Adds elements to the list of associated SrvcContrItemPartner entities.ServiceContractItem.ServiceContractItemBuilder.partner(SrvcContrItemPartner... value) Navigation property _Partner for ServiceContractItem to multiple SrvcContrItemPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type arguments of type SrvcContrItemPartnerModifier and TypeMethodDescriptionvoidServiceContractItem.setPartner(List<SrvcContrItemPartner> value) Overwrites the list of associated SrvcContrItemPartner entities for the loaded navigation property _Partner. -
Uses of SrvcContrItemPartner 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 SrvcContrItemPartnerModifier and TypeMethodDescriptionDefaultServiceContractService.countSrvcContrItemPartner()Deprecated.ServiceContractService.countSrvcContrItemPartner()Deprecated.Fetch the number of entries from theSrvcContrItemPartnerentity collection matching the filter and search expressions.DefaultServiceContractService.deleteSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.ServiceContractService.deleteSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.Deletes an existingSrvcContrItemPartnerentity in the S/4HANA system.DefaultServiceContractService.getAllSrvcContrItemPartner()Deprecated.ServiceContractService.getAllSrvcContrItemPartner()Deprecated.Fetch multipleSrvcContrItemPartnerentities.DefaultServiceContractService.getSrvcContrItemPartnerByKey(String serviceContract, String serviceContractItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.ServiceContractService.getSrvcContrItemPartnerByKey(String serviceContract, String serviceContractItem, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcContrItemPartnerentity using key fields.DefaultServiceContractService.updateSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.ServiceContractService.updateSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.Update an existingSrvcContrItemPartnerentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SrvcContrItemPartnerModifier and TypeMethodDescriptionDefaultServiceContractService.deleteSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.ServiceContractService.deleteSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.Deletes an existingSrvcContrItemPartnerentity in the S/4HANA system.DefaultServiceContractService.updateSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.ServiceContractService.updateSrvcContrItemPartner(SrvcContrItemPartner srvcContrItemPartner) Deprecated.Update an existingSrvcContrItemPartnerentity and save it to the S/4HANA system.