예제 #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;
 }
예제 #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;
 }