Class WorkflowCreateValidateRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowCreateValidateRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowCreateValidateRequest
extends Object
WorkflowCreateValidateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WorkflowCreateRequestprotected ValidationOptionsForCreate -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowCreateValidateRequest(WorkflowCreateRequest payload, ValidationOptionsForCreate validationOptions) Constructs a validated instance ofWorkflowCreateValidateRequest.Constructs a validated instance ofWorkflowCreateValidateRequest. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()payload()payload(WorkflowCreateRequest payload) toString()validationOptions(ValidationOptionsForCreate validationOptions)
-
Field Details
-
payload
-
validationOptions
-
-
Constructor Details
-
WorkflowCreateValidateRequest
Constructs a validated instance ofWorkflowCreateValidateRequest.- Parameters:
spec- the specification to process
-
WorkflowCreateValidateRequest
@Internal public WorkflowCreateValidateRequest(WorkflowCreateRequest payload, ValidationOptionsForCreate validationOptions) Constructs a validated instance ofWorkflowCreateValidateRequest.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowCreateValidateRequest(Consumer)instead.- Parameters:
payload- payloadvalidationOptions- validationOptions
-
WorkflowCreateValidateRequest
protected WorkflowCreateValidateRequest()
-
-
Method Details
-
builder
-
payload
-
validationOptions
-
payload
- Returns:
this.
-
validationOptions
public WorkflowCreateValidateRequest validationOptions(ValidationOptionsForCreate validationOptions) - Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-