Class SimpleListWrapperGroupName
java.lang.Object
io.github.primelib.jira4j.restv3.model.SimpleListWrapperGroupName
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SimpleListWrapperGroupName
extends Object
SimpleListWrapperGroupName
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SimpleListWrapperGroupName
(Object callback, List<GroupName> items, Integer maxResults, Object pagingCallback, Integer size) Constructs a validated instance ofSimpleListWrapperGroupName
.Constructs a validated instance ofSimpleListWrapperGroupName
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
callback()
protected boolean
boolean
int
hashCode()
items()
maxResults
(Integer maxResults) pagingCallback
(Object pagingCallback) size()
toString()
-
Field Details
-
callback
-
items
-
maxResults
-
pagingCallback
-
size
-
-
Constructor Details
-
SimpleListWrapperGroupName
Constructs a validated instance ofSimpleListWrapperGroupName
.- Parameters:
spec
- the specification to process
-
SimpleListWrapperGroupName
@Internal public SimpleListWrapperGroupName(Object callback, List<GroupName> items, Integer maxResults, Object pagingCallback, Integer size) Constructs a validated instance ofSimpleListWrapperGroupName
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SimpleListWrapperGroupName(Consumer)
instead.- Parameters:
callback
- callbackitems
- itemsmaxResults
- maxResultspagingCallback
- pagingCallbacksize
- size
-
SimpleListWrapperGroupName
protected SimpleListWrapperGroupName()
-
-
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
-