Interface RegistryFileTaskRunRequest.DefinitionStages.Blank
-
- All Known Subinterfaces:
RegistryFileTaskRunRequest.Definition
- Enclosing interface:
- RegistryFileTaskRunRequest.DefinitionStages
public static interface RegistryFileTaskRunRequest.DefinitionStages.BlankThe first stage of a file task run request definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryFileTaskRunRequest.DefinitionStages.FileTaskPathdefineFileTaskStep()The function that begins the definition of the file task step in the task run request.
-
-
-
Method Detail
-
defineFileTaskStep
RegistryFileTaskRunRequest.DefinitionStages.FileTaskPath defineFileTaskStep()
The function that begins the definition of the file task step in the task run request.- Returns:
- the next stage of the container file task run request definition.
-
-