Uses of Enum Class
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Outbound
-
Uses of Outbound in org.linkedopenactors.rdfpub.adapter.driving.nodeinfo
Modifier and TypeMethodDescriptionstatic Outbound
static Outbound
Returns the enum constant of this class with the specified name.static Outbound[]
Outbound.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionServices.getOutbound()
The third party sites this server can publish messages to on the behalf of a user.Modifier and TypeMethodDescriptionvoid
Services.setOutbound
(List<Outbound> outbound) The third party sites this server can publish messages to on the behalf of a user.Services.withOutbound
(List<Outbound> outbound)