Class GetWorkflowTransitionRuleConfigurationsRequestSession
java.lang.Object
io.github.primelib.jira4j.restv3.model.GetWorkflowTransitionRuleConfigurationsRequestSession
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWorkflowTransitionRuleConfigurationsRequestSession
extends Object
GetWorkflowTransitionRuleConfigurationsRequestSession
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetWorkflowTransitionRuleConfigurationsRequestSession
(Object attributeNames, Long creationTime, String id, Long lastAccessedTime, Integer maxInactiveInterval, Boolean _new, GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestServletContext servletContext, GetWorkflowTransitionRuleConfigurationsRequestSessionSessionContext sessionContext, List<String> valueNames) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestSession
.GetWorkflowTransitionRuleConfigurationsRequestSession
(Consumer<GetWorkflowTransitionRuleConfigurationsRequestSession> spec) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestSession
. -
Method Summary
Modifier and TypeMethodDescription_new()
attributeNames
(Object attributeNames) builder()
protected boolean
creationTime
(Long creationTime) boolean
int
hashCode()
id()
lastAccessedTime
(Long lastAccessedTime) maxInactiveInterval
(Integer maxInactiveInterval) servletContext
(GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestServletContext servletContext) toString()
valueNames
(List<String> valueNames)
-
Field Details
-
attributeNames
-
creationTime
-
id
-
lastAccessedTime
-
maxInactiveInterval
-
_new
-
servletContext
protected GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestServletContext servletContext -
sessionContext
-
valueNames
-
-
Constructor Details
-
GetWorkflowTransitionRuleConfigurationsRequestSession
public GetWorkflowTransitionRuleConfigurationsRequestSession(Consumer<GetWorkflowTransitionRuleConfigurationsRequestSession> spec) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestSession
.- Parameters:
spec
- the specification to process
-
GetWorkflowTransitionRuleConfigurationsRequestSession
@Internal public GetWorkflowTransitionRuleConfigurationsRequestSession(Object attributeNames, Long creationTime, String id, Long lastAccessedTime, Integer maxInactiveInterval, Boolean _new, GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestServletContext servletContext, GetWorkflowTransitionRuleConfigurationsRequestSessionSessionContext sessionContext, List<String> valueNames) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestSession
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetWorkflowTransitionRuleConfigurationsRequestSession(Consumer)
instead.- Parameters:
attributeNames
- attributeNamescreationTime
- creationTimeid
- idlastAccessedTime
- lastAccessedTimemaxInactiveInterval
- maxInactiveInterval_new
- _newservletContext
- servletContextsessionContext
- sessionContextvalueNames
- valueNames
-
GetWorkflowTransitionRuleConfigurationsRequestSession
protected GetWorkflowTransitionRuleConfigurationsRequestSession()
-
-
Method Details
-
builder
-
attributeNames
-
creationTime
-
id
-
lastAccessedTime
-
maxInactiveInterval
-
_new
-
servletContext
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestServletContext servletContext() -
sessionContext
-
valueNames
-
attributeNames
- Returns:
this
.
-
creationTime
- Returns:
this
.
-
id
- Returns:
this
.
-
lastAccessedTime
public GetWorkflowTransitionRuleConfigurationsRequestSession lastAccessedTime(Long lastAccessedTime) - Returns:
this
.
-
maxInactiveInterval
public GetWorkflowTransitionRuleConfigurationsRequestSession maxInactiveInterval(Integer maxInactiveInterval) - Returns:
this
.
-
_new
- Returns:
this
.
-
servletContext
public GetWorkflowTransitionRuleConfigurationsRequestSession servletContext(GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestServletContext servletContext) - Returns:
this
.
-
sessionContext
public GetWorkflowTransitionRuleConfigurationsRequestSession sessionContext(GetWorkflowTransitionRuleConfigurationsRequestSessionSessionContext sessionContext) - Returns:
this
.
-
valueNames
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-