Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.FunctionalLocationWarranty
Packages that use FunctionalLocationWarranty
Package
Description
-
Uses of FunctionalLocationWarranty in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type parameters of type FunctionalLocationWarrantyModifier and TypeFieldDescriptionstatic final FunctionalLocationLink<FunctionalLocationWarranty>FunctionalLocation.TO_WARRANTYUse with available fluent helpers to apply the to_Warranty navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return FunctionalLocationWarrantyModifier and TypeMethodDescriptionFunctionalLocationWarranty.FunctionalLocationWarrantyBuilder.build()protected FunctionalLocationWarrantyFunctionalLocationWarrantyCreateFluentHelper.getEntity()protected FunctionalLocationWarrantyFunctionalLocationWarrantyUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation that return types with arguments of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionFunctionalLocation.fetchWarranty()Fetches the FunctionalLocationWarranty entities (one to many) associated with this entity.protected Class<FunctionalLocationWarranty>FunctionalLocationWarrantyByKeyFluentHelper.getEntityClass()protected Class<FunctionalLocationWarranty>FunctionalLocationWarrantyFluentHelper.getEntityClass()FunctionalLocationWarranty.getType()io.vavr.control.Option<List<FunctionalLocationWarranty>>FunctionalLocation.getWarrantyIfPresent()Retrieval of associated FunctionalLocationWarranty entities (one to many).FunctionalLocation.getWarrantyOrFetch()Retrieval of associated FunctionalLocationWarranty entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionvoidFunctionalLocation.addWarranty(FunctionalLocationWarranty... entity) Adds elements to the list of associated FunctionalLocationWarranty entities.FunctionalLocation.FunctionalLocationBuilder.warranty(FunctionalLocationWarranty... value) Navigation property to_Warranty for FunctionalLocation to multiple FunctionalLocationWarranty.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with type arguments of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionvoidFunctionalLocation.setWarranty(List<FunctionalLocationWarranty> value) Overwrites the list of associated FunctionalLocationWarranty entities for the loaded navigation property to_Warranty.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation with parameters of type FunctionalLocationWarrantyModifierConstructorDescriptionFunctionalLocationWarrantyCreateFluentHelper(String servicePath, FunctionalLocationWarranty entity, String entityCollection) Creates a fluent helper object that will create aFunctionalLocationWarrantyentity on the OData endpoint.FunctionalLocationWarrantyUpdateFluentHelper(String servicePath, FunctionalLocationWarranty entity, String entityCollection) Creates a fluent helper object that will update aFunctionalLocationWarrantyentity on the OData endpoint. -
Uses of FunctionalLocationWarranty in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.batch with parameters of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionDefaultFunctionalLocationServiceBatchChangeSet.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) FunctionalLocationServiceBatchChangeSet.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.DefaultFunctionalLocationServiceBatchChangeSet.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) FunctionalLocationServiceBatchChangeSet.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system. -
Uses of FunctionalLocationWarranty in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionallocation.link that return types with arguments of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionFunctionalLocationWarrantyOneToOneLink.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.functionallocation.link with type arguments of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionprotected FunctionalLocationWarrantyLink<ObjectT>FunctionalLocationWarrantyLink.translateLinkType(EntityLink<FunctionalLocationWarrantyLink<ObjectT>, FunctionalLocationWarranty, ObjectT> link) -
Uses of FunctionalLocationWarranty in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type FunctionalLocationWarrantyModifier and TypeMethodDescriptionDefaultFunctionalLocationService.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.FunctionalLocationService.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.DefaultFunctionalLocationService.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.FunctionalLocationService.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.