Class QMessagingProviderMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.messaging.QMessagingProviderMetaData
- All Implemented Interfaces:
MetaDataProducerOutput
,QMetaDataObject
,TopLevelMetaDataInterface
,Serializable
- Direct Known Subclasses:
EmailMessagingProviderMetaData
,SESMessagingProviderMetaData
Base class for qqq messaging-providers. e.g., a connection to an outbound
email service, or, for example, Slack.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSelfToInstance
(QInstance qInstance) call the appropriate methods on a QInstance to add ourselves to it.getName()
Getter for namegetType()
Getter for typevoid
Setter for namevoid
Setter for typeFluent setter for nameFluent setter for type
-
Constructor Details
-
QMessagingProviderMetaData
public QMessagingProviderMetaData()
-
-
Method Details
-
getName
Getter for name- Specified by:
getName
in interfaceTopLevelMetaDataInterface
-
setName
Setter for name -
withName
Fluent setter for name -
getType
Getter for type -
setType
Setter for type -
withType
Fluent setter for type -
addSelfToInstance
Description copied from interface:MetaDataProducerOutput
call the appropriate methods on a QInstance to add ourselves to it.- Specified by:
addSelfToInstance
in interfaceMetaDataProducerOutput
- Specified by:
addSelfToInstance
in interfaceTopLevelMetaDataInterface
-