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 WorkflowsStateImmutableWorkflowsResponse. state()Indicates the state of the workflow.WorkflowsStateWorkflowsResponse. state()Indicates the state of the workflow.static WorkflowsStateWorkflowsState. 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.BuilderImmutableWorkflowsResponse.Builder. state(WorkflowsState state)Initializes the value for thestateattribute.ImmutableWorkflowsResponseImmutableWorkflowsResponse. withState(WorkflowsState value)Copy the current immutable object by setting a value for thestateattribute.
-