Klasse PublishResponse

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

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

    • apiId

      protected String apiId
      API id of the API published.
    • apiName

      protected String apiName
      API name of the API published.
    • apiVersion

      protected String apiVersion
      API version of the API published.
    • integrationServerPublishResponses

      protected List<IntegrationServerPublishResponse> integrationServerPublishResponses
    • serviceRegistryPublishResponses

      protected List<ServiceRegistryPublishResponse> serviceRegistryPublishResponses
      Contains publish status of the API for each service registry in the request.
  • Konstruktordetails

    • PublishResponse

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

      @Internal public PublishResponse(String apiId, String apiName, String apiVersion, List<IntegrationServerPublishResponse> integrationServerPublishResponses, List<ServiceRegistryPublishResponse> serviceRegistryPublishResponses)
      Constructs a validated instance of PublishResponse.

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

      Parameter:
      apiId - API id of the API published.
      apiName - API name of the API published.
      apiVersion - API version of the API published.
      integrationServerPublishResponses - integrationServerPublishResponses
      serviceRegistryPublishResponses - Contains publish status of the API for each service registry in the request.
    • PublishResponse

      protected PublishResponse()
  • Methodendetails