You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="block">Create an SDK client to perform Sovren API calls with the account information found at https://portal.sovren.com</div>
159
159
</td>
160
160
</tr>
161
+
<trclass="rowColor">
162
+
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../com/sovren/SovrenClient.html#SovrenClient-java.lang.String-java.lang.String-com.sovren.DataCenter-java.util.List-">SovrenClient</a></span>(<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accountId,
163
+
<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serviceKey,
164
+
<ahref="../../com/sovren/DataCenter.html" title="class in com.sovren">DataCenter</a> dataCenter,
165
+
<ahref="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> trackingTags)</code>
166
+
<divclass="block">Create an SDK client to perform Sovren API calls with the account information found at https://portal.sovren.com</div>
<pre>public SovrenClient(<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accountId,
<pre>public SovrenClient(<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accountId,
526
+
<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serviceKey,
527
+
<ahref="../../com/sovren/DataCenter.html" title="class in com.sovren">DataCenter</a> dataCenter,
528
+
<ahref="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> trackingTags)</pre>
529
+
<divclass="block">Create an SDK client to perform Sovren API calls with the account information found at https://portal.sovren.com</div>
<dd><code>accountId</code> - - The account id for your account</dd>
533
+
<dd><code>serviceKey</code> - - The service key for your account</dd>
534
+
<dd><code>dataCenter</code> - - The Data Center for your account. Either <ahref="../../com/sovren/DataCenter.html#US"><code>DataCenter.US</code></a> or <ahref="../../com/sovren/DataCenter.html#EU"><code>DataCenter.EU</code></a></dd>
535
+
<dd><code>trackingTags</code> - - Optional tags to use to track API usage for your account</dd>
536
+
<dt><spanclass="throwsLabel">Throws:</span></dt>
537
+
<dd><code><ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if the accountId, serviceKey, or dataCenter are null/empty</dd>
parent.document.title="Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.1.2 API)";
16
+
parent.document.title="Uses of Class com.sovren.DataCenter (Sovren Java SDK 1.2.0 API)";
17
17
}
18
18
}
19
19
catch(err){
@@ -130,6 +130,14 @@ <h3>Uses of <a href="../../../com/sovren/DataCenter.html" title="class in com.so
130
130
<divclass="block">Create an SDK client to perform Sovren API calls with the account information found at https://portal.sovren.com</div>
131
131
</td>
132
132
</tr>
133
+
<trclass="rowColor">
134
+
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../com/sovren/SovrenClient.html#SovrenClient-java.lang.String-java.lang.String-com.sovren.DataCenter-java.util.List-">SovrenClient</a></span>(<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> accountId,
135
+
<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> serviceKey,
136
+
<ahref="../../../com/sovren/DataCenter.html" title="class in com.sovren">DataCenter</a> dataCenter,
137
+
<ahref="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<ahref="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> trackingTags)</code>
138
+
<divclass="block">Create an SDK client to perform Sovren API calls with the account information found at https://portal.sovren.com</div>
0 commit comments