Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.field.SrvcOrdAppointmentField
Packages that use SrvcOrdAppointmentField
-
Uses of SrvcOrdAppointmentField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder declared as SrvcOrdAppointmentFieldModifier and TypeFieldDescriptionstatic final SrvcOrdAppointmentField<String>SrvcOrdAppointment.SERVICE_ORDERUse with available fluent helpers to apply the ServiceOrder field to query operations.static final SrvcOrdAppointmentField<String>SrvcOrdAppointment.SRVC_DOC_APPOINTMENT_TYPEUse with available fluent helpers to apply the SrvcDocAppointmentType field to query operations.static final SrvcOrdAppointmentField<ZonedDateTime>SrvcOrdAppointment.SRVC_DOC_APPT_END_DATE_TIMEUse with available fluent helpers to apply the SrvcDocApptEndDateTime field to query operations.static final SrvcOrdAppointmentField<ZonedDateTime>SrvcOrdAppointment.SRVC_DOC_APPT_START_DATE_TIMEUse with available fluent helpers to apply the SrvcDocApptStartDateTime field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder that return SrvcOrdAppointmentFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
SrvcOrdAppointmentField<T>SrvcOrdAppointment.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SrvcOrdAppointmentField<T>Use with available fluent helpers to apply an extension field to query operations.