Uses of Class
org.molgenis.api.metadata.v3.job.MetadataUpsertJobExecutionMetadata.Action
-
Packages that use MetadataUpsertJobExecutionMetadata.Action Package Description org.molgenis.api.metadata.v3.job -
-
Uses of MetadataUpsertJobExecutionMetadata.Action in org.molgenis.api.metadata.v3.job
Methods in org.molgenis.api.metadata.v3.job that return MetadataUpsertJobExecutionMetadata.Action Modifier and Type Method Description MetadataUpsertJobExecutionMetadata.ActionMetadataUpsertJobExecution. getAction()static MetadataUpsertJobExecutionMetadata.ActionMetadataUpsertJobExecutionMetadata.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataUpsertJobExecutionMetadata.Action[]MetadataUpsertJobExecutionMetadata.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.molgenis.api.metadata.v3.job with parameters of type MetadataUpsertJobExecutionMetadata.Action Modifier and Type Method Description voidMetadataUpsertJobExecution. setAction(MetadataUpsertJobExecutionMetadata.Action action)
-