Uses of Class
com.moesif.api.models.StatusModel
-
Packages that use StatusModel Package Description com.moesif.api com.moesif.api.controllers com.moesif.api.models -
-
Uses of StatusModel in com.moesif.api
Methods in com.moesif.api that return StatusModel Modifier and Type Method Description StatusModelIHealthController. getHealthProbe()Health ProbeMethod parameters in com.moesif.api with type arguments of type StatusModel Modifier and Type Method Description voidIHealthController. getHealthProbeAsync(APICallBack<StatusModel> callBack)Health Probe async -
Uses of StatusModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers that return StatusModel Modifier and Type Method Description StatusModelHealthController. getHealthProbe()Health ProbeMethod parameters in com.moesif.api.controllers with type arguments of type StatusModel Modifier and Type Method Description voidHealthController. getHealthProbeAsync(APICallBack<StatusModel> callBack)Health Probe Async -
Uses of StatusModel in com.moesif.api.models
Methods in com.moesif.api.models that return StatusModel Modifier and Type Method Description StatusModelStatusBuilder. build()Build the instance with the given values
-