Uses of Record Class
dev.getelements.elements.sdk.record.ElementServiceImplementationRecord
Packages that use ElementServiceImplementationRecord
-
Uses of ElementServiceImplementationRecord in dev.getelements.elements.sdk.record
Fields in dev.getelements.elements.sdk.record declared as ElementServiceImplementationRecordModifier and TypeFieldDescriptionstatic final ElementServiceImplementationRecord
ElementServiceImplementationRecord.DEFAULT
A singleton constant defaultElementServiceImplementation
.Methods in dev.getelements.elements.sdk.record that return ElementServiceImplementationRecordModifier and TypeMethodDescriptionElementServiceImplementationRecord.from
(ElementService elementService) Generates anElementServiceImplementationRecord
from aElementServiceImplementation
.ElementServiceImplementationRecord.from
(ElementServiceImplementation elementServiceImplementation) Generates anElementServiceImplementationRecord
from aElementServiceImplementation
.Generates theElementServiceImplementationRecord
from the suppliedClass
bearing theElementServiceImplementation
annotation.ElementServiceRecord.implementation()
Returns the value of theimplementation
record component.Constructors in dev.getelements.elements.sdk.record with parameters of type ElementServiceImplementationRecordModifierConstructorDescriptionElementServiceRecord
(ElementServiceImplementationRecord implementation, ElementServiceExportRecord export) Creates an instance of aElementServiceRecord
record class.