Uses of Class
com.spotify.github.v3.workflows.WorkflowsState
-
Packages that use WorkflowsState Package Description com.spotify.github.v3.workflows -
-
Uses of WorkflowsState in com.spotify.github.v3.workflows
Methods in com.spotify.github.v3.workflows that return WorkflowsState Modifier and Type Method Description WorkflowsState
ImmutableWorkflowsResponse. state()
Indicates the state of the workflow.WorkflowsState
WorkflowsResponse. state()
Indicates the state of the workflow.static WorkflowsState
WorkflowsState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkflowsState[]
WorkflowsState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.spotify.github.v3.workflows with parameters of type WorkflowsState Modifier and Type Method Description ImmutableWorkflowsResponse.Builder
ImmutableWorkflowsResponse.Builder. state(WorkflowsState state)
Initializes the value for thestate
attribute.ImmutableWorkflowsResponse
ImmutableWorkflowsResponse. withState(WorkflowsState value)
Copy the current immutable object by setting a value for thestate
attribute.
-