public class

OCollections

extends Object
java.lang.Object
   ↳ org.odata4j.core.OCollections

Class Overview

A static factory to create immutable OCollection instances.

Summary

Public Constructors
OCollections()
Public Methods
static <T extends OObject> Builder<T> newBuilder(EdmType type)
Starts a new OCollection builder using a given edm type.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public OCollections ()

Public Methods

public static Builder<T> newBuilder (EdmType type)

Starts a new OCollection builder using a given edm type.

Parameters
type