Class Location.LocationBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Location.LocationBuilder
- Enclosing class:
- Location
-
Method Summary
Modifier and TypeMethodDescriptionbuild()locationLatitude(BigDecimal locationLatitude) Constraints: Not nullable, Precision: 15, Scale: 12locationLongtitude(BigDecimal locationLongtitude) Constraints: Not nullable, Precision: 15, Scale: 12locationName(String locationName) Constraints: Not nullable, Maximum length: 60locationType(String locationType) Constraints: Not nullable, Maximum length: 40locationUUID(UUID locationUUID) (Key Field) Constraints: Not nullabletoString()
-
Method Details
-
locationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: LocationUUID
- Returns:
this.
-
locationName
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: LocationName
- Returns:
this.
-
locationType
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: LocationType
- Returns:
this.
-
locationLatitude
Constraints: Not nullable, Precision: 15, Scale: 12Original property name from the Odata EDM: LocationLatitude
- Returns:
this.
-
locationLongtitude
@Nonnull public Location.LocationBuilder locationLongtitude(@Nullable BigDecimal locationLongtitude) Constraints: Not nullable, Precision: 15, Scale: 12Original property name from the Odata EDM: LocationLongtitude
- Returns:
this.
-
build
-
toString
-