Class SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.serviceconfirmation.SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder
- Enclosing class:
- SrvcConfItemAppointment
-
Method Summary
Modifier and TypeMethodDescriptionbuild()serviceConfirmation(String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10serviceConfirmationItem(String serviceConfirmationItem) (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
-
serviceConfirmation
@Nonnull public SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder serviceConfirmation(@Nullable String serviceConfirmation) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceConfirmation
- Returns:
this.
-
serviceConfirmationItem
@Nonnull public SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder serviceConfirmationItem(@Nullable String serviceConfirmationItem) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ServiceConfirmationItem
- Returns:
this.
-
srvcDocAppointmentType
@Nonnull public SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder srvcDocAppointmentType(@Nullable String srvcDocAppointmentType) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SrvcDocAppointmentType
- Returns:
this.
-
srvcDocApptStartDateTime
@Nonnull public SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder srvcDocApptStartDateTime(@Nullable ZonedDateTime srvcDocApptStartDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptStartDateTime
- Returns:
this.
-
srvcDocApptEndDateTime
@Nonnull public SrvcConfItemAppointment.SrvcConfItemAppointmentBuilder srvcDocApptEndDateTime(@Nullable ZonedDateTime srvcDocApptEndDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: SrvcDocApptEndDateTime
- Returns:
this.
-
build
-
toString
-