java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Services

public class Services extends Object
The third party sites this server can connect to via their application API.
  • Constructor Details

    • Services

      public Services()
  • Method Details

    • getInbound

      public List<Inbound> getInbound()
      The third party sites this server can retrieve messages from for combined display with regular traffic. (Required)
    • setInbound

      public void setInbound(List<Inbound> inbound)
      The third party sites this server can retrieve messages from for combined display with regular traffic. (Required)
    • withInbound

      public Services withInbound(List<Inbound> inbound)
    • getOutbound

      public List<Outbound> getOutbound()
      The third party sites this server can publish messages to on the behalf of a user. (Required)
    • setOutbound

      public void setOutbound(List<Outbound> outbound)
      The third party sites this server can publish messages to on the behalf of a user. (Required)
    • withOutbound

      public Services withOutbound(List<Outbound> outbound)