Uses of Record Class
dev.getelements.elements.sdk.record.ElementServiceExportRecord
Packages that use ElementServiceExportRecord
-
Uses of ElementServiceExportRecord in dev.getelements.elements.sdk.record
Methods in dev.getelements.elements.sdk.record that return ElementServiceExportRecordModifier and TypeMethodDescriptionElementServiceRecord.export()
Returns the value of theexport
record component.static ElementServiceExportRecord
Creates aElementServiceExportRecord
from the suppliedClass<?>
.static ElementServiceExportRecord
ElementServiceExportRecord.fromClassAndExport
(Class<?> aClass, ElementServiceExport elementServiceExport) Constructors in dev.getelements.elements.sdk.record with parameters of type ElementServiceExportRecordModifierConstructorDescriptionElementServiceRecord
(ElementServiceImplementationRecord implementation, ElementServiceExportRecord export) Creates an instance of aElementServiceRecord
record class.