Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.InspectionMethodText
Packages that use InspectionMethodText
Package
Description
-
Uses of InspectionMethodText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with type parameters of type InspectionMethodTextModifier and TypeFieldDescriptionstatic final InspectionMethodLink<InspectionMethodText>InspectionMethod.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod that return InspectionMethodTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod that return types with arguments of type InspectionMethodTextModifier and TypeMethodDescriptionInspectionMethod.fetchText()Fetches the InspectionMethodText entities (one to many) associated with this entity.protected Class<InspectionMethodText>InspectionMethodTextByKeyFluentHelper.getEntityClass()protected Class<InspectionMethodText>InspectionMethodTextFluentHelper.getEntityClass()io.vavr.control.Option<List<InspectionMethodText>>InspectionMethod.getTextIfPresent()Retrieval of associated InspectionMethodText entities (one to many).InspectionMethod.getTextOrFetch()Retrieval of associated InspectionMethodText entities (one to many).InspectionMethodText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with parameters of type InspectionMethodTextModifier and TypeMethodDescriptionvoidInspectionMethod.addText(InspectionMethodText... entity) Adds elements to the list of associated InspectionMethodText entities.InspectionMethod.InspectionMethodBuilder.text(InspectionMethodText... value) Navigation property to_Text for InspectionMethod to multiple InspectionMethodText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with type arguments of type InspectionMethodTextModifier and TypeMethodDescriptionvoidInspectionMethod.setText(List<InspectionMethodText> value) Overwrites the list of associated InspectionMethodText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod with type arguments of type InspectionMethodTextModifierConstructorDescriptionInspectionMethod(String inspectionMethod, String inspectionMethodVersion, String inspectionMethodPlant, LocalDateTime inspectionMethodValidFromDate, String inspectionMethodSearchField, String inspectionMethodStatus, String inspMethInformationField1, String inspMethInformationField2, String inspMethInformationField3, String qltyMstrDataAuthorizationGroup, String inspectorQualification, String createdByUser, LocalDateTime creationDate, String lastChangedByUser, LocalDateTime lastChangeDate, String linkedSAPObjectKey, List<InspectionMethodText> toText) -
Uses of InspectionMethodText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inspectionmethod.link that return types with arguments of type InspectionMethodTextModifier and TypeMethodDescriptionInspectionMethodTextOneToOneLink.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.inspectionmethod.link with type arguments of type InspectionMethodTextModifier and TypeMethodDescriptionprotected InspectionMethodTextLink<ObjectT>InspectionMethodTextLink.translateLinkType(EntityLink<InspectionMethodTextLink<ObjectT>, InspectionMethodText, ObjectT> link)