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 |
getNavOrPropertyPath() |
String |
getSelectList() |
URI |
getServiceRoot() |
ContextURL.Suffix |
getSuffix() |
boolean |
isDelta() |
boolean |
isDeltaDeletedEntity() |
boolean |
isDeltaDeletedLink() |
boolean |
isDeltaLink() |
boolean |
isEntity() |
boolean |
isReference() |
public URI getServiceRoot()
public String getEntitySetOrSingletonOrType()
public String getDerivedEntity()
public String getSelectList()
public String getNavOrPropertyPath()
public ContextURL.Suffix getSuffix()
public boolean isEntity()
public boolean isReference()
public boolean isDelta()
public boolean isDeltaDeletedEntity()
public boolean isDeltaLink()
public boolean isDeltaDeletedLink()
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.