Klasse UnpublishInfo

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

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

    • apiId

      protected String apiId
      API id for the API to be unpublished. This field is required.
    • serviceRegistryIds

      protected List<String> serviceRegistryIds
      List of ids of the service registries from which the API has to be unpublished. This field is required.
  • Konstruktordetails

    • UnpublishInfo

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

      @Internal public UnpublishInfo(String apiId, List<String> serviceRegistryIds)
      Constructs a validated instance of UnpublishInfo.

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

      Parameter:
      apiId - API id for the API to be unpublished. This field is required.
      serviceRegistryIds - List of ids of the service registries from which the API has to be unpublished. This field is required.
    • UnpublishInfo

      protected UnpublishInfo()
  • Methodendetails

    • builder

      public static UnpublishInfo.UnpublishInfoBuilder builder()
    • apiId

      public String apiId()
      API id for the API to be unpublished. This field is required.
    • serviceRegistryIds

      public List<String> serviceRegistryIds()
      List of ids of the service registries from which the API has to be unpublished. This field is required.
    • apiId

      public UnpublishInfo apiId(String apiId)
      API id for the API to be unpublished. This field is required.
      Gibt zurück:
      this.
    • serviceRegistryIds

      public UnpublishInfo serviceRegistryIds(List<String> serviceRegistryIds)
      List of ids of the service registries from which the API has to be unpublished. This field is required.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object