Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfItemPartner
Packages that use SrvcConfItemPartner
Package
Description
-
Uses of SrvcConfItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type parameters of type SrvcConfItemPartnerModifier and TypeFieldDescriptionstatic final ServiceConfirmationItemLink<SrvcConfItemPartner>ServiceConfirmationItem.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.serviceconfirmation that return SrvcConfItemPartnerModifier and TypeMethodDescriptionSrvcConfItemPartner.SrvcConfItemPartnerBuilder.build()protected SrvcConfItemPartnerSrvcConfItemPartnerCreateFluentHelper.getEntity()protected SrvcConfItemPartnerSrvcConfItemPartnerDeleteFluentHelper.getEntity()protected SrvcConfItemPartnerSrvcConfItemPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type SrvcConfItemPartnerModifier and TypeMethodDescriptionServiceConfirmationItem.fetchPartner()Fetches the SrvcConfItemPartner entities (one to many) associated with this entity.protected Class<SrvcConfItemPartner>SrvcConfItemPartnerByKeyFluentHelper.getEntityClass()protected Class<SrvcConfItemPartner>SrvcConfItemPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SrvcConfItemPartner>>ServiceConfirmationItem.getPartnerIfPresent()Retrieval of associated SrvcConfItemPartner entities (one to many).ServiceConfirmationItem.getPartnerOrFetch()Retrieval of associated SrvcConfItemPartner entities (one to many).SrvcConfItemPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfItemPartnerModifier and TypeMethodDescriptionvoidServiceConfirmationItem.addPartner(SrvcConfItemPartner... entity) Adds elements to the list of associated SrvcConfItemPartner entities.ServiceConfirmationItem.ServiceConfirmationItemBuilder.partner(SrvcConfItemPartner... value) Navigation property to_Partner for ServiceConfirmationItem to multiple SrvcConfItemPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type SrvcConfItemPartnerModifier and TypeMethodDescriptionvoidServiceConfirmationItem.setPartner(List<SrvcConfItemPartner> value) Overwrites the list of associated SrvcConfItemPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfItemPartnerModifierConstructorDescriptionSrvcConfItemPartnerCreateFluentHelper(String servicePath, SrvcConfItemPartner entity, String entityCollection) Creates a fluent helper object that will create aSrvcConfItemPartnerentity on the OData endpoint.SrvcConfItemPartnerDeleteFluentHelper(String servicePath, SrvcConfItemPartner entity, String entityCollection) Creates a fluent helper object that will delete aSrvcConfItemPartnerentity on the OData endpoint.SrvcConfItemPartnerUpdateFluentHelper(String servicePath, SrvcConfItemPartner entity, String entityCollection) Creates a fluent helper object that will update aSrvcConfItemPartnerentity on the OData endpoint. -
Uses of SrvcConfItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.batch with parameters of type SrvcConfItemPartnerModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) ServiceConfirmationServiceBatchChangeSet.createSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Create a newSrvcConfItemPartnerentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.deleteSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) ServiceConfirmationServiceBatchChangeSet.deleteSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deletes an existingSrvcConfItemPartnerentity in the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) ServiceConfirmationServiceBatchChangeSet.updateSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Update an existingSrvcConfItemPartnerentity and save it to the S/4HANA system. -
Uses of SrvcConfItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.link that return types with arguments of type SrvcConfItemPartnerModifier and TypeMethodDescriptionSrvcConfItemPartnerOneToOneLink.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.serviceconfirmation.link with type arguments of type SrvcConfItemPartnerModifier and TypeMethodDescriptionprotected SrvcConfItemPartnerLink<ObjectT>SrvcConfItemPartnerLink.translateLinkType(EntityLink<SrvcConfItemPartnerLink<ObjectT>, SrvcConfItemPartner, ObjectT> link) -
Uses of SrvcConfItemPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcConfItemPartnerModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deprecated.ServiceConfirmationService.createSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deprecated.Create a newSrvcConfItemPartnerentity and save it to the S/4HANA system.DefaultServiceConfirmationService.deleteSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deprecated.ServiceConfirmationService.deleteSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deprecated.Deletes an existingSrvcConfItemPartnerentity in the S/4HANA system.DefaultServiceConfirmationService.updateSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deprecated.ServiceConfirmationService.updateSrvcConfItemPartner(SrvcConfItemPartner srvcConfItemPartner) Deprecated.Update an existingSrvcConfItemPartnerentity and save it to the S/4HANA system.