Ejemplo n.º 1
0
 /**
  * The data type of the value (or values) specified in the <code>ContextKeyValues</code>
  * parameter.
  *
  * @param contextKeyType The data type of the value (or values) specified in the <code>
  *     ContextKeyValues</code> parameter.
  * @return Returns a reference to this object so that method calls can be chained together.
  * @see ContextKeyTypeEnum
  */
 public ContextEntry withContextKeyType(ContextKeyTypeEnum contextKeyType) {
   setContextKeyType(contextKeyType);
   return this;
 }
Ejemplo n.º 2
0
 /**
  * The data type of the value (or values) specified in the <code>ContextKeyValues</code>
  * parameter.
  *
  * @param contextKeyType The data type of the value (or values) specified in the <code>
  *     ContextKeyValues</code> parameter.
  * @return Returns a reference to this object so that method calls can be chained together.
  * @see ContextKeyTypeEnum
  */
 public ContextEntry withContextKeyType(String contextKeyType) {
   setContextKeyType(contextKeyType);
   return this;
 }