public class ContextURL extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContextURL.Builder |
static class |
ContextURL.Suffix |
Modifier and Type | Method and Description |
---|---|
String |
getDerivedEntity() |
String |
getEntitySetOrSingletonOrType() |
String |
getKeyPath() |
String |
getNavOrPropertyPath() |
String |
getSelectList() |
URI |
getServiceRoot() |
ContextURL.Suffix |
getSuffix() |
boolean |
isCollection() |
boolean |
isDelta() |
boolean |
isDeltaDeletedEntity() |
boolean |
isDeltaDeletedLink() |
boolean |
isDeltaLink() |
boolean |
isEntity() |
boolean |
isReference() |
static ContextURL.Builder |
with() |
public URI getServiceRoot()
public String getEntitySetOrSingletonOrType()
public boolean isCollection()
public String getDerivedEntity()
public String getSelectList()
public String getNavOrPropertyPath()
public String getKeyPath()
public ContextURL.Suffix getSuffix()
public boolean isEntity()
public boolean isReference()
public boolean isDelta()
public boolean isDeltaDeletedEntity()
public boolean isDeltaLink()
public boolean isDeltaDeletedLink()
public static ContextURL.Builder with()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.