Class GetApproximateApplicationLicenseCountOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv3.spec.GetApproximateApplicationLicenseCountOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetApproximateApplicationLicenseCountOperationSpec
extends Object
GetApproximateApplicationLicenseCountSpec
Specification for the GetApproximateApplicationLicenseCount operation.
Get approximate application license count
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetApproximateApplicationLicenseCountOperationSpec
(String applicationKey) Constructs a validated instance ofGetApproximateApplicationLicenseCountOperationSpec
.GetApproximateApplicationLicenseCountOperationSpec
(Consumer<GetApproximateApplicationLicenseCountOperationSpec> spec) Constructs a validated instance ofGetApproximateApplicationLicenseCountOperationSpec
. -
Method Summary
Modifier and TypeMethodDescription@NotNull String
The ID of the application, represents a specific version of Jira.applicationKey
(@NotNull String applicationKey) The ID of the application, represents a specific version of Jira.builder()
protected boolean
boolean
int
hashCode()
toString()
void
validate()
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
-
GetApproximateApplicationLicenseCountOperationSpec
@Internal public GetApproximateApplicationLicenseCountOperationSpec(Consumer<GetApproximateApplicationLicenseCountOperationSpec> spec) Constructs a validated instance ofGetApproximateApplicationLicenseCountOperationSpec
.- Parameters:
spec
- the specification to process
-
GetApproximateApplicationLicenseCountOperationSpec
Constructs a validated instance ofGetApproximateApplicationLicenseCountOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
applicationKey
- The ID of the application, represents a specific version of Jira.
-
GetApproximateApplicationLicenseCountOperationSpec
protected GetApproximateApplicationLicenseCountOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
applicationKey
The ID of the application, represents a specific version of Jira. -
applicationKey
public GetApproximateApplicationLicenseCountOperationSpec applicationKey(@NotNull @NotNull String applicationKey) The ID of the application, represents a specific version of Jira.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-