Class OutParam<T>
- java.lang.Object
-
- microsoft.exchange.webservices.data.misc.OutParam<T>
-
-
Constructor Summary
Constructors Constructor Description OutParam()Instantiates a new out param.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetParam()Gets the param.voidsetParam(T param)Sets the param.
-
-
-
Constructor Detail
-
OutParam
public OutParam()
Instantiates a new out param.
-
-