Class WebhooksExpirationDate
java.lang.Object
io.github.primelib.jira4j.restv3.model.WebhooksExpirationDate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WebhooksExpirationDate
extends Object
WebhooksExpirationDate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
The expiration date of all the refreshed webhooks. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WebhooksExpirationDate
(Long expirationDate) Constructs a validated instance ofWebhooksExpirationDate
.Constructs a validated instance ofWebhooksExpirationDate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The expiration date of all the refreshed webhooks.expirationDate
(Long expirationDate) The expiration date of all the refreshed webhooks.int
hashCode()
toString()
-
Field Details
-
expirationDate
The expiration date of all the refreshed webhooks.
-
-
Constructor Details
-
WebhooksExpirationDate
Constructs a validated instance ofWebhooksExpirationDate
.- Parameters:
spec
- the specification to process
-
WebhooksExpirationDate
Constructs a validated instance ofWebhooksExpirationDate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WebhooksExpirationDate(Consumer)
instead.- Parameters:
expirationDate
- The expiration date of all the refreshed webhooks.
-
WebhooksExpirationDate
protected WebhooksExpirationDate()
-
-
Method Details
-
builder
-
expirationDate
The expiration date of all the refreshed webhooks. -
expirationDate
The expiration date of all the refreshed webhooks.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-