Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfPartner
Packages that use SrvcConfPartner
Package
Description
-
Uses of SrvcConfPartner 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 SrvcConfPartnerModifier and TypeFieldDescriptionstatic final ServiceConfirmationLink<SrvcConfPartner>ServiceConfirmation.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 SrvcConfPartnerModifier and TypeMethodDescriptionSrvcConfPartner.SrvcConfPartnerBuilder.build()protected SrvcConfPartnerSrvcConfPartnerCreateFluentHelper.getEntity()protected SrvcConfPartnerSrvcConfPartnerDeleteFluentHelper.getEntity()protected SrvcConfPartnerSrvcConfPartnerUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type SrvcConfPartnerModifier and TypeMethodDescriptionServiceConfirmation.fetchPartner()Fetches the SrvcConfPartner entities (one to many) associated with this entity.protected Class<SrvcConfPartner>SrvcConfPartnerByKeyFluentHelper.getEntityClass()protected Class<SrvcConfPartner>SrvcConfPartnerFluentHelper.getEntityClass()io.vavr.control.Option<List<SrvcConfPartner>>ServiceConfirmation.getPartnerIfPresent()Retrieval of associated SrvcConfPartner entities (one to many).ServiceConfirmation.getPartnerOrFetch()Retrieval of associated SrvcConfPartner entities (one to many).SrvcConfPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfPartnerModifier and TypeMethodDescriptionvoidServiceConfirmation.addPartner(SrvcConfPartner... entity) Adds elements to the list of associated SrvcConfPartner entities.ServiceConfirmation.ServiceConfirmationBuilder.partner(SrvcConfPartner... value) Navigation property to_Partner for ServiceConfirmation to multiple SrvcConfPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with type arguments of type SrvcConfPartnerModifier and TypeMethodDescriptionvoidServiceConfirmation.setPartner(List<SrvcConfPartner> value) Overwrites the list of associated SrvcConfPartner entities for the loaded navigation property to_Partner.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type SrvcConfPartnerModifierConstructorDescriptionSrvcConfPartnerCreateFluentHelper(String servicePath, SrvcConfPartner entity, String entityCollection) Creates a fluent helper object that will create aSrvcConfPartnerentity on the OData endpoint.SrvcConfPartnerDeleteFluentHelper(String servicePath, SrvcConfPartner entity, String entityCollection) Creates a fluent helper object that will delete aSrvcConfPartnerentity on the OData endpoint.SrvcConfPartnerUpdateFluentHelper(String servicePath, SrvcConfPartner entity, String entityCollection) Creates a fluent helper object that will update aSrvcConfPartnerentity on the OData endpoint. -
Uses of SrvcConfPartner 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 SrvcConfPartnerModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createSrvcConfPartner(SrvcConfPartner srvcConfPartner) ServiceConfirmationServiceBatchChangeSet.createSrvcConfPartner(SrvcConfPartner srvcConfPartner) Create a newSrvcConfPartnerentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.deleteSrvcConfPartner(SrvcConfPartner srvcConfPartner) ServiceConfirmationServiceBatchChangeSet.deleteSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deletes an existingSrvcConfPartnerentity in the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateSrvcConfPartner(SrvcConfPartner srvcConfPartner) ServiceConfirmationServiceBatchChangeSet.updateSrvcConfPartner(SrvcConfPartner srvcConfPartner) Update an existingSrvcConfPartnerentity and save it to the S/4HANA system. -
Uses of SrvcConfPartner 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 SrvcConfPartnerModifier and TypeMethodDescriptionSrvcConfPartnerOneToOneLink.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 SrvcConfPartnerModifier and TypeMethodDescriptionprotected SrvcConfPartnerLink<ObjectT>SrvcConfPartnerLink.translateLinkType(EntityLink<SrvcConfPartnerLink<ObjectT>, SrvcConfPartner, ObjectT> link) -
Uses of SrvcConfPartner in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SrvcConfPartnerModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deprecated.ServiceConfirmationService.createSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deprecated.Create a newSrvcConfPartnerentity and save it to the S/4HANA system.DefaultServiceConfirmationService.deleteSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deprecated.ServiceConfirmationService.deleteSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deprecated.Deletes an existingSrvcConfPartnerentity in the S/4HANA system.DefaultServiceConfirmationService.updateSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deprecated.ServiceConfirmationService.updateSrvcConfPartner(SrvcConfPartner srvcConfPartner) Deprecated.Update an existingSrvcConfPartnerentity and save it to the S/4HANA system.