Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.ServiceConfirmation
Packages that use ServiceConfirmation
Package
Description
-
Uses of ServiceConfirmation 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 ServiceConfirmationModifier and TypeFieldDescriptionstatic final ServiceConfirmationItemOneToOneLink<ServiceConfirmation>ServiceConfirmationItem.TO_SERVICE_CONFIRMATIONUse with available fluent helpers to apply the to_ServiceConfirmation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return ServiceConfirmationModifier and TypeMethodDescriptionServiceConfirmation.ServiceConfirmationBuilder.build()ServiceConfirmationItem.fetchServiceConfirmation()Fetches the ServiceConfirmation entity (one to one) associated with this entity.protected ServiceConfirmationServiceConfirmationCreateFluentHelper.getEntity()protected ServiceConfirmationServiceConfirmationUpdateFluentHelper.getEntity()ServiceConfirmationItem.getServiceConfirmationOrFetch()Retrieval of associated ServiceConfirmation entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation that return types with arguments of type ServiceConfirmationModifier and TypeMethodDescriptionprotected Class<ServiceConfirmation>ServiceConfirmationByKeyFluentHelper.getEntityClass()protected Class<ServiceConfirmation>ServiceConfirmationFluentHelper.getEntityClass()io.vavr.control.Option<ServiceConfirmation>ServiceConfirmationItem.getServiceConfirmationIfPresent()Retrieval of associated ServiceConfirmation entity (one to one).ServiceConfirmation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfirmationModifier and TypeMethodDescriptionServiceConfirmationItem.ServiceConfirmationItemBuilder.serviceConfirmation(ServiceConfirmation value) Navigation property to_ServiceConfirmation for ServiceConfirmationItem to single ServiceConfirmation.voidServiceConfirmationItem.setServiceConfirmation(ServiceConfirmation value) Overwrites the associated ServiceConfirmation entity for the loaded navigation property to_ServiceConfirmation.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation with parameters of type ServiceConfirmationModifierConstructorDescriptionServiceConfirmationCreateFluentHelper(String servicePath, ServiceConfirmation entity, String entityCollection) Creates a fluent helper object that will create aServiceConfirmationentity on the OData endpoint.ServiceConfirmationItem(String serviceConfirmation, String serviceConfirmationItem, UUID serviceConfirmationItemUUID, String serviceConfItemDescription, String serviceObjectType, String serviceDocumentItemObjectType, String language, String product, BigDecimal quantity, String quantityUnit, BigDecimal actualServiceDuration, String actualServiceDurationUnit, String serviceConfItemCategory, String serviceConfItemIsCompleted, String executingServiceEmployee, String servicePerformer, String billableControl, String referenceServiceOrder, String referenceServiceOrderItem, Boolean refSrvcOrdItemIsUnplanned, String referenceServiceContract, String referenceServiceContractItem, String shippingCondition, String parentServiceConfItem, ZonedDateTime actualServiceStartDateTime, ZonedDateTime actualServiceEndDateTime, LocalDateTime servicesRenderedDate, String fSMServiceConfirmationItem, String srvcDocItmPartReferenceItem, String srvcDocItmApptReferenceItem, UUID srvcDocItmApptRefObjectUUID, String timeSheetOvertimeCategory, String respyMgmtServiceTeam, String respyMgmtServiceTeamName, BigDecimal srvcConfItmCndnRateAmount, String srvcConfItmCndnRateCurrency, String respyMgmtGlobalTeamID, String paymentTerms, String paymentMethod, String sEPAMandate, String srvcSEPAMandateRelevance, String wBSElementExternalID, List<SrvcConfItemAppointment> toAppointment, List<SrvcConfItemDuration> toDuration, List<SrvcConfItemPartner> toPartner, List<ServiceConfItemPriceElement> toPricingElement, List<ServiceConfItmRefObject> toReferenceObject, ServiceConfirmation toServiceConfirmation, List<ServiceConfItemUserStatus> toSrvcConfItemUserStatus, List<ServiceConfirmationItemText> toText) ServiceConfirmationUpdateFluentHelper(String servicePath, ServiceConfirmation entity, String entityCollection) Creates a fluent helper object that will update aServiceConfirmationentity on the OData endpoint. -
Uses of ServiceConfirmation 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 ServiceConfirmationModifier and TypeMethodDescriptionDefaultServiceConfirmationServiceBatchChangeSet.createServiceConfirmation(ServiceConfirmation serviceConfirmation) ServiceConfirmationServiceBatchChangeSet.createServiceConfirmation(ServiceConfirmation serviceConfirmation) Create a newServiceConfirmationentity and save it to the S/4HANA system.DefaultServiceConfirmationServiceBatchChangeSet.updateServiceConfirmation(ServiceConfirmation serviceConfirmation) ServiceConfirmationServiceBatchChangeSet.updateServiceConfirmation(ServiceConfirmation serviceConfirmation) Update an existingServiceConfirmationentity and save it to the S/4HANA system. -
Uses of ServiceConfirmation 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 ServiceConfirmationModifier and TypeMethodDescriptionServiceConfirmationOneToOneLink.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 ServiceConfirmationModifier and TypeMethodDescriptionprotected ServiceConfirmationLink<ObjectT>ServiceConfirmationLink.translateLinkType(EntityLink<ServiceConfirmationLink<ObjectT>, ServiceConfirmation, ObjectT> link) -
Uses of ServiceConfirmation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type ServiceConfirmationModifier and TypeMethodDescriptionDefaultServiceConfirmationService.createServiceConfirmation(ServiceConfirmation serviceConfirmation) Deprecated.ServiceConfirmationService.createServiceConfirmation(ServiceConfirmation serviceConfirmation) Deprecated.Create a newServiceConfirmationentity and save it to the S/4HANA system.DefaultServiceConfirmationService.updateServiceConfirmation(ServiceConfirmation serviceConfirmation) Deprecated.ServiceConfirmationService.updateServiceConfirmation(ServiceConfirmation serviceConfirmation) Deprecated.Update an existingServiceConfirmationentity and save it to the S/4HANA system.