public static class

EdmCollectionType.Builder

extends EdmType.Builder<T, TBuilder>
java.lang.Object
   ↳ org.odata4j.edm.EdmItem.Builder<T, TBuilder>
     ↳ org.odata4j.edm.EdmType.Builder<T, TBuilder>
       ↳ org.odata4j.edm.EdmCollectionType.Builder

Class Overview

Mutable builder for EdmCollectionType objects.

Summary

Fields
private Builder<?, ?> collectionType
private EdmProperty.CollectionKind kind
[Expand]
Inherited Fields
From class org.odata4j.edm.EdmType.Builder
From class org.odata4j.edm.EdmItem.Builder
Public Constructors
EdmCollectionType.Builder()
Public Methods
EdmCollectionType build()
EdmCollectionType.Builder setCollectionType(Builder<?, ?> collectionType)
EdmCollectionType.Builder setKind(EdmProperty.CollectionKind kind)
Protected Methods
EdmType buildImpl()
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmType.Builder
From class org.odata4j.edm.EdmItem.Builder
From class java.lang.Object

Fields

private Builder<?, ?> collectionType

Public Constructors

public EdmCollectionType.Builder ()

Public Methods

public EdmCollectionType build ()

public EdmCollectionType.Builder setCollectionType (Builder<?, ?> collectionType)

Parameters
collectionType

public EdmCollectionType.Builder setKind (EdmProperty.CollectionKind kind)

Parameters
kind

Protected Methods

protected EdmType buildImpl ()