Klasse WebhooksExpirationDate
java.lang.Object
io.github.primelib.jira4j.restv2.model.WebhooksExpirationDate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WebhooksExpirationDate
extends Object
WebhooksExpirationDate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Long
The expiration date of all the refreshed webhooks. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WebhooksExpirationDate
(Long expirationDate) Constructs a validated instance ofWebhooksExpirationDate
.Constructs a validated instance ofWebhooksExpirationDate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
expirationDate
The expiration date of all the refreshed webhooks.
-
-
Konstruktordetails
-
WebhooksExpirationDate
Constructs a validated instance ofWebhooksExpirationDate
.- Parameter:
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.- Parameter:
expirationDate
- The expiration date of all the refreshed webhooks.
-
WebhooksExpirationDate
protected WebhooksExpirationDate()
-
-
Methodendetails
-
builder
-
expirationDate
The expiration date of all the refreshed webhooks. -
expirationDate
The expiration date of all the refreshed webhooks.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-