Uses of Class
com.circleci.client.v2.model.PipelineWithWorkflowsErrors.TypeEnum
-
Packages that use PipelineWithWorkflowsErrors.TypeEnum Package Description com.circleci.client.v2.model -
-
Uses of PipelineWithWorkflowsErrors.TypeEnum in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return PipelineWithWorkflowsErrors.TypeEnum Modifier and Type Method Description static PipelineWithWorkflowsErrors.TypeEnumPipelineWithWorkflowsErrors.TypeEnum. fromValue(String value)PipelineWithWorkflowsErrors.TypeEnumPipelineWithWorkflowsErrors. getType()The type of error.static PipelineWithWorkflowsErrors.TypeEnumPipelineWithWorkflowsErrors.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineWithWorkflowsErrors.TypeEnum[]PipelineWithWorkflowsErrors.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.circleci.client.v2.model with parameters of type PipelineWithWorkflowsErrors.TypeEnum Modifier and Type Method Description voidPipelineWithWorkflowsErrors. setType(PipelineWithWorkflowsErrors.TypeEnum type)PipelineWithWorkflowsErrorsPipelineWithWorkflowsErrors. type(PipelineWithWorkflowsErrors.TypeEnum type)
-