Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.Person
Packages that use Person
Package
Description
-
Uses of Person 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 PersonModifier and TypeFieldDescriptionstatic final IncidentLink<Person>Incident.TO_PERSONSUse with available fluent helpers to apply the to_Persons navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return PersonModifier and TypeMethodDescriptionPerson.PersonBuilder.build()protected PersonPersonCreateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return types with arguments of type PersonModifier and TypeMethodDescriptionIncident.fetchPersons()Fetches the Person entities (one to many) associated with this entity.Incident.getPersonsIfPresent()Retrieval of associated Person entities (one to many).Incident.getPersonsOrFetch()Retrieval of associated Person entities (one to many).Person.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with parameters of type PersonModifier and TypeMethodDescriptionvoidIncident.addPersons(Person... entity) Adds elements to the list of associated Person entities.Navigation property to_Persons for Incident to multiple Person.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with type arguments of type PersonModifier and TypeMethodDescriptionvoidIncident.setPersons(List<Person> value) Overwrites the list of associated Person entities for the loaded navigation property to_Persons.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with parameters of type PersonModifierConstructorDescriptionPersonCreateFluentHelper(String servicePath, Person entity, String entityCollection) Creates a fluent helper object that will create aPersonentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate with type arguments of type PersonModifierConstructorDescriptionIncident(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 Person in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.batch with parameters of type PersonModifier and TypeMethodDescriptionDefaultEHSIncidentCreateServiceBatchChangeSet.createPerson(Person person) EHSIncidentCreateServiceBatchChangeSet.createPerson(Person person) Create a newPersonentity and save it to the S/4HANA system. -
Uses of Person 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 PersonModifier and TypeMethodDescriptionPersonOneToOneLink.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 PersonModifier and TypeMethodDescriptionprotected PersonLink<ObjectT>PersonLink.translateLinkType(EntityLink<PersonLink<ObjectT>, Person, ObjectT> link) -
Uses of Person in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PersonModifier and TypeMethodDescriptionDefaultEHSIncidentCreateService.createPerson(Person person) Deprecated.EHSIncidentCreateService.createPerson(Person person) Deprecated.Create a newPersonentity and save it to the S/4HANA system.