Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan.field.MaintenancePlanScheduleField
Packages that use MaintenancePlanScheduleField
-
Uses of MaintenancePlanScheduleField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan declared as MaintenancePlanScheduleFieldModifier and TypeFieldDescriptionstatic final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.COMPLETION_DATEUse with available fluent helpers to apply the CompletionDate field to query operations.static final MaintenancePlanScheduleField<LocalTime>MaintenancePlanSchedule.COMPLETION_TIMEUse with available fluent helpers to apply the CompletionTime field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.CYCLE_SET_SEQUENCEUse with available fluent helpers to apply the CycleSetSequence field to query operations.static final MaintenancePlanScheduleField<Double>MaintenancePlanSchedule.MAINT_CALL_COMPLTN_CNTR_RDNGUse with available fluent helpers to apply the MaintCallCompltnCntrRdng field to query operations.static final MaintenancePlanScheduleField<Boolean>MaintenancePlanSchedule.MAINT_CALL_HORIZON_IS_NOT_REACHEDUse with available fluent helpers to apply the MaintCallHorizonIsNotReached field to query operations.static final MaintenancePlanScheduleField<Boolean>MaintenancePlanSchedule.MAINT_CALL_IS_INVOKED_ON_PLND_DATEUse with available fluent helpers to apply the MaintCallIsInvokedOnPlndDate field to query operations.static final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.MAINT_PLAN_LAST_SCHEDULED_DATEUse with available fluent helpers to apply the MaintPlanLastScheduledDate field to query operations.static final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.MAINT_PLAN_PRDCSSR_CALL_COMPLTN_DTEUse with available fluent helpers to apply the MaintPlanPrdcssrCallCompltnDte field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.MAINT_PLN_CNCTNTD_DUE_PACKAGES_TXTUse with available fluent helpers to apply the MaintPlnCnctntdDuePackagesTxt field to query operations.static final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.MAINTENANCE_CALL_DATEUse with available fluent helpers to apply the MaintenanceCallDate field to query operations.static final MaintenancePlanScheduleField<Boolean>MaintenancePlanSchedule.MAINTENANCE_CALL_IS_OUTSTANDINGUse with available fluent helpers to apply the MaintenanceCallIsOutstanding field to query operations.static final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.MAINTENANCE_CALL_LAST_PLANNED_DATEUse with available fluent helpers to apply the MaintenanceCallLastPlannedDate field to query operations.static final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.MAINTENANCE_CALL_NEXT_PLANNED_DATEUse with available fluent helpers to apply the MaintenanceCallNextPlannedDate field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.MAINTENANCE_PACKAGEUse with available fluent helpers to apply the MaintenancePackage field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.MAINTENANCE_PLANUse with available fluent helpers to apply the MaintenancePlan field to query operations.static final MaintenancePlanScheduleField<Integer>MaintenancePlanSchedule.MAINTENANCE_PLAN_CALL_NUMBERUse with available fluent helpers to apply the MaintenancePlanCallNumber field to query operations.static final MaintenancePlanScheduleField<LocalDateTime>MaintenancePlanSchedule.MAINTENANCE_PLAN_MANUAL_CALL_DATEUse with available fluent helpers to apply the MaintenancePlanManualCallDate field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.MAINTENANCE_TASK_PERFORMANCE_UNITUse with available fluent helpers to apply the MaintenanceTaskPerformanceUnit field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.MEASURING_POINTUse with available fluent helpers to apply the MeasuringPoint field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.RELEASED_BY_USER_NAMEUse with available fluent helpers to apply the ReleasedByUserName field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.SCHEDULING_STATUSUse with available fluent helpers to apply the SchedulingStatus field to query operations.static final MaintenancePlanScheduleField<String>MaintenancePlanSchedule.SCHEDULING_TYPEUse with available fluent helpers to apply the SchedulingType field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenanceplan that return MaintenancePlanScheduleFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
MaintenancePlanScheduleField<T>MaintenancePlanSchedule.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> MaintenancePlanScheduleField<T>Use with available fluent helpers to apply an extension field to query operations.