public static class AvailabilityRecord.AvailabilityRecordBuilder extends Object
Modifier and Type | Method and Description |
---|---|
AvailabilityRecord.AvailabilityRecordBuilder |
availableQuantityInBaseUnit(BigDecimal availableQuantityInBaseUnit)
Constraints: Not nullable, Precision: 16, Scale: 3
|
AvailabilityRecord.AvailabilityRecordBuilder |
baseUnit(String baseUnit)
Constraints: Not nullable, Maximum length: 3
|
AvailabilityRecord |
build() |
AvailabilityRecord.AvailabilityRecordBuilder |
periodEndTimeZone(String periodEndTimeZone)
Constraints: Not nullable, Maximum length: 6
|
AvailabilityRecord.AvailabilityRecordBuilder |
periodEndUTCDateTime(LocalDateTime periodEndUTCDateTime)
Constraints: Not nullable, Precision: 0
|
AvailabilityRecord.AvailabilityRecordBuilder |
periodStartTimeZone(String periodStartTimeZone)
Constraints: Not nullable, Maximum length: 6
|
AvailabilityRecord.AvailabilityRecordBuilder |
periodStartUTCDateTime(LocalDateTime periodStartUTCDateTime)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
public AvailabilityRecord.AvailabilityRecordBuilder periodStartUTCDateTime(@Nullable LocalDateTime periodStartUTCDateTime)
Original property from the Odata EDM: PeriodStartUTCDateTime
To normalize local times in a UTC time stamp and make them comparable, they must be converted using their time
zone and the ABAP command convert.Although the time zone for the conversion can be fetched from customizing or
master data, you should save it redundantly.The internal structure of the UTC time stamp is logically divided
into a date and time part in packed number format
periodStartUTCDateTime
- public AvailabilityRecord.AvailabilityRecordBuilder periodStartTimeZone(@Nullable String periodStartTimeZone)
Original property from the Odata EDM: PeriodStartTimeZone
The basic field assignments describeThe time difference of the time zone in hours/minutes relative to the UTCThe beginning and end of summer timeOn the basis of these field assignments, you do not need to use different time zones for summer and winder time, nor are these appropriate.It is possible to convert local times between the local time and a UTC time stamp using the ABAP command convert. The parameters are always the local time (date and time), the time zone, and the UTC time stamp.
periodStartTimeZone
- public AvailabilityRecord.AvailabilityRecordBuilder periodEndUTCDateTime(@Nullable LocalDateTime periodEndUTCDateTime)
Original property from the Odata EDM: PeriodEndUTCDateTime
To normalize local times in a UTC time stamp and make them comparable, they must be converted using their time
zone and the ABAP command convert.Although the time zone for the conversion can be fetched from customizing or
master data, you should save it redundantly.The internal structure of the UTC time stamp is logically divided
into a date and time part in packed number format
periodEndUTCDateTime
- public AvailabilityRecord.AvailabilityRecordBuilder periodEndTimeZone(@Nullable String periodEndTimeZone)
Original property from the Odata EDM: PeriodEndTimeZone
The basic field assignments describeThe time difference of the time zone in hours/minutes relative to the UTCThe beginning and end of summer timeOn the basis of these field assignments, you do not need to use different time zones for summer and winder time, nor are these appropriate.It is possible to convert local times between the local time and a UTC time stamp using the ABAP command convert. The parameters are always the local time (date and time), the time zone, and the UTC time stamp.
periodEndTimeZone
- public AvailabilityRecord.AvailabilityRecordBuilder availableQuantityInBaseUnit(@Nullable BigDecimal availableQuantityInBaseUnit)
Original property from the Odata EDM: AvailableQuantityInBaseUnit
availableQuantityInBaseUnit
- public AvailabilityRecord.AvailabilityRecordBuilder baseUnit(@Nullable String baseUnit)
Original property from the Odata EDM: BaseUnit
baseUnit
- public AvailabilityRecord build()
Copyright © 2019 SAP SE. All rights reserved.