Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification.QltyNotificationTaskLongText
Packages that use QltyNotificationTaskLongText
Package
Description
-
Uses of QltyNotificationTaskLongText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification with type parameters of type QltyNotificationTaskLongTextModifier and TypeFieldDescriptionstatic final SimpleProperty<QltyNotificationTaskLongText>QltyNotificationTaskLongText.ALL_FIELDSSelector for all available fields of QltyNotificationTaskLongText.static final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LANGUAGEstatic final SimpleProperty.DateTime<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LONG_TEXT_CREATED_ATstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LONG_TEXT_CREATED_BY_USERstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LONG_TEXT_IDstatic final SimpleProperty.NumericInteger<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LONG_TEXT_INTERNAL_NUMBERstatic final SimpleProperty.DateTime<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LONG_TEXT_LAST_CHANGED_ATstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.LONG_TEXT_LAST_CHANGED_BY_USERstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.MIME_TYPEstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.NOTIFICATION_TASKstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.QLTY_NOTIFICATION_TASK_LONG_TEXTstatic final SimpleProperty.String<QltyNotificationTaskLongText>QltyNotificationTaskLongText.QUALITY_NOTIFICATIONQltyNotificationTaskLongText.TO__QLTY_NOTIFICATIONUse with available request builders to apply the _QltyNotification navigation property to query operations.QltyNotificationTaskLongText.TO__QLTY_NOTIFICATION_TASKUse with available request builders to apply the _QltyNotificationTask navigation property to query operations.QualityNotificationTask.TO__QLTY_NOTIFICATION_TASK_LONG_TEXTUse with available request builders to apply the _QltyNotificationTaskLongText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification that return QltyNotificationTaskLongTextModifier and TypeMethodDescriptionQltyNotificationTaskLongText.QltyNotificationTaskLongTextBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification that return types with arguments of type QltyNotificationTaskLongTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<QltyNotificationTaskLongText>>QualityNotificationTask.getQltyNotificationTaskLongTextIfPresent()Retrieval of associated QltyNotificationTaskLongText entities (one to many).QltyNotificationTaskLongText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification with parameters of type QltyNotificationTaskLongTextModifier and TypeMethodDescriptionvoidQualityNotificationTask.addQltyNotificationTaskLongText(QltyNotificationTaskLongText... entity) Adds elements to the list of associated QltyNotificationTaskLongText entities.QualityNotificationTask.QualityNotificationTaskBuilder.qltyNotificationTaskLongText(QltyNotificationTaskLongText... value) Navigation property _QltyNotificationTaskLongText for QualityNotificationTask to multiple QltyNotificationTaskLongText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification with type arguments of type QltyNotificationTaskLongTextModifier and TypeMethodDescriptionvoidQualityNotificationTask.setQltyNotificationTaskLongText(List<QltyNotificationTaskLongText> value) Overwrites the list of associated QltyNotificationTaskLongText entities for the loaded navigation property _QltyNotificationTaskLongText.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.qualitynotification with type arguments of type QltyNotificationTaskLongTextModifierConstructorDescriptionQualityNotificationTask(String qualityNotification, String notificationTask, String notificationTaskText, Boolean isDeleted, LocalDate notifTaskPlannedStartDate, LocalTime notifTaskPlannedStartTime, LocalDate notifTaskPlannedEndDate, LocalTime notifTaskPlannedEndTime, String statusObject, String notifTaskCompletedByUser, LocalDate notifTaskCompletionDate, LocalTime notifTaskCompletionTime, String responsiblePersonFunctionCode, String personResponsible, String notificationTaskSortNumber, String notificationItem, String notificationCauseID, String qualityTaskCodeCatalog, String qualityTaskCodeGroup, String qualityTaskCode, BigDecimal qltyTaskTimeBasedEffort, String qltyTaskTimeBasedEffortUoM, String createdByUser, LocalDate creationDate, LocalTime creationTime, String lastChangedByUser, LocalDate lastChangeDate, LocalTime lastChangeTime, String notificationType, String plant, Boolean isBusinessPurposeCompleted, QualityNotification to_QltyNotification, List<QltyNotificationTaskLongText> to_QltyNotificationTaskLongText) -
Uses of QltyNotificationTaskLongText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type QltyNotificationTaskLongTextModifier and TypeMethodDescriptionDefaultQualityNotificationService.countQltyNotificationTaskLongText()Deprecated.QualityNotificationService.countQltyNotificationTaskLongText()Deprecated.Fetch the number of entries from theQltyNotificationTaskLongTextentity collection matching the filter and search expressions.DefaultQualityNotificationService.getAllQltyNotificationTaskLongText()Deprecated.QualityNotificationService.getAllQltyNotificationTaskLongText()Deprecated.Fetch multipleQltyNotificationTaskLongTextentities.DefaultQualityNotificationService.getQltyNotificationTaskLongTextByKey(String qualityNotification, String notificationTask, String language, Short longTextInternalNumber) Deprecated.QualityNotificationService.getQltyNotificationTaskLongTextByKey(String qualityNotification, String notificationTask, String language, Short longTextInternalNumber) Deprecated.Fetch a singleQltyNotificationTaskLongTextentity using key fields.