public static enum ContextURL.Suffix extends Enum<ContextURL.Suffix>
Enum Constant and Description |
---|
DELTA
Suffix for deltas (changes)
|
DELTA_DELETED_ENTITY
Suffix for deleted entities in deltas
|
DELTA_DELETED_LINK
Deleted links in deltas
|
DELTA_LINK
New links in deltas
|
ENTITY
Suffix for Entities
|
REFERENCE
Suffix for References
|
Modifier and Type | Method and Description |
---|---|
String |
getRepresentation()
Returns OData representation of the suffix
|
static ContextURL.Suffix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextURL.Suffix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextURL.Suffix ENTITY
public static final ContextURL.Suffix REFERENCE
public static final ContextURL.Suffix DELTA
public static final ContextURL.Suffix DELTA_DELETED_ENTITY
public static final ContextURL.Suffix DELTA_LINK
public static final ContextURL.Suffix DELTA_DELETED_LINK
public static ContextURL.Suffix[] values()
for (ContextURL.Suffix c : ContextURL.Suffix.values()) System.out.println(c);
public static ContextURL.Suffix 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 String getRepresentation()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.