Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.field.PersonField
Packages that use PersonField
-
Uses of PersonField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate declared as PersonFieldModifier and TypeFieldDescriptionstatic final PersonField<String>Person.PERSON_FULL_NAMEUse with available fluent helpers to apply the PersonFullName field to query operations.static final PersonField<String>Person.PERSON_IDUse with available fluent helpers to apply the PersonId field to query operations.static final PersonField<String>Person.PERSON_INVOLVED_ROLEUse with available fluent helpers to apply the PersonInvolvedRole field to query operations.static final PersonField<UUID>Person.PERSON_INVOLVED_UUIDUse with available fluent helpers to apply the PersonInvolvedUUID field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return PersonFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
PersonField<T>Person.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> PersonField<T>Use with available fluent helpers to apply an extension field to query operations.