public final enum

StreamType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.box.model.StreamType

Class Overview

Limits the type of events returned

Summary

Enum Values
StreamType  all  everything  
StreamType  changes  tree changes,  
StreamType  sync  tree changes only for sync folders  
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static StreamType valueOf(String name)
final static StreamType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final StreamType all

everything

public static final StreamType changes

tree changes,

public static final StreamType sync

tree changes only for sync folders

Public Methods

public static StreamType valueOf (String name)

Parameters
name

public static final StreamType[] values ()