-
public class BitmojiQuery.BuilderBuilder for constructing the query.
-
-
Method Summary
Modifier and Type Method Description BitmojiQuery.BuilderwithAvatarId()For fetching the Avatar ID of the user. BitmojiQuery.BuilderwithTwoDAvatarUrl()For fetching the 2D Avatar Url of the user. BitmojiQuerybuild()Builds the query for requested resources. -
-
Method Detail
-
withAvatarId
BitmojiQuery.Builder withAvatarId()
For fetching the Avatar ID of the user.
-
withTwoDAvatarUrl
BitmojiQuery.Builder withTwoDAvatarUrl()
For fetching the 2D Avatar Url of the user.
-
build
BitmojiQuery build()
Builds the query for requested resources.
-
-
-
-