Klasse UnpublishResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.UnpublishResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UnpublishResponse
extends Object
UnpublishResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
API id of the API published.protected String
API name of the API published.protected String
API version of the API published.protected List<ServiceRegistryUnpublishResponse>
Contains unpublish status of the API for each service registry in the request. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UnpublishResponse
(String apiId, String apiName, String apiVersion, List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses) Constructs a validated instance ofUnpublishResponse
.Constructs a validated instance ofUnpublishResponse
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiId()
API id of the API published.API id of the API published.apiName()
API name of the API published.API name of the API published.API version of the API published.apiVersion
(String apiVersion) API version of the API published.builder()
protected boolean
boolean
int
hashCode()
Contains unpublish status of the API for each service registry in the request.serviceRegistryUnpublishResponses
(List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses) Contains unpublish status of the API for each service registry in the request.toString()
-
Felddetails
-
apiId
API id of the API published. -
apiName
API name of the API published. -
apiVersion
API version of the API published. -
serviceRegistryUnpublishResponses
Contains unpublish status of the API for each service registry in the request.
-
-
Konstruktordetails
-
UnpublishResponse
Constructs a validated instance ofUnpublishResponse
.- Parameter:
spec
- the specification to process
-
UnpublishResponse
@Internal public UnpublishResponse(String apiId, String apiName, String apiVersion, List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses) Constructs a validated instance ofUnpublishResponse
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UnpublishResponse(Consumer)
instead.- Parameter:
apiId
- API id of the API published.apiName
- API name of the API published.apiVersion
- API version of the API published.serviceRegistryUnpublishResponses
- Contains unpublish status of the API for each service registry in the request.
-
UnpublishResponse
protected UnpublishResponse()
-
-
Methodendetails
-
builder
-
apiId
API id of the API published. -
apiName
API name of the API published. -
apiVersion
API version of the API published. -
serviceRegistryUnpublishResponses
Contains unpublish status of the API for each service registry in the request. -
apiId
API id of the API published.- Gibt zurück:
this
.
-
apiName
API name of the API published.- Gibt zurück:
this
.
-
apiVersion
API version of the API published.- Gibt zurück:
this
.
-
serviceRegistryUnpublishResponses
public UnpublishResponse serviceRegistryUnpublishResponses(List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses) Contains unpublish status of the API for each service registry in the request.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-