public static final class InspectionService.VoiceEndpoints
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static InspectionService.VoiceEndpoints |
DEPLOY |
static InspectionService.VoiceEndpoints |
HEALTHCHECK |
static InspectionService.VoiceEndpoints |
STATUS |
static InspectionService.VoiceEndpoints |
UNDEPLOY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static InspectionService.VoiceEndpoints |
valueOf(java.lang.String name) |
static InspectionService.VoiceEndpoints[] |
values() |
public static final InspectionService.VoiceEndpoints DEPLOY
public static final InspectionService.VoiceEndpoints UNDEPLOY
public static final InspectionService.VoiceEndpoints STATUS
public static final InspectionService.VoiceEndpoints HEALTHCHECK
public static InspectionService.VoiceEndpoints[] values()
public static InspectionService.VoiceEndpoints valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum