ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.badgeUrl(String badgeUrl) |
Initializes the value for the badgeUrl attribute.
|
static ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.builder() |
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.createdAt(ZonedDateTime createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.deletedAt(ZonedDateTime deletedAt) |
Initializes the value for the deletedAt attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.from(WorkflowsResponse instance) |
Fill a builder with attribute values from the provided WorkflowsResponse instance.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.htmlUrl(String htmlUrl) |
Initializes the value for the htmlUrl attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.id(int id) |
Initializes the value for the id attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.nodeId(String nodeId) |
Initializes the value for the nodeId attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.path(String path) |
Initializes the value for the path attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.state(WorkflowsState state) |
Initializes the value for the state attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.updatedAt(ZonedDateTime updatedAt) |
Initializes the value for the updatedAt attribute.
|
ImmutableWorkflowsResponse.Builder |
ImmutableWorkflowsResponse.Builder.url(String url) |
Initializes the value for the url attribute.
|