Class GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
java.lang.Object
io.github.primelib.jira4j.restv2.model.GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
extends Object
GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
(Integer bufferSize, String characterEncoding, Boolean committed, Integer contentLength, Long contentLengthLong, String contentType, GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestLocale locale, GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponseOutputStream outputStream, Object writer) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
.GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
(Consumer<GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse> spec) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
. -
Method Summary
Modifier and TypeMethodDescriptionbufferSize
(Integer bufferSize) builder()
protected boolean
characterEncoding
(String characterEncoding) contentLength
(Integer contentLength) contentLengthLong
(Long contentLengthLong) contentType
(String contentType) boolean
int
hashCode()
locale()
outputStream
(GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponseOutputStream outputStream) toString()
writer()
-
Field Details
-
bufferSize
-
characterEncoding
-
committed
-
contentLength
-
contentLengthLong
-
contentType
-
locale
-
outputStream
protected GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponseOutputStream outputStream -
writer
-
-
Constructor Details
-
GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse(Consumer<GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse> spec) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
.- Parameters:
spec
- the specification to process
-
GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
@Internal public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse(Integer bufferSize, String characterEncoding, Boolean committed, Integer contentLength, Long contentLengthLong, String contentType, GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestLocale locale, GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponseOutputStream outputStream, Object writer) Constructs a validated instance ofGetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse(Consumer)
instead.- Parameters:
bufferSize
- bufferSizecharacterEncoding
- characterEncodingcommitted
- committedcontentLength
- contentLengthcontentLengthLong
- contentLengthLongcontentType
- contentTypelocale
- localeoutputStream
- outputStreamwriter
- writer
-
GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse
protected GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse()
-
-
Method Details
-
builder
-
bufferSize
-
characterEncoding
-
committed
-
contentLength
-
contentLengthLong
-
contentType
-
locale
-
outputStream
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponseOutputStream outputStream() -
writer
-
bufferSize
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse bufferSize(Integer bufferSize) - Returns:
this
.
-
characterEncoding
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse characterEncoding(String characterEncoding) - Returns:
this
.
-
committed
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse committed(Boolean committed) - Returns:
this
.
-
contentLength
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse contentLength(Integer contentLength) - Returns:
this
.
-
contentLengthLong
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse contentLengthLong(Long contentLengthLong) - Returns:
this
.
-
contentType
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse contentType(String contentType) - Returns:
this
.
-
locale
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse locale(GetWorkflowTransitionRuleConfigurationsRequestAsyncContextRequestLocale locale) - Returns:
this
.
-
outputStream
public GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponse outputStream(GetWorkflowTransitionRuleConfigurationsRequestAsyncContextResponseOutputStream outputStream) - Returns:
this
.
-
writer
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-