Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan.InspPlanOpPRT
Packages that use InspPlanOpPRT
Package
Description
-
Uses of InspPlanOpPRT in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan that return InspPlanOpPRTModifier and TypeMethodDescriptionInspPlanOpPRT.InspPlanOpPRTBuilder.build()protected InspPlanOpPRTInspPlanOpPRTCreateFluentHelper.getEntity()protected InspPlanOpPRTInspPlanOpPRTDeleteFluentHelper.getEntity()protected InspPlanOpPRTInspPlanOpPRTUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan that return types with arguments of type InspPlanOpPRTModifier and TypeMethodDescriptionprotected Class<InspPlanOpPRT>InspPlanOpPRTByKeyFluentHelper.getEntityClass()protected Class<InspPlanOpPRT>InspPlanOpPRTFluentHelper.getEntityClass()InspPlanOpPRT.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionplan with parameters of type InspPlanOpPRTModifierConstructorDescriptionInspPlanOpPRTCreateFluentHelper(String servicePath, InspPlanOpPRT entity, String entityCollection) Creates a fluent helper object that will create aInspPlanOpPRTentity on the OData endpoint.InspPlanOpPRTDeleteFluentHelper(String servicePath, InspPlanOpPRT entity, String entityCollection) Creates a fluent helper object that will delete aInspPlanOpPRTentity on the OData endpoint.InspPlanOpPRTUpdateFluentHelper(String servicePath, InspPlanOpPRT entity, String entityCollection) Creates a fluent helper object that will update aInspPlanOpPRTentity on the OData endpoint. -
Uses of InspPlanOpPRT 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 InspPlanOpPRTModifier and TypeMethodDescriptionDefaultInspectionPlanServiceBatchChangeSet.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) InspectionPlanServiceBatchChangeSet.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Create a newInspPlanOpPRTentity and save it to the S/4HANA system.DefaultInspectionPlanServiceBatchChangeSet.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) InspectionPlanServiceBatchChangeSet.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deletes an existingInspPlanOpPRTentity in the S/4HANA system.DefaultInspectionPlanServiceBatchChangeSet.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) InspectionPlanServiceBatchChangeSet.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Update an existingInspPlanOpPRTentity and save it to the S/4HANA system. -
Uses of InspPlanOpPRT 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 InspPlanOpPRTModifier and TypeMethodDescriptionInspPlanOpPRTOneToOneLink.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 InspPlanOpPRTModifier and TypeMethodDescriptionprotected InspPlanOpPRTLink<ObjectT>InspPlanOpPRTLink.translateLinkType(EntityLink<InspPlanOpPRTLink<ObjectT>, InspPlanOpPRT, ObjectT> link) -
Uses of InspPlanOpPRT in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InspPlanOpPRTModifier and TypeMethodDescriptionDefaultInspectionPlanService.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.InspectionPlanService.createInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.Create a newInspPlanOpPRTentity and save it to the S/4HANA system.DefaultInspectionPlanService.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.InspectionPlanService.deleteInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.Deletes an existingInspPlanOpPRTentity in the S/4HANA system.DefaultInspectionPlanService.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.InspectionPlanService.updateInspPlanOpPRT(InspPlanOpPRT inspPlanOpPRT) Deprecated.Update an existingInspPlanOpPRTentity and save it to the S/4HANA system.