Class ClientServiceDocument
java.lang.Object
org.apache.olingo.client.api.domain.ClientServiceDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets entity set names.getEntitySetURI
(String name) Gets URI about the given entity set.Gets entity set URIs.Gets function import names.getFunctionImportURI
(String name) Gets URI of the given function import.Gets function import URIs.Gets related service documents names.Gets related service documents URIs.Gets URI of the given related service documents.Gets singleton names.getSingletonURI
(String name) Gets URI of the given singleton.Gets singleton URIs.
-
Constructor Details
-
ClientServiceDocument
public ClientServiceDocument()
-
-
Method Details
-
getEntitySets
-
getEntitySetNames
Gets entity set names.- Returns:
- entity set names.
-
getEntitySetURIs
Gets entity set URIs.- Returns:
- entity set URIs.
-
getEntitySetURI
Gets URI about the given entity set.- Parameters:
name
- name.- Returns:
- URI.
-
getFunctionImports
-
getFunctionImportNames
Gets function import names.- Returns:
- function import names.
-
getFunctionImportURIs
Gets function import URIs.- Returns:
- function import URIs.
-
getFunctionImportURI
Gets URI of the given function import.- Parameters:
name
- name.- Returns:
- URI.
-
getSingletons
-
getSingletonNames
Gets singleton names.- Returns:
- singleton names.
-
getSingletonURIs
Gets singleton URIs.- Returns:
- singleton URIs.
-
getSingletonURI
Gets URI of the given singleton.- Parameters:
name
- name.- Returns:
- URI.
-
getRelatedServiceDocuments
-
getRelatedServiceDocumentsNames
Gets related service documents names.- Returns:
- related service documents names.
-
getRelatedServiceDocumentsURIs
Gets related service documents URIs.- Returns:
- related service documents URIs.
-
getRelatedServiceDocumentURI
Gets URI of the given related service documents.- Parameters:
name
- name.- Returns:
- URI.
-