Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract.SrvcContrPartner
Packages that use SrvcContrPartner
Package
Description
-
Uses of SrvcContrPartner 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 SrvcContrPartnerModifier and TypeFieldDescriptionstatic final SimpleProperty<SrvcContrPartner>SrvcContrPartner.ALL_FIELDSSelector for all available fields of SrvcContrPartner.static final SimpleProperty.String<SrvcContrPartner>SrvcContrPartner.CUST_MGMT_BUSINESS_PARTNERstatic final SimpleProperty.String<SrvcContrPartner>SrvcContrPartner.CUST_MGMT_PART_FUNCTION_CATEGORYstatic final SimpleProperty.String<SrvcContrPartner>SrvcContrPartner.CUST_MGMT_PARTNER_FUNCTIONstatic final SimpleProperty.Boolean<SrvcContrPartner>SrvcContrPartner.CUST_MGMT_PARTNER_IS_MAIN_PARTNERstatic final SimpleProperty.String<SrvcContrPartner>SrvcContrPartner.SERVICE_CONTRACTstatic final NavigationProperty.Collection<ServiceContract,SrvcContrPartner> ServiceContract.TO__PARTNERUse with available request builders to apply the _Partner navigation property to query operations.static final NavigationProperty.Single<SrvcContrPartner,ServiceContract> SrvcContrPartner.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 SrvcContrPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract that return types with arguments of type SrvcContrPartnerModifier and TypeMethodDescriptionio.vavr.control.Option<List<SrvcContrPartner>>ServiceContract.getPartnerIfPresent()Retrieval of associated SrvcContrPartner entities (one to many).SrvcContrPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with parameters of type SrvcContrPartnerModifier and TypeMethodDescriptionvoidServiceContract.addPartner(SrvcContrPartner... entity) Adds elements to the list of associated SrvcContrPartner entities.ServiceContract.ServiceContractBuilder.partner(SrvcContrPartner... value) Navigation property _Partner for ServiceContract to multiple SrvcContrPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.servicecontract with type arguments of type SrvcContrPartnerModifier and TypeMethodDescriptionvoidServiceContract.setPartner(List<SrvcContrPartner> value) Overwrites the list of associated SrvcContrPartner entities for the loaded navigation property _Partner. -
Uses of SrvcContrPartner 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 SrvcContrPartnerModifier and TypeMethodDescriptionDefaultServiceContractService.countSrvcContrPartner()Deprecated.ServiceContractService.countSrvcContrPartner()Deprecated.Fetch the number of entries from theSrvcContrPartnerentity collection matching the filter and search expressions.DefaultServiceContractService.deleteSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.ServiceContractService.deleteSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.Deletes an existingSrvcContrPartnerentity in the S/4HANA system.DefaultServiceContractService.getAllSrvcContrPartner()Deprecated.ServiceContractService.getAllSrvcContrPartner()Deprecated.Fetch multipleSrvcContrPartnerentities.DefaultServiceContractService.getSrvcContrPartnerByKey(String serviceContract, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.ServiceContractService.getSrvcContrPartnerByKey(String serviceContract, String custMgmtPartnerFunction, String custMgmtBusinessPartner) Deprecated.Fetch a singleSrvcContrPartnerentity using key fields.DefaultServiceContractService.updateSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.ServiceContractService.updateSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.Update an existingSrvcContrPartnerentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SrvcContrPartnerModifier and TypeMethodDescriptionDefaultServiceContractService.deleteSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.ServiceContractService.deleteSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.Deletes an existingSrvcContrPartnerentity in the S/4HANA system.DefaultServiceContractService.updateSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.ServiceContractService.updateSrvcContrPartner(SrvcContrPartner srvcContrPartner) Deprecated.Update an existingSrvcContrPartnerentity and save it to the S/4HANA system.