Class 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Booleanallows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServiceRegistryResourceServicesGetOperationSpec(Consumer<ServiceRegistryResourceServicesGetOperationSpec> spec) Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec.ServiceRegistryResourceServicesGetOperationSpec(List<String> serviceIds) Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()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()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
ServiceRegistryResourceServicesGetOperationSpec
@Internal public ServiceRegistryResourceServicesGetOperationSpec(Consumer<ServiceRegistryResourceServicesGetOperationSpec> spec) Constructs a validated instance ofServiceRegistryResourceServicesGetOperationSpec.- Parameters:
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.
- Parameters:
serviceIds- The ID of the services (the strings starting with "b:" need to be decoded in Base64).
-
ServiceRegistryResourceServicesGetOperationSpec
protected ServiceRegistryResourceServicesGetOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
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).- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-