Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.InspectionPlan
Packages that use InspectionPlan
Package
Description
-
Uses of InspectionPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan that return InspectionPlanModifier and TypeMethodDescriptionInspectionPlan.InspectionPlanBuilder.build()protected InspectionPlanInspectionPlanCreateFluentHelper.getEntity()protected InspectionPlanInspectionPlanDeleteFluentHelper.getEntity()protected InspectionPlanInspectionPlanUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan that return types with arguments of type InspectionPlanModifier and TypeMethodDescriptionprotected Class<InspectionPlan>InspectionPlanByKeyFluentHelper.getEntityClass()protected Class<InspectionPlan>InspectionPlanFluentHelper.getEntityClass()InspectionPlan.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan with parameters of type InspectionPlanModifierConstructorDescriptionInspectionPlanCreateFluentHelper(String servicePath, InspectionPlan entity, String entityCollection) Creates a fluent helper object that will create aInspectionPlanentity on the OData endpoint.InspectionPlanDeleteFluentHelper(String servicePath, InspectionPlan entity, String entityCollection) Creates a fluent helper object that will delete aInspectionPlanentity on the OData endpoint.InspectionPlanUpdateFluentHelper(String servicePath, InspectionPlan entity, String entityCollection) Creates a fluent helper object that will update aInspectionPlanentity on the OData endpoint. -
Uses of InspectionPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.batch with parameters of type InspectionPlanModifier and TypeMethodDescriptionDefaultInspectionPlanServiceBatchChangeSet.createInspectionPlan(InspectionPlan inspectionPlan) InspectionPlanServiceBatchChangeSet.createInspectionPlan(InspectionPlan inspectionPlan) Create a newInspectionPlanentity and save it to the S/4HANA system.DefaultInspectionPlanServiceBatchChangeSet.deleteInspectionPlan(InspectionPlan inspectionPlan) InspectionPlanServiceBatchChangeSet.deleteInspectionPlan(InspectionPlan inspectionPlan) Deletes an existingInspectionPlanentity in the S/4HANA system.DefaultInspectionPlanServiceBatchChangeSet.updateInspectionPlan(InspectionPlan inspectionPlan) InspectionPlanServiceBatchChangeSet.updateInspectionPlan(InspectionPlan inspectionPlan) Update an existingInspectionPlanentity and save it to the S/4HANA system. -
Uses of InspectionPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.link that return types with arguments of type InspectionPlanModifier and TypeMethodDescriptionInspectionPlanOneToOneLink.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.inspectionplan.link with type arguments of type InspectionPlanModifier and TypeMethodDescriptionprotected InspectionPlanLink<ObjectT>InspectionPlanLink.translateLinkType(EntityLink<InspectionPlanLink<ObjectT>, InspectionPlan, ObjectT> link) -
Uses of InspectionPlan in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InspectionPlanModifier and TypeMethodDescriptionDefaultInspectionPlanService.createInspectionPlan(InspectionPlan inspectionPlan) Deprecated.InspectionPlanService.createInspectionPlan(InspectionPlan inspectionPlan) Deprecated.Create a newInspectionPlanentity and save it to the S/4HANA system.DefaultInspectionPlanService.deleteInspectionPlan(InspectionPlan inspectionPlan) Deprecated.InspectionPlanService.deleteInspectionPlan(InspectionPlan inspectionPlan) Deprecated.Deletes an existingInspectionPlanentity in the S/4HANA system.DefaultInspectionPlanService.updateInspectionPlan(InspectionPlan inspectionPlan) Deprecated.InspectionPlanService.updateInspectionPlan(InspectionPlan inspectionPlan) Deprecated.Update an existingInspectionPlanentity and save it to the S/4HANA system.