public static enum EndpointUpdate.UpdateType extends Enum<EndpointUpdate.UpdateType>
| Modifier and Type | Method and Description |
|---|---|
static EndpointUpdate.UpdateType |
getUpdateTypeForUri(String uri) |
String |
getUri() |
static EndpointUpdate.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointUpdate.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EndpointUpdate.UpdateType COMPLETE
public static final EndpointUpdate.UpdateType PARTIAL
private String uri
public static EndpointUpdate.UpdateType[] values()
for (EndpointUpdate.UpdateType c : EndpointUpdate.UpdateType.values()) System.out.println(c);
public static EndpointUpdate.UpdateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EndpointUpdate.UpdateType getUpdateTypeForUri(String uri)
public String getUri()
Copyright © 1999–2015. All rights reserved.