Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.InspPlanOperation
Packages that use InspPlanOperation
Package
Description
-
Uses of InspPlanOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan that return InspPlanOperationModifier and TypeMethodDescriptionInspPlanOperation.InspPlanOperationBuilder.build()protected InspPlanOperationInspPlanOperationCreateFluentHelper.getEntity()protected InspPlanOperationInspPlanOperationDeleteFluentHelper.getEntity()protected InspPlanOperationInspPlanOperationUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan that return types with arguments of type InspPlanOperationModifier and TypeMethodDescriptionprotected Class<InspPlanOperation>InspPlanOperationByKeyFluentHelper.getEntityClass()protected Class<InspPlanOperation>InspPlanOperationFluentHelper.getEntityClass()InspPlanOperation.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan with parameters of type InspPlanOperationModifierConstructorDescriptionInspPlanOperationCreateFluentHelper(String servicePath, InspPlanOperation entity, String entityCollection) Creates a fluent helper object that will create aInspPlanOperationentity on the OData endpoint.InspPlanOperationDeleteFluentHelper(String servicePath, InspPlanOperation entity, String entityCollection) Creates a fluent helper object that will delete aInspPlanOperationentity on the OData endpoint.InspPlanOperationUpdateFluentHelper(String servicePath, InspPlanOperation entity, String entityCollection) Creates a fluent helper object that will update aInspPlanOperationentity on the OData endpoint. -
Uses of InspPlanOperation 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 InspPlanOperationModifier and TypeMethodDescriptionDefaultInspectionPlanServiceBatchChangeSet.createInspPlanOperation(InspPlanOperation inspPlanOperation) InspectionPlanServiceBatchChangeSet.createInspPlanOperation(InspPlanOperation inspPlanOperation) Create a newInspPlanOperationentity and save it to the S/4HANA system.DefaultInspectionPlanServiceBatchChangeSet.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) InspectionPlanServiceBatchChangeSet.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) Deletes an existingInspPlanOperationentity in the S/4HANA system.DefaultInspectionPlanServiceBatchChangeSet.updateInspPlanOperation(InspPlanOperation inspPlanOperation) InspectionPlanServiceBatchChangeSet.updateInspPlanOperation(InspPlanOperation inspPlanOperation) Update an existingInspPlanOperationentity and save it to the S/4HANA system. -
Uses of InspPlanOperation 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 InspPlanOperationModifier and TypeMethodDescriptionInspPlanOperationOneToOneLink.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 InspPlanOperationModifier and TypeMethodDescriptionprotected InspPlanOperationLink<ObjectT>InspPlanOperationLink.translateLinkType(EntityLink<InspPlanOperationLink<ObjectT>, InspPlanOperation, ObjectT> link) -
Uses of InspPlanOperation in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InspPlanOperationModifier and TypeMethodDescriptionDefaultInspectionPlanService.createInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.InspectionPlanService.createInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.Create a newInspPlanOperationentity and save it to the S/4HANA system.DefaultInspectionPlanService.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.InspectionPlanService.deleteInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.Deletes an existingInspPlanOperationentity in the S/4HANA system.DefaultInspectionPlanService.updateInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.InspectionPlanService.updateInspPlanOperation(InspPlanOperation inspPlanOperation) Deprecated.Update an existingInspPlanOperationentity and save it to the S/4HANA system.