java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.InputPublish

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class InputPublish extends Object
InputPublish
  • Felddetails

    • communities

      protected List<String> communities
    • endpoints

      protected List<String> endpoints
    • portalGatewayId

      protected String portalGatewayId
  • Konstruktordetails

    • InputPublish

      public InputPublish(Consumer<InputPublish> spec)
      Constructs a validated instance of InputPublish.
      Parameter:
      spec - the specification to process
    • InputPublish

      @Internal public InputPublish(List<String> communities, List<String> endpoints, String portalGatewayId)
      Constructs a validated instance of InputPublish.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using InputPublish(Consumer) instead.

      Parameter:
      communities - communities
      endpoints - endpoints
      portalGatewayId - portalGatewayId
    • InputPublish

      protected InputPublish()
  • Methodendetails