Uses of Class
xyz.brandonfl.firedeamon.fusion.api.DTO.ServiceInformation
-
Packages that use ServiceInformation Package Description xyz.brandonfl.firedeamon.fusion.api xyz.brandonfl.firedeamon.fusion.api.DTO -
-
Uses of ServiceInformation in xyz.brandonfl.firedeamon.fusion.api
Methods in xyz.brandonfl.firedeamon.fusion.api that return ServiceInformation Modifier and Type Method Description ServiceInformationFiredeamonFusionApi. getService(java.lang.String serviceName)Fetch information of a specific serviceMethods in xyz.brandonfl.firedeamon.fusion.api that return types with arguments of type ServiceInformation Modifier and Type Method Description java.util.List<ServiceInformation>FiredeamonFusionApi. getServices()Fetch FireDaemon services -
Uses of ServiceInformation in xyz.brandonfl.firedeamon.fusion.api.DTO
Methods in xyz.brandonfl.firedeamon.fusion.api.DTO that return types with arguments of type ServiceInformation Modifier and Type Method Description java.util.List<ServiceInformation>Services. getData()
-