public final class ServiceDocumentImpl extends Object implements org.apache.olingo.client.api.data.ServiceDocument
| Constructor and Description |
|---|
ServiceDocumentImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
URI |
getBaseURI() |
protected org.apache.olingo.client.api.data.ServiceDocumentItem |
getByName(List<org.apache.olingo.client.api.data.ServiceDocumentItem> elements,
String name) |
org.apache.olingo.client.api.data.ServiceDocumentItem |
getEntitySetByName(String name) |
List<org.apache.olingo.client.api.data.ServiceDocumentItem> |
getEntitySets() |
org.apache.olingo.client.api.data.ServiceDocumentItem |
getFunctionImportByName(String name) |
List<org.apache.olingo.client.api.data.ServiceDocumentItem> |
getFunctionImports() |
String |
getMetadata()
Gets the metadata URI.
|
List<org.apache.olingo.client.api.data.ServiceDocumentItem> |
getRelatedServiceDocuments() |
org.apache.olingo.client.api.data.ServiceDocumentItem |
getSingletonByName(String name) |
List<org.apache.olingo.client.api.data.ServiceDocumentItem> |
getSingletons() |
String |
getTitle() |
int |
hashCode() |
void |
setMetadata(String metadata)
Sets the metadata URI.
|
void |
setTitle(String title) |
String |
toString() |
public URI getBaseURI()
getBaseURI in interface org.apache.olingo.client.api.data.ServiceDocumentpublic String getMetadata()
public void setMetadata(String metadata)
metadata - metadata URI.public String getTitle()
getTitle in interface org.apache.olingo.client.api.data.ServiceDocumentpublic void setTitle(String title)
protected org.apache.olingo.client.api.data.ServiceDocumentItem getByName(List<org.apache.olingo.client.api.data.ServiceDocumentItem> elements, String name)
public List<org.apache.olingo.client.api.data.ServiceDocumentItem> getEntitySets()
getEntitySets in interface org.apache.olingo.client.api.data.ServiceDocumentpublic org.apache.olingo.client.api.data.ServiceDocumentItem getEntitySetByName(String name)
getEntitySetByName in interface org.apache.olingo.client.api.data.ServiceDocumentpublic List<org.apache.olingo.client.api.data.ServiceDocumentItem> getFunctionImports()
getFunctionImports in interface org.apache.olingo.client.api.data.ServiceDocumentpublic org.apache.olingo.client.api.data.ServiceDocumentItem getFunctionImportByName(String name)
getFunctionImportByName in interface org.apache.olingo.client.api.data.ServiceDocumentpublic List<org.apache.olingo.client.api.data.ServiceDocumentItem> getSingletons()
getSingletons in interface org.apache.olingo.client.api.data.ServiceDocumentpublic org.apache.olingo.client.api.data.ServiceDocumentItem getSingletonByName(String name)
getSingletonByName in interface org.apache.olingo.client.api.data.ServiceDocumentpublic List<org.apache.olingo.client.api.data.ServiceDocumentItem> getRelatedServiceDocuments()
getRelatedServiceDocuments in interface org.apache.olingo.client.api.data.ServiceDocumentCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.