Klasse UnpublishInfo
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.UnpublishInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UnpublishInfo
extends Object
UnpublishInfo
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
API id for the API to be unpublished.List of ids of the service registries from which the API has to be unpublished. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UnpublishInfo
(String apiId, List<String> serviceRegistryIds) Constructs a validated instance ofUnpublishInfo
.UnpublishInfo
(Consumer<UnpublishInfo> spec) Constructs a validated instance ofUnpublishInfo
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiId()
API id for the API to be unpublished.API id for the API to be unpublished.builder()
protected boolean
boolean
int
hashCode()
List of ids of the service registries from which the API has to be unpublished.serviceRegistryIds
(List<String> serviceRegistryIds) List of ids of the service registries from which the API has to be unpublished.toString()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
UnpublishInfo
Constructs a validated instance ofUnpublishInfo
.- Parameter:
spec
- the specification to process
-
UnpublishInfo
Constructs a validated instance ofUnpublishInfo
.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
-
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. -
apiId
API id for the API to be unpublished. This field is required.- Gibt zurück:
this
.
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-