Uses of Class
org.odata4j.edm.EdmEntitySet

Packages that use EdmEntitySet
org.odata4j.edm   
org.odata4j.producer   
 

Uses of EdmEntitySet in org.odata4j.edm
 

Fields in org.odata4j.edm declared as EdmEntitySet
 EdmEntitySet EdmAssociationSetEnd.entitySet
           
 EdmEntitySet EdmFunctionImport.entitySet
           
 

Fields in org.odata4j.edm with type parameters of type EdmEntitySet
 List<EdmEntitySet> EdmEntityContainer.entitySets
           
 

Methods in org.odata4j.edm that return EdmEntitySet
 EdmEntitySet EdmDataServices.findEdmEntitySet(String entitySetName)
           
 EdmEntitySet EdmDataServices.getEdmEntitySet(String entitySetName)
           
 

Methods in org.odata4j.edm that return types with arguments of type EdmEntitySet
 Iterable<EdmEntitySet> EdmDataServices.getEntitySets()
           
 

Constructors in org.odata4j.edm with parameters of type EdmEntitySet
EdmAssociationSetEnd(EdmAssociationEnd role, EdmEntitySet entitySet)
           
EdmFunctionImport(String name, EdmEntitySet entitySet, EdmType returnType, String httpMethod, List<EdmFunctionParameter> parameters)
           
 

Constructor parameters in org.odata4j.edm with type arguments of type EdmEntitySet
EdmEntityContainer(String name, boolean isDefault, Boolean lazyLoadingEnabled, List<EdmEntitySet> entitySets, List<EdmAssociationSet> associationSets, List<EdmFunctionImport> functionImports)
           
 

Uses of EdmEntitySet in org.odata4j.producer
 

Methods in org.odata4j.producer that return EdmEntitySet
 EdmEntitySet EntitiesResponse.getEntitySet()
           
 EdmEntitySet EntityResponse.getEntitySet()
           
 

Methods in org.odata4j.producer with parameters of type EdmEntitySet
static EntitiesResponse Responses.entities(List<OEntity> entities, EdmEntitySet entitySet, Integer inlineCount, String skipToken)
           
 



http://odata4j.org