-
public final class clientMessageConverterKt
-
-
Method Summary
Modifier and Type Method Description final ClientAttachmentTypetoClientAttachmentType(SendAttachment.AttachmentType $self)final SendAttachment.AttachmentTypetoAttachmentType(ClientAttachmentType $self)final ClientLocationtoClientLocation(Location $self)final LocationtoLocation(ClientLocation $self)final ClientConnectorTypetoClientConnectorType(ConnectorType $self)final ConnectorTypetoConnectorType(ClientConnectorType $self)final ClientUserInterfaceTypetoClientUserInterfaceType(UserInterfaceType $self)final UserInterfaceTypetoUserInterfaceType(ClientUserInterfaceType $self)final ClientMessagetoClientMessage(Message $self)final MessagetoMessage(ClientMessage $self)final ClientGenericMessagetoClientSentenceElement(GenericMessage $self)final GenericMessagetoSentenceElement(ClientGenericMessage $self)final ClientGenericElementtoClientSentenceSubElement(GenericElement $self)final GenericElementtoSentenceSubElement(ClientGenericElement $self)-
-
Method Detail
-
toClientAttachmentType
final ClientAttachmentType toClientAttachmentType(SendAttachment.AttachmentType $self)
-
toAttachmentType
final SendAttachment.AttachmentType toAttachmentType(ClientAttachmentType $self)
-
toClientLocation
final ClientLocation toClientLocation(Location $self)
-
toLocation
final Location toLocation(ClientLocation $self)
-
toClientConnectorType
final ClientConnectorType toClientConnectorType(ConnectorType $self)
-
toConnectorType
final ConnectorType toConnectorType(ClientConnectorType $self)
-
toClientUserInterfaceType
final ClientUserInterfaceType toClientUserInterfaceType(UserInterfaceType $self)
-
toUserInterfaceType
final UserInterfaceType toUserInterfaceType(ClientUserInterfaceType $self)
-
toClientMessage
final ClientMessage toClientMessage(Message $self)
-
toMessage
final Message toMessage(ClientMessage $self)
-
toClientSentenceElement
final ClientGenericMessage toClientSentenceElement(GenericMessage $self)
-
toSentenceElement
final GenericMessage toSentenceElement(ClientGenericMessage $self)
-
toClientSentenceSubElement
final ClientGenericElement toClientSentenceSubElement(GenericElement $self)
-
toSentenceSubElement
final GenericElement toSentenceSubElement(ClientGenericElement $self)
-
-
-
-