org.odata4j.edm
Class EdmCollectionType.Builder
java.lang.Object
   org.odata4j.edm.EdmItem.Builder<T,TBuilder>
org.odata4j.edm.EdmItem.Builder<T,TBuilder>
       org.odata4j.edm.EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>
org.odata4j.edm.EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>
           org.odata4j.edm.EdmCollectionType.Builder
org.odata4j.edm.EdmCollectionType.Builder
- Enclosing class:
- EdmCollectionType
- public static class EdmCollectionType.Builder 
- extends EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>
Mutable builder for EdmCollectionType objects.
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EdmCollectionType.Builder
public EdmCollectionType.Builder()
build
public EdmCollectionType build()
- 
- Specified by:
- buildin class- EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>
 
- 
 
buildImpl
protected EdmType buildImpl()
- 
- Specified by:
- buildImplin class- EdmType.Builder<EdmCollectionType,EdmCollectionType.Builder>
 
- 
 
setCollectionType
public EdmCollectionType.Builder setCollectionType(EdmType.Builder<?,?> collectionType)
- 
 
setKind
public EdmCollectionType.Builder setKind(EdmProperty.CollectionKind kind)
- 
 
http://odata4j.org