Class GetUserGifts.Builder
java.lang.Object
org.teleight.teleightbots.api.methods.GetUserGifts.Builder
- Enclosing class:
GetUserGifts
-
Method Summary
Modifier and TypeMethodDescriptionbuild()excludeFromBlockchain(boolean excludeFromBlockchain) excludeLimitedNonUpgradable(boolean excludeLimitedNonUpgradable) excludeLimitedUpgradable(boolean excludeLimitedUpgradable) excludeUnique(boolean excludeUnique) excludeUnlimited(boolean excludeUnlimited) limit(@IntRange(from=1L,to=100L) int limit) sortByPrice(boolean sortByPrice) toString()userId(long userId)
-
Method Details
-
userId
- Returns:
this.
-
excludeUnlimited
- Returns:
this.
-
excludeLimitedUpgradable
- Returns:
this.
-
excludeLimitedNonUpgradable
- Returns:
this.
-
excludeFromBlockchain
- Returns:
this.
-
excludeUnique
- Returns:
this.
-
sortByPrice
- Returns:
this.
-
offset
- Returns:
this.
-
limit
- Returns:
this.
-
build
-
toString
-