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