Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderConfirmation
Packages that use ServiceOrderConfirmation
Package
Description
-
Uses of ServiceOrderConfirmation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type parameters of type ServiceOrderConfirmationModifier and TypeFieldDescriptionstatic final ServiceOrderLink<ServiceOrderConfirmation>ServiceOrder.TO_CONFIRMATIONUse with available fluent helpers to apply the to_Confirmation navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return ServiceOrderConfirmationModifier and TypeMethodDescriptionServiceOrderConfirmation.ServiceOrderConfirmationBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderConfirmationModifier and TypeMethodDescriptionServiceOrder.fetchConfirmation()Fetches the ServiceOrderConfirmation entities (one to many) associated with this entity.io.vavr.control.Option<List<ServiceOrderConfirmation>>ServiceOrder.getConfirmationIfPresent()Retrieval of associated ServiceOrderConfirmation entities (one to many).ServiceOrder.getConfirmationOrFetch()Retrieval of associated ServiceOrderConfirmation entities (one to many).protected Class<ServiceOrderConfirmation>ServiceOrderConfirmationByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderConfirmation>ServiceOrderConfirmationFluentHelper.getEntityClass()ServiceOrderConfirmation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderConfirmationModifier and TypeMethodDescriptionvoidServiceOrder.addConfirmation(ServiceOrderConfirmation... entity) Adds elements to the list of associated ServiceOrderConfirmation entities.ServiceOrder.ServiceOrderBuilder.confirmation(ServiceOrderConfirmation... value) Navigation property to_Confirmation for ServiceOrder to multiple ServiceOrderConfirmation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderConfirmationModifier and TypeMethodDescriptionvoidServiceOrder.setConfirmation(List<ServiceOrderConfirmation> value) Overwrites the list of associated ServiceOrderConfirmation entities for the loaded navigation property to_Confirmation. -
Uses of ServiceOrderConfirmation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.link that return types with arguments of type ServiceOrderConfirmationModifier and TypeMethodDescriptionServiceOrderConfirmationOneToOneLink.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.serviceorder.link with type arguments of type ServiceOrderConfirmationModifier and TypeMethodDescriptionprotected ServiceOrderConfirmationLink<ObjectT>ServiceOrderConfirmationLink.translateLinkType(EntityLink<ServiceOrderConfirmationLink<ObjectT>, ServiceOrderConfirmation, ObjectT> link)