Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.ServiceOrderItemConfirmation
Packages that use ServiceOrderItemConfirmation
Package
Description
-
Uses of ServiceOrderItemConfirmation 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 ServiceOrderItemConfirmationModifier and TypeFieldDescriptionstatic final ServiceOrderItemLink<ServiceOrderItemConfirmation>ServiceOrderItem.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 ServiceOrderItemConfirmationModifier and TypeMethodDescriptionServiceOrderItemConfirmation.ServiceOrderItemConfirmationBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return types with arguments of type ServiceOrderItemConfirmationModifier and TypeMethodDescriptionServiceOrderItem.fetchConfirmation()Fetches the ServiceOrderItemConfirmation entities (one to many) associated with this entity.io.vavr.control.Option<List<ServiceOrderItemConfirmation>>ServiceOrderItem.getConfirmationIfPresent()Retrieval of associated ServiceOrderItemConfirmation entities (one to many).ServiceOrderItem.getConfirmationOrFetch()Retrieval of associated ServiceOrderItemConfirmation entities (one to many).protected Class<ServiceOrderItemConfirmation>ServiceOrderItemConfirmationByKeyFluentHelper.getEntityClass()protected Class<ServiceOrderItemConfirmation>ServiceOrderItemConfirmationFluentHelper.getEntityClass()ServiceOrderItemConfirmation.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with parameters of type ServiceOrderItemConfirmationModifier and TypeMethodDescriptionvoidServiceOrderItem.addConfirmation(ServiceOrderItemConfirmation... entity) Adds elements to the list of associated ServiceOrderItemConfirmation entities.ServiceOrderItem.ServiceOrderItemBuilder.confirmation(ServiceOrderItemConfirmation... value) Navigation property to_Confirmation for ServiceOrderItem to multiple ServiceOrderItemConfirmation.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder with type arguments of type ServiceOrderItemConfirmationModifier and TypeMethodDescriptionvoidServiceOrderItem.setConfirmation(List<ServiceOrderItemConfirmation> value) Overwrites the list of associated ServiceOrderItemConfirmation entities for the loaded navigation property to_Confirmation. -
Uses of ServiceOrderItemConfirmation 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 ServiceOrderItemConfirmationModifier and TypeMethodDescriptionServiceOrderItemConfirmationOneToOneLink.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 ServiceOrderItemConfirmationModifier and TypeMethodDescriptionprotected ServiceOrderItemConfirmationLink<ObjectT>ServiceOrderItemConfirmationLink.translateLinkType(EntityLink<ServiceOrderItemConfirmationLink<ObjectT>, ServiceOrderItemConfirmation, ObjectT> link)