Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate |
Modifier and Type | Field and Description |
---|---|
static PersonField<String> |
Person.PERSON_FULL_NAME
Use with available fluent helpers to apply the PersonFullName field to query operations.
|
static PersonField<String> |
Person.PERSON_INVOLVED_ROLE
Use with available fluent helpers to apply the PersonInvolvedRole field to query operations.
|
static PersonField<UUID> |
Person.PERSON_INVOLVED_UUID
Use with available fluent helpers to apply the PersonInvolvedUUID field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> PersonField<T> |
Person.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
Person.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2021 SAP SE. All rights reserved.