public final class EndpointStatus extends ExpandableStringEnum<EndpointStatus>
Modifier and Type | Field and Description |
---|---|
static EndpointStatus |
DISABLED
Static value Disabled for EndpointStatus.
|
static EndpointStatus |
ENABLED
Static value Enabled for EndpointStatus.
|
Constructor and Description |
---|
EndpointStatus() |
Modifier and Type | Method and Description |
---|---|
static EndpointStatus |
fromString(String name)
Creates or finds a EndpointStatus from its string representation.
|
static Collection<EndpointStatus> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final EndpointStatus ENABLED
public static final EndpointStatus DISABLED
public static EndpointStatus fromString(String name)
name
- a name to look forpublic static Collection<EndpointStatus> values()
Copyright © 2019. All rights reserved.