Interface SetupFileProjection
- All Known Implementing Classes:
ApplicationEntity,BaseEntity,ClusterEntity,CommandEntity,JobEntity
public interface SetupFileProjection
Projection for returning the setup file of a given entity.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the setup file for this resource.
-
Method Details
-
getSetupFile
Optional<FileEntity> getSetupFile()Get the setup file for this resource.- Returns:
- The setup file
-