Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Location
Packages that use Location
Package
Description
-
Uses of Location in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with type parameters of type LocationModifier and TypeFieldDescriptionstatic final IncidentOneToOneLink<Location>Incident.TO_LOCATIONUse with available fluent helpers to apply the to_Location navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return LocationModifier and TypeMethodDescriptionLocation.LocationBuilder.build()Incident.fetchLocation()Fetches the Location entity (one to one) associated with this entity.Incident.getLocationOrFetch()Retrieval of associated Location entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationByKeyFluentHelper.getEntityClass()LocationFluentHelper.getEntityClass()io.vavr.control.Option<Location>Incident.getLocationIfPresent()Retrieval of associated Location entity (one to one).Location.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with parameters of type LocationModifier and TypeMethodDescriptionNavigation property to_Location for Incident to single Location.voidIncident.setLocation(Location value) Overwrites the associated Location entity for the loaded navigation property to_Location.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with parameters of type LocationModifierConstructorDescriptionIncident(String incidentID, Boolean filterByCurrentUser, UUID incidentUUID, ZonedDateTime incidentUTCDateTime, String incidentTitle, String incidentStatus, String incidentLocationDescription, String incidentDescriptionOfEvents, String incidentCategory, UUID eHSLocationUUID, Location toLocation, List<Person> toPersons, List<Attachment> toAttachments) -
Uses of Location in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.link that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.link with type arguments of type LocationModifier and TypeMethodDescriptionprotected LocationLink<ObjectT>LocationLink.translateLinkType(EntityLink<LocationLink<ObjectT>, Location, ObjectT> link)