Klasse ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
extends Object
ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected OffsetDateTime
Indicates the date and time the License was allocated to the Userprotected UserReference
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
(UserReference user, ListLicenseAllocations200ResponseAllOfLicenseAllocationsInnerLicense license, OffsetDateTime allocatedAt) Constructs a validated instance ofListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
.ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
(Consumer<ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner> spec) Constructs a validated instance ofListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIndicates the date and time the License was allocated to the UserallocatedAt
(OffsetDateTime allocatedAt) Indicates the date and time the License was allocated to the Userbuilder()
protected boolean
boolean
int
hashCode()
license()
toString()
user()
user
(UserReference user)
-
Felddetails
-
user
-
license
-
allocatedAt
Indicates the date and time the License was allocated to the User
-
-
Konstruktordetails
-
ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
public ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner(Consumer<ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner> spec) Constructs a validated instance ofListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
.- Parameter:
spec
- the specification to process
-
ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
@Internal public ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner(UserReference user, ListLicenseAllocations200ResponseAllOfLicenseAllocationsInnerLicense license, OffsetDateTime allocatedAt) Constructs a validated instance ofListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner(Consumer)
instead.- Parameter:
user
- userlicense
- licenseallocatedAt
- Indicates the date and time the License was allocated to the User
-
ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner
protected ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner()
-
-
Methodendetails
-
builder
-
user
-
license
-
allocatedAt
Indicates the date and time the License was allocated to the User -
user
- Gibt zurück:
this
.
-
license
public ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner license(ListLicenseAllocations200ResponseAllOfLicenseAllocationsInnerLicense license) - Gibt zurück:
this
.
-
allocatedAt
public ListLicenseAllocations200ResponseAllOfLicenseAllocationsInner allocatedAt(OffsetDateTime allocatedAt) Indicates the date and time the License was allocated to the User- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-