Klasse ServiceRegistryResourceServicesGetOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ServiceRegistryResourceServicesGetOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServiceRegistryResourceServicesGetOperationSpec
extends Object
ServiceRegistryResourceServicesGetSpec
Specification for the ServiceRegistryResourceServicesGet operation.
Retrieve the attributes of service registries
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ServiceRegistryResourceServicesGetOperationSpec
(Consumer<ServiceRegistryResourceServicesGetOperationSpec> spec) Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec
.ServiceRegistryResourceServicesGetOperationSpec
(List<String> serviceIds) Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of the services (the strings starting with "b:" need to be decoded in Base64).serviceIds
(@NotNull List<String> serviceIds) The ID of the services (the strings starting with "b:" need to be decoded in Base64).toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
ServiceRegistryResourceServicesGetOperationSpec
@Internal public ServiceRegistryResourceServicesGetOperationSpec(Consumer<ServiceRegistryResourceServicesGetOperationSpec> spec) Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec
.- Parameter:
spec
- the specification to process
-
ServiceRegistryResourceServicesGetOperationSpec
Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
serviceIds
- The ID of the services (the strings starting with "b:" need to be decoded in Base64).
-
ServiceRegistryResourceServicesGetOperationSpec
protected ServiceRegistryResourceServicesGetOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
serviceIds
The ID of the services (the strings starting with "b:" need to be decoded in Base64). -
serviceIds
public ServiceRegistryResourceServicesGetOperationSpec serviceIds(@NotNull @NotNull List<String> serviceIds) The ID of the services (the strings starting with "b:" need to be decoded in Base64).- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-