Uses of Class
com.sap.cloudfoundry.client.facade.domain.HealthCheckType
-
Packages that use HealthCheckType Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of HealthCheckType in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return HealthCheckType Modifier and Type Method Description abstract HealthCheckTypeCloudProcess. getHealthCheckType()HealthCheckTypeImmutableCloudProcess. getHealthCheckType()static HealthCheckTypeHealthCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckType[]HealthCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type HealthCheckType Modifier and Type Method Description ImmutableCloudProcess.BuilderImmutableCloudProcess.Builder. healthCheckType(HealthCheckType healthCheckType)Initializes the value for thehealthCheckTypeattribute.ImmutableCloudProcessImmutableCloudProcess. withHealthCheckType(HealthCheckType value)Copy the current immutable object by setting a value for thehealthCheckTypeattribute.
-