Class UserGroups
java.lang.Object
io.github.primelib.jira4j.restv3.model.UserGroups
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UserGroups
extends Object
UserGroups
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
. -
Method Summary
Modifier and TypeMethodDescriptionstatic UserGroups.UserGroupsBuilder
builder()
callback()
protected boolean
boolean
int
hashCode()
items()
maxResults
(Integer maxResults) pagingCallback
(Object pagingCallback) size()
toString()
-
Field Details
-
callback
-
items
-
maxResults
-
pagingCallback
-
size
-
-
Constructor Details
-
UserGroups
Constructs a validated instance ofUserGroups
.- Parameters:
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.- Parameters:
callback
- callbackitems
- itemsmaxResults
- maxResultspagingCallback
- pagingCallbacksize
- size
-
UserGroups
protected UserGroups()
-
-
Method Details
-
builder
-
callback
-
items
-
maxResults
-
pagingCallback
-
size
-
callback
- Returns:
this
.
-
items
- Returns:
this
.
-
maxResults
- Returns:
this
.
-
pagingCallback
- Returns:
this
.
-
size
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-