Uses of Enum Class
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Inbound
-
Uses of Inbound in org.linkedopenactors.rdfpub.adapter.driving.nodeinfo
Modifier and TypeMethodDescriptionstatic Inbound
static Inbound
Returns the enum constant of this class with the specified name.static Inbound[]
Inbound.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionServices.getInbound()
The third party sites this server can retrieve messages from for combined display with regular traffic.Modifier and TypeMethodDescriptionvoid
Services.setInbound
(List<Inbound> inbound) The third party sites this server can retrieve messages from for combined display with regular traffic.Services.withInbound
(List<Inbound> inbound)