Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate.field.AttachmentField
Packages that use AttachmentField
-
Uses of AttachmentField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate declared as AttachmentFieldModifier and TypeFieldDescriptionstatic final AttachmentField<UUID>Attachment.ATTACHMENT_DOCUMENT_UUIDUse with available fluent helpers to apply the AttachmentDocumentUUID field to query operations.static final AttachmentField<String>Attachment.FILE_NAMEUse with available fluent helpers to apply the FileName field to query operations.static final AttachmentField<String>Attachment.MIME_TYPEUse with available fluent helpers to apply the MimeType field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.ehsincidentcreate that return AttachmentFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
AttachmentField<T>Attachment.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> AttachmentField<T>Use with available fluent helpers to apply an extension field to query operations.