Klasse UserGroups
java.lang.Object
io.github.primelib.jira4j.restv2.model.UserGroups
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UserGroups
extends Object
UserGroups
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UserGroups
(Object callback, List<GroupName> items, Integer maxResults, Object pagingCallback, Integer size) Constructs a validated instance ofUserGroups
.UserGroups
(Consumer<UserGroups> spec) Constructs a validated instance ofUserGroups
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic UserGroups.UserGroupsBuilder
builder()
callback()
protected boolean
boolean
int
hashCode()
items()
maxResults
(Integer maxResults) pagingCallback
(Object pagingCallback) size()
toString()
-
Felddetails
-
callback
-
items
-
maxResults
-
pagingCallback
-
size
-
-
Konstruktordetails
-
UserGroups
Constructs a validated instance ofUserGroups
.- Parameter:
spec
- the specification to process
-
UserGroups
@Internal public UserGroups(Object callback, List<GroupName> items, Integer maxResults, Object pagingCallback, Integer size) Constructs a validated instance ofUserGroups
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UserGroups(Consumer)
instead.- Parameter:
callback
- callbackitems
- itemsmaxResults
- maxResultspagingCallback
- pagingCallbacksize
- size
-
UserGroups
protected UserGroups()
-
-
Methodendetails
-
builder
-
callback
-
items
-
maxResults
-
pagingCallback
-
size
-
callback
- Gibt zurück:
this
.
-
items
- Gibt zurück:
this
.
-
maxResults
- Gibt zurück:
this
.
-
pagingCallback
- Gibt zurück:
this
.
-
size
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-