public static class UserDataQuery.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
UserDataQuery |
build()
Builds the query for requested resources.
|
UserDataQuery.Builder |
withBitmoji(BitmojiQuery bitmojiQuery)
For fetching the 2D Avatar Url of the user.
|
UserDataQuery.Builder |
withDisplayName()
For fetching the Display Name of the user.
|
UserDataQuery.Builder |
withExternalId()
For fetching the External ID of the user.
|
UserDataQuery.Builder |
withIdToken()
For fetching the Snap OIDC (OpenID Connect) token.
|
public UserDataQuery.Builder withDisplayName()
public UserDataQuery.Builder withExternalId()
public UserDataQuery.Builder withIdToken()
public UserDataQuery.Builder withBitmoji(@NonNull BitmojiQuery bitmojiQuery)
public UserDataQuery build()
UserDataQuery
instance.