Class SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceorder.SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder
- Enclosing class:
- SrvcOrdItemAppointment
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceOrder(String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10serviceOrderItem(String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6srvcDocAppointmentType(String srvcDocAppointmentType) (Key Field) Constraints: Not nullable, Maximum length: 12srvcDocApptEndDateTime(ZonedDateTime srvcDocApptEndDateTime) Constraints: Not nullable, Precision: 0srvcDocApptStartDateTime(ZonedDateTime srvcDocApptStartDateTime) Constraints: Not nullable, Precision: 0toString()
-
Method Details
-
serviceOrder
@Nonnull public SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder serviceOrder(@Nullable String serviceOrder) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Returns:
this.
-
serviceOrderItem
@Nonnull public SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder serviceOrderItem(@Nullable String serviceOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceOrderItem
- Returns:
this.
-
srvcDocAppointmentType
@Nonnull public SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder srvcDocAppointmentType(@Nullable String srvcDocAppointmentType) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocAppointmentType
- Returns:
this.
-
srvcDocApptStartDateTime
@Nonnull public SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder srvcDocApptStartDateTime(@Nullable ZonedDateTime srvcDocApptStartDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptStartDateTime
- Returns:
this.
-
srvcDocApptEndDateTime
@Nonnull public SrvcOrdItemAppointment.SrvcOrdItemAppointmentBuilder srvcDocApptEndDateTime(@Nullable ZonedDateTime srvcDocApptEndDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptEndDateTime
- Returns:
this.
-
build
-
toString
-