- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for USER_ID (0.03 sec)
-
samples/slack/src/main/java/okhttp3/slack/OAuthSession.java
public final String scope; public final String user_id; public final String team_name; public final String team_id; public OAuthSession( boolean ok, String accessToken, String scope, String userId, String teamName, String teamId) { this.ok = ok; this.access_token = accessToken; this.scope = scope; this.user_id = userId; this.team_name = teamName; this.team_id = teamId; }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Oct 23 15:24:22 UTC 2016 - 1.4K bytes - Viewed (0) -
src/test/java/org/codelibs/core/lang/StringUtilTest.java
assertNull(StringUtil.camelize(null)); assertEquals("Emp", StringUtil.camelize("EMP")); assertEquals("AaaBbb", StringUtil.camelize("AAA_BBB")); assertEquals("UserId", StringUtil.camelize("USER_ID")); } /** * @throws Exception */ @Test public void testDecamelize() throws Exception { assertNull(StringUtil.decamelize(null));
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 21.9K bytes - Viewed (0)