Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.link |
Modifier and Type | Field and Description |
---|---|
static IncidentOneToOneLink<Location> |
Incident.TO_LOCATION
Use with available fluent helpers to apply the to_Location navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.LocationBuilder.build() |
Location |
Incident.fetchLocation()
Fetches the Location entity (one to one) associated with this entity.
|
Location |
Incident.getLocationOrFetch()
Retrieval of associated Location entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<Location> |
LocationFluentHelper.getEntityClass() |
protected Class<Location> |
LocationByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<Location> |
Incident.getLocationIfPresent()
Retrieval of associated Location entity (one to one).
|
Class<Location> |
Location.getType() |
Modifier and Type | Method and Description |
---|---|
Incident.IncidentBuilder |
Incident.IncidentBuilder.location(Location value)
Navigation property to_Location for Incident to single Location.
|
void |
Incident.setLocation(Location value)
Overwrites the associated Location entity for the loaded navigation property to_Location.
|
Constructor and Description |
---|
Incident(UUID incidentUUID,
String incidentCategory,
String incidentStatus,
String incidentTitle,
ZonedDateTime incidentUTCDateTime,
String incidentLocationDescription,
UUID eHSLocationUUID,
List<Attachment> toAttachments,
List<Person> toPersons,
Location toLocation) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Location> |
LocationOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected LocationLink<ObjectT> |
LocationLink.translateLinkType(EntityLink<LocationLink<ObjectT>,Location,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.