/** * 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; }
/** * 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; }