Uses of Class
xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceAction
-
Packages that use ServiceAction Package Description xyz.brandonfl.firedeamon.fusion.api xyz.brandonfl.firedeamon.fusion.api.DTO -
-
Uses of ServiceAction in xyz.brandonfl.firedeamon.fusion.api
Methods in xyz.brandonfl.firedeamon.fusion.api with parameters of type ServiceAction Modifier and Type Method Description void
FiredeamonFusionApi. updateServiceStatus(java.lang.String serviceName, ServiceAction serviceAction)
Update the status of a specific service. -
Uses of ServiceAction in xyz.brandonfl.firedeamon.fusion.api.DTO
Methods in xyz.brandonfl.firedeamon.fusion.api.DTO that return ServiceAction Modifier and Type Method Description static ServiceAction
ServiceAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceAction[]
ServiceAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-